教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 Input Floating Hint Box

Input Floating Hint Box

发布时间:2014-07-18   编辑:jiaochengji.com
Provide an automatic box hint in the right side of an input, hint box appear when focus on that input, and disappear when focus go to another element (blur). The source(@source) of the text can be an attribute (title for example), or a pure html. Attribut
Provide an automatic box hint in the right side of an input, hint box appear when focus on that input, and disappear when focus go to another element (blur).The source(@source) of the text can be an attribute (title for example), or a pure html.Attribute can contain escaped html, example: title="This will be &lt;b&gt;Bold&lt;/b&gt;"All hints can use one div element(@div option) with your custom design, also if need, you can make only one subelement(@div_sub) of @div context to change (in case you don't want the plugin to overwrite everything inside the @div element).You can provide only the @className, and for each input a separate <div> element will be created automatically with @className as class.If user click on the box to select some text (for copy/paste for example), box will not disappear.If you need to make the box appear in more left, use incrementLeft, same for top - incrementTop, you can use - sign if you want to decrement.

您可能感兴趣的文章:
Input Floating Hint Box
20款非常优秀的 jQuery 工具提示插件 推荐
推荐10个超棒的jQuery工具提示插件
JS动态可控制左右滚动的图片
Multiple Select
js实现跟随光标的提示框的代码
js tab选项卡效果代码
网页浮动广告js代码
js 感应鼠标变换背景颜色的列表效果
js滑门菜单

上一篇:MD5 hash algorithm function 下一篇:jTemplates
[关闭]
~ ~