开发者

Need help boxes attached to input fields using jQuery

开发者 https://www.devze.com 2023-03-20 23:10 出处:网络
Is开发者_如何转开发 there is any jQuery plugin or a script that attach a help div to an input field?

Is开发者_如何转开发 there is any jQuery plugin or a script that attach a help div to an input field?

The help box only shows when the input field get focus.

Something like http://www.morbuilding.com/docs/index.php?idConteudo=806.


You may to attach mouseenter/mouseleave and focus events to all input fields.

Test this: http://jsfiddle.net/q38wP/

0

精彩评论

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