Topic: How can I use the jqueryvalidation plugin with mdb material?
belu pro asked 6 years ago
belu pro answered 6 years ago
Mikołaj Smoleński staff commented 6 years ago
I can provide the styling, but firstly please send me Your zipped project to m.smolenski@mdbootstrap.comMikołaj Smoleński staff answered 6 years ago
belu pro answered 6 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 6 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