Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

use jquery > 1.7 #363

Open hieplq opened 11 years ago

hieplq commented 11 years ago

hi thydzik. Nivo-Slider 3.x work perfect with jquery > 1.7 (1.9, 1.10, 2.1) but Nivo-Slider-Lazy-Load-v2 not. it because live function is remove in jquery 1.9 only replace b("a.nivo-prevNav", p).live("click",function(){ => b(p).on("click","a.nivo-prevNav",function(){ and b("a.nivo-nextNav",p).live("click",function() => b(p).on("click","a.nivo-nextNav",function(){