开发者

JQuery validator tooltip, need help identifing javascript library?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜