quirkey / sammy

Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.
http://sammyjs.org
MIT License
2.99k stars 384 forks source link

Changed $.live() to $.delegate() #181

Closed smithkl42 closed 11 years ago

smithkl42 commented 11 years ago

JQuery 1.9.0 removed $.live(), which Sammy still used at one point. Switched to $.delegate() per http://api.jquery.com/live/, which should be good for JQuery 1.4.3+ (haven't tested all those).

jpillora commented 11 years ago

+1

jpillora commented 11 years ago

:smile:

rikkert commented 11 years ago

Nice one. :shipit:

lebowitz commented 11 years ago

thanks, found this looking for the problem