首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > jQuery插件for Facebook样输入

jQuery插件for Facebook样输入

资 源 简 介

A jQuery plugin for producing Facebook-like input with autocomplete. Should work for Chinese entering for Firefox (Windows). (not test for other languages) Current version 1.0 The plugin is written and tested with jQuery 1.4.4, any 1.4.x version should work. Dependency: jquery.ui.autocomplete.js Look: Sample: ``` $("#myInput").havenInput({ source : "getJsonData.jsp" //request url will look like getJsonData.jsp?term=in }); ``` Default JSON format: [ {id : 1, name : "Hotel 1"}, {id : 2, name : "Hotel 2"}, {id : 3, name : "Hotel 3"}, {id : 4, name : "

文 件 列 表

jquery.havenInput.js
jquery.havenInput.min.js
jquery.havenInput.css

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP