开发者

jQuery custom validation not working

开发者 https://www.devze.com 2023-04-04 07:13 出处:网络
I am writing a custom validation to compare if two phone numbers are equal or开发者_开发技巧 not, the code can be seen working at jsfiddle here. The issue is that it is not validating although I enter

I am writing a custom validation to compare if two phone numbers are equal or开发者_开发技巧 not, the code can be seen working at jsfiddle here. The issue is that it is not validating although I entered an equal phone number, can anyone help me out?


You can't validate against the form only fields. Look at this: http://jsfiddle.net/tNacL/8/

0

精彩评论

暂无评论...
验证码 换一张
取 消