As of post jQuery 1.7 the .live()
and .bind()
are deprecated and instead of that .on()
is being used. Both of these were great functions were working like charm. What is purpose of removal? What is the technical reason behind that?
And why .on()
is proffered to use?