View Single Post
Old 04-18-2011, 06:06 PM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
That code looks oddly familiar....

You aren't calling the mousewheel function - I'm assuming you're using Brandon Aaron's plugin? Your code needs to be within a function like this:

Code:
$('#mydiv').mousewheel(function(event,delta){

...your code....

});

Last edited by SB65; 04-18-2011 at 06:28 PM..
SB65 is offline   Reply With Quote