Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Conversation

hieplq
Copy link

@hieplq hieplq commented Jul 13, 2013

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(){

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant