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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -