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);
                                
                                });

i'm using jörn's validation plugin-in. 
-- 
View this message in context: 
http://www.nabble.com/use-beforeStart-callback-to-trigger-validation-of-current-carousel-slide-%28jcarousel-lite-plugin%29-tp21273308s27240p21273308.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to