April 2, 201412 yr Hey everyone, I'm having way too much trouble getting a single answer validation check to work for some check boxes on a client project. I'm using jQuery validator: http://formvalidator.net/#default-validatorsThe radio buttons validate whether you press a button or not! I made a test to make sure that the code worked and it did, so I implemented it into the main project file and it validates regardless of whether or not it's received any feedback. I can't for the life of me work out why because the code is the same:Here's the jsfiddle:http://jsfiddle.net/3vwWL/1/I've marked the HTML location where the problem html is, the JS runs the validation.
April 2, 201412 yr the form validator site you posted didn't have any thing on radio buttons but a simple search showed me something of this nature
April 2, 201412 yr Jake, try using a different source for the plugin, preferably direct from Github.The Radio Input bug ( issue #120 ) was fixed 4 days ago but may not have made it to cdnjs until the next stable release.
Create an account or sign in to comment