As of jQuery 1.7, the bind(), live(), and delegate() methods are replaced by the new on() and off() methods. There is also a one() method for single-use event handling. Time to migrate some old code.
Using jQuery .on() and .off() – AndiSmith.com
Tags: jquery, webdev, javascript, events, programming, delegate, delegation, bind, live