Skip to content

psayre-sc/jQuery-On-Off-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

.on() and .off()

This jQuery plugin creates a forward compatible API for the new .on() and .off() functions introduced in jQuery 1.7.

The jQuery team is moving away from the .bind(), .live(), and .delegate() functions. As a result, you may want to start using the new .on() and .off() functions now. This plugin maps the .on() and .off() functions to their .bind() and .delegate() counterparts.

Requirements

  • jQuery 1.4.3+

Notes

This plugin is for people who have older versions of jQuery, but want to use the new functions. It will not provide any backward compatibility if/when .live(), .bind() or .delegate() are depricated.

About

Start using .on() now before upgrading to jQuery 1.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published