开发者

JQuery validator tooltip, need help identifing javascript library?

开发者 https://www.devze.com 2023-03-18 00:42 出处:网络
Hi can anyone identify which javascript library was used to create this v开发者_开发百科alidation ui?

Hi can anyone identify which javascript library was used to create this v开发者_开发百科alidation ui?

JQuery validator tooltip, need help identifing javascript library?

Thanks

EDIT:

I've discovered that this validation is caused by the standard JQuery library by adding required="true" to field names.

I've been debugging in jsfiddle and I've narrowed it down. See example.

http://jsfiddle.net/WypT8/31/

My main gripe was that I cant get it to work in IE.

Anyone any ideas?

Thanks


Look ma, no JavaScript!

That is actually HTML5; the required attribute is used by the latest HTML5 compliant browsers to validate a form before being submitted.

jsFiddle.

It doesn't work in IE because IE does not support this feature yet.


What about the library detector firefox add on?

0

精彩评论

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

关注公众号