Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to show a div when the showError jquery validate function is called. I do so like this. The problem is that this turns off the contour validation. How can i ask the functionality that a div "messagebox" is show on error
$.validator.setDefaults({ showErrors: function (errorMap, errorList) { $(".messagebox").show(); } });
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
adding features to showError jquery function call
I want to show a div when the showError jquery validate function is called. I do so like this. The problem is that this turns off the contour validation. How can i ask the functionality that a div "messagebox" is show on error
is working on a reply...