标签:http io ar sp 数据 on cti bs as
本来以为会很复杂,原来这么简单
远程调用数据
<script src="./static/public/jquery-1.11.0.min.js"></script> <script src="./static/public/jqueryui/jquery-ui.js"></script> <script> $(function() { $( "#goods_name" ).autocomplete({ source: "./index.php?buy/api/?", minLength: 1, }); }); </script> <input id="goods_name">
官方地址:http://jqueryui.com/autocomplete/#remote
jQuery Autocomplete ajax自动补全功能 下拉框提示
标签:http io ar sp 数据 on cti bs as
原文地址:http://my.oschina.net/u/554046/blog/339357