I have a JQuery silder that I'm using to set the score on a web application. I orignally had it so that the user clicked a submit button, but the client now wants it to update AJAX style.
This would work find, but the slide function gets call on every movement, so my AJAX script will send a score before the slider has finished being moved.
Is there a function on the JQuery slider that gets called on release of the slider? Is there a straight forward way for me to check to see when the slider has been released?
Thanks,.