Subversion-Projekte lars-tiefland.faltradxxs.de

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

require(["jquery", "../../dist/jquery.validate"], function($) {

        $.validator.setDefaults({
                submitHandler: function() { alert("submitted!"); }
        });

        // validate the comment form when it is submitted
        $("#commentForm").validate();
});