Radion button unclickable / uncheckable due to jQuery script (slider)
I'm using a jQuery slider script to show and hide content. The script works perfectly but has one开发者_Python百科 downside: radio buttons inside the sliding div are unclickable / cannot be checked.
If you hit the radio button of "Keuzerondjes" or "Selectievakjes", you'll see a div slides out - and that the radio button you just hit isn't checked. Does anyone have an idea how to solve this?
Returning false prevents the radio button from being checked. Try removing your return false statements if that is not the wanted behaviour.
精彩评论