Tag: delegate()

A simple example to demonstrate live, on, bind and delegate methods of jQuery

Hi,

There are lots of posts that you can find in the internet that explains the use of jQuery’s event handling methods – live, on, bind, delegate. I would recommend to go through the below references for a good understanding.

Differences Between jQuery .bind() vs .live() vs .delegate() vs .on() by Elijah Manor

Pros and cons of jQuery’s bind(), live() and delegate() by Alfa Jango

Well, take a look at the below example:

Continue reading “A simple example to demonstrate live, on, bind and delegate methods of jQuery”