Only jquery autocomplete download -


I want to download the jquery autocomplete plugin but it does not allow me to download that file only, but jquery core With jquery status, widget etc. script But I do not want all these files because they have already been added to my project and are doing fine, so I do not want to break any existing current argument.

When I tried to put all the script together with AutoComplete (full core.js), it works, but then my datepicker stopped working.

I also tried to add only the full script part from the whole script, but it is not working, because I am using Jquery 1.7.2 and I myself Full 1.10.2 is found.

Is there a way to get an auto-complete plugin or any plugin that we can get other plugins from outside writers?

Actually my requirement is not completely complete, what I want is a text box that shows a list of options to select focus, anything like dropdown list options, But with this we do not even have our own value dropdown list arrow, I am working with the help of all this complete plugin, the problem came when I tried to add it to my project.

Basically this requirement

Enter image details here

Any ideas what can I do?

You can go and get the file from the source.

Then, in the ui folder, you can see different files for each module including jquery.ui.autocomplete.js .

I do not know how your files have been organized in your project, but know that autocomplete module for working core , widget , status and menu first code should be loaded before autocomplete .

Your code should look like this:

  & lt; Script type = "text / javascript" src = "vendor / jquery-ui / js / jquery.ui.core.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "vendor / jquery-ui / js / jquery.ui.widget.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "vendor / jquery-ui / js / jquery.ui.position.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "vendor / jquery-ui / js / jquery.ui.menu.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "vendor / jquery-ui / js / jquery.ui.autocomplete.js" & gt; & Lt; / Script & gt;   

Hope it helps!

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -