Migrating legacy jQuery code to .on() and .off()

If you need to upgrade code that uses the old jQuery methods bind, delegate, live, unbind and die, the attached article has examples how to migrate to the new on and off versions.

Henning Koch Over 8 years ago