How to use autocomplete and TagInput together in jquery -
i want utilize autocomplete , taginput without json jsp file calls database. how can it?
here code:
html-
<input id="tags" type="text" class="tags" value="" /> <script> $('#tags').tagsinput({width:'auto'}); $('#tags').keyup(function(){ $("#tags").autocomplete("getdata.htm"); </script> my code not reach getdata.js file mentioned.
jquery autocomplete
No comments:
Post a Comment