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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -