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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When are you wanting the callback function to be fired?
The plugin itself already has several events bound, for example:
Can you piggy-back on these?
Edit:
Try this for the
mouseupThe existing mouseup functionality should be preserved, and this tagged onto the end.