Topic: How can I use the jqueryvalidation plugin with mdb material?
                  
                  belu
                  pro
                  asked 7 years ago
                
                      
                      belu
                      pro
                        answered 7 years ago
                    
Mikołaj Smoleński staff commented 7 years ago
I can provide the styling, but firstly please send me Your zipped project to m.smolenski@mdbootstrap.com
                      
                      Mikołaj Smoleński
                      staff
                        answered 7 years ago
                    
                      
                      belu
                      pro
                        answered 7 years ago
                    
highlight: function(element, errorClass, validClass) {
    $(element).addClass("invalid").removeClass("valid");
    $(element.form).find("label[for=" + element.id + "]")
        .attr("data-error", "Error - Message");
},
unhighlight: function(element, errorClass, validClass) {
    $(element).removeClass("invalid").addClass("valid");
    $(element.form).find("label[for=" + element.id + "]")
        .attr("data-success", "");
}
 
https://www.dropbox.com/sh/6o3wkovtyeutt18/AAD5fwbYJAQ7FVdT0k1LS1YNa?dl=0&preview=180110+Screen+Error+Bts+Form.png
 
Thanks in advance!
Regards,
Bernhard
                    
                      
                      
                      Mikołaj Smoleński
                      staff
                        answered 7 years ago
                    
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
 - Premium support: No
 - Technology: MDB jQuery
 - MDB Version: -
 - Device: -
 - Browser: -
 - OS: -
 - Provided sample code: No
 - Provided link: Yes