联想词插件基于jQuery
* 携带参数类型为标签上 data-*
* ajax异步请求 回调json完成界面渲染
* 需要在父级标签内拥有
1 | < div class = 'usteel_associate' ></ div > |
* 使用方式 需要在界面重新声明并调用该方法
_dom 和 _url 均为数组类型 dom对象(任意JQ选择器)和传参接口必须一一对应
1 2 3 4 5 | var usteel_associate = new usteel_associate({ "_dom" :[ "input[data-click=\"usteel_associate1\"]" , "input[data-click=\"usteel_associate2\"]" ] , "_url" :[ "test1.json" , "test2.json" ] }); usteel_associate.propertychange(); |
编写人 Andrew
联系方式 andrew.s@foxmail.com
* 使用请勿删除以上内容 感谢为开源做出贡献
使用方式
1 2 3 4 | < div > < input type = "" name = "" id = "" value = "" data-click = "usteel_associate" placeholder = "请输入" /> < div class = 'usteel_associate' ></ div > </ div > |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com