Closed rleith closed 12 years ago
In jQuery 1.7 it's recommended to use the new on/off methods rather than bind/unbind/live: http://blog.jquery.com/2011/11/03/jquery-1-7-released/
The old methods still exist and work so this isn't critical, but we should still probably switch to using the new API.
Implemented in 5fd2b8c50e89d0d4d5601e99a23253a05a356deb and pushed to stable
In jQuery 1.7 it's recommended to use the new on/off methods rather than bind/unbind/live: http://blog.jquery.com/2011/11/03/jquery-1-7-released/
The old methods still exist and work so this isn't critical, but we should still probably switch to using the new API.