jquery cycle plugin - validate contents before going to next slide
hi,
i am using jquery cycle plugin to show radio button in every slide, i want that user must select atleast one radio button before going to next cycle. how can i do this, i added the code. I tried adding validation in prevNextClick: method, and returning false there, but still it goes to next slide. any idea, how can i stop going to next slide if no option is selected