jQuery – bind() vs live() vs delegate() methods
I had already posted about jQuery bind(), jQuery live() and jQuery delegate() functions. All the three jQuery functions are used to attach events to selectors or elements. But just think why there are 3 different functions for same purpose? There can't be. right? So in this post, I will explain you how these functions are […]