I previously used custom CSS, then jquery UI for my form error validation layouts along with the powerful jQuery Validation script. A friend recently recommended I check out qTip2 as it provides some interesting customizations that the others were harder to implement. I have been dreading the decision to test it out for the last 48 hours. I'm hoping I'm just making a goofy mistake but when I test on my local machine I receive all kinds of strange errors. For instance, with the code in this JSFIddle:
The form completely ignores the validation and processes the page as form normally would. If I remove the success:"valid"
selector, (or any success:
for that matter) the page works as it normally should except the form errors are not removed when successfully changed.
The JS Fiddle I set up above also throws all sorts of errors. For instance, if you hit submit once, errors are thrown as expected. However, if you enter text in the name field then hit 'submit' again, the form tries to process (something which should not occurr regardless due to the submitHandler:
in the script.
Does anybody have any guidance on these woes?