[jQuery] use beforeStart callback to trigger validation of current carousel slide (jcarousel lite plugin)
[jQuery] use beforeStart callback to trigger validation of current carousel slide (jcarousel lite plugin)
i'm using jcarousel lite to create a multi-part form and i want to validate each section and not allow user carousel to scroll to next slide until that part of the form is valid. is is possible to do this using the beforeStart callback to run validation? or is it possible to call validation here in this function that runs the scroll on click of next? $(o.btnNext).livequery("click",function() { return go(curr+o.scroll);