views:

267

answers:

1

Hello

I'm using the jquery Scrollview plugin (http://code.google.com/p/jquery-scrollview/) to scroll drag a div with overflow hidden.

My question is how I go about to get a callback function on this?

Anyone?

+1  A: 
James Wiseman
Ok, thanks a bunch.I would like to fire the callback when the scrolling have ended, so I guess that it would be good to use the .mouseup function. But how can I reach that function from this:$('.image:eq('+examplevariable+')').scrollview({ grab:"images/openhand.cur", grabbing:"images/closedhand.cur"});
emilolsson
See Edit above.
James Wiseman
Also, start accepting answers and voting. Its good courtesy, and you should have enough points now.
James Wiseman
James, how do I do that? Can't find it in any preferences and settings.
emilolsson
There is a number next to each question and answer (e.g. '2' for your question, and '0' for my answer). Click on the arrow above or below to vote up/down respectively. To accept and answer, click on the big tick below this. You get 2 rep points for accepting an answer
James Wiseman