bkosborne / jQuery-Feature-Carousel

A 3-D carousel plug-in for jQuery.
http://www.bkosborne.com
GNU General Public License v3.0
91 stars 54 forks source link

update carousel to work with latest jquery #9

Open markusfalk opened 11 years ago

markusfalk commented 11 years ago

currently it only works below 1.9 because of live() event handler.

quedicesebas commented 9 years ago

Alternatives?

idmeneo commented 8 years ago

Yes, replace every "live" by "on" and it will work.