How to remove regular expression/min max model validate through jquery??
here is the some of Info...
var Euin = $(".EuinDec");
if ($(this).val().toUpperCase() == 'Y') {
$(this).next(".EuinDec").rules('remove', 'required')// This is for Required...
//hear i want remove regular expression validation also
}
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
subhrakanta mishraPosted Aug 16, 2018, 8:20 AM
Jenith ThakkarPosted Aug 16, 2018, 6:57 AM