rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

Fix tests so they work with jQuery>2.0 as well as the older versions #155

Closed hankhero closed 10 years ago

hankhero commented 10 years ago

Changed .live handlers to .click etc that works in all jQuery versions

hankhero commented 10 years ago

Note, there are also two patches here testing and fixing an issue.

hannesjohansson commented 10 years ago

+1 For this. Live() is deprecated since jQuery 1.7 http://api.jquery.com/live/

Tried the proposed change in 23e3e6e and it works!

rstacruz commented 10 years ago

Thanks! transit.js has diverged a bit since then, though, so I can't merge this in... but I'm definitely interested in getting the test/index.html updates in

rstacruz commented 10 years ago

cherry-picked, thanks!