Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • anthony hall 222 posts 536 karma points
    May 03, 2013 @ 11:18
    anthony hall
    0

    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

    $.validator.setDefaults({
       showErrors: function (errorMap, errorList) {
            $(".messagebox").show();
        }
    });

     

Please Sign in or register to post replies

Write your reply to:

Draft