August 5, 201115 yr This is really annoying me. I'm trying to use this: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ Here's mine: http://www.jetbookingdirect.com/mob/quotesingle.html And here's a JSFiddle I'm trying to get it working: http://jsfiddle.net/PbjSj/ Any ideas? I've followed the instructions exactly.
August 5, 201115 yr Author I think it's HTML5. When I remove "type='email'" it works. How very annoying.
August 5, 201115 yr Type is not an attribute to be used within HTML5 as it's not XHTML. Can you just remove 'type=' ?
August 5, 201115 yr Author I've got this far:http://jsfiddle.net/PbjSj/2/ I'm supposed to be able to target my own fields, but it won't work. I can only get it working on the name/email. I'm so crap with Jquery!
August 8, 201115 yr Author This should be working: http://jsfiddle.net/PbjSj/6/ But it won't parse the #from rule. Done it exactly how they do it on their examples so I'm stuck Edit: Fixed. Shoulda been using fieldsets... Edited August 8, 201115 yr by brightonmike
Create an account or sign in to comment