Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Sunday, March 8, 2015

jQuery, turn live() into on()

The jQuery live() method has been widely used, but it has been deprecated. It has been substituted by delegate (deprecated too) and after by the method "on". But lots of users find problems to reach with on the same effect of live().

(c) Copyright 2020 - MyTroubleshooting.com