How to use autocomplete and TagInput together in jquery -
I want to use auto-complete and tag input without Jason but a JSP file that calls my database How can i do this
This is my code:
HTML -
& lt; Input id = "tag" type = "text" class = "tag" value = "" /> & Lt; Script & gt; $ ('# Tags') tagsInput ({width: 'auto'}). $ ('# Tag') keyboard (function () {$ ("# tag"). AutoComplete ("getdata.htm"); My code does not mention in the getdata.js file.
Comments
Post a Comment