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

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -