Skip to content Skip to sidebar Skip to footer

Jquery Horizontal Scroll Event - Edit

Hi there I have a horizontally scrolling gallery that i want to add dynamic captions to, the captions are static on the page and I would like them to toggle on and off when the use

Solution 1:

Hey you just need to use the $(window).scroll and the value from scrollleft ive done a simple test for you here:

http://jsfiddle.net/vJUXy/

let me know if ive misunderstood? Alex

Solution 2:

Update your JQuery. isWindow was added in 1.4.3 (http://api.jquery.com/jQuery.isWindow/) and you're using 1.4.2.

Post a Comment for "Jquery Horizontal Scroll Event - Edit"