There are many ways in jQuery to “bind” ajax functions to events. With jQuery 1.7 and beyond, everything has been consolidated into the on() and off() functions. Everything else has been deprecated. No more live(), die(), bind(), unbind(), and delegate(). Not only does on() and off() replace these infamous functions, it has been optimized to
more »