Questions tagged as 'autocompletar'

1
answer

Make select with LIKE and AND at the same time

I have this script that does a search: $(function($) { $("#loc_menu").autocomplete({ source: "php/search_cidades.php", minLength: 2, select: function(event, ui) { // Set autocomplete element to display the labe...
asked by 22.06.2017 / 14:09
0
answers

Autocomplete JavascriptUI + PHP + Mysql

Hi, I'm working on an autocomplete in a CRM but I have a problem I gave a search here and I did not find a solution, so the description below: I want to make my system more intuitive with auto complete and I am using the following codes:...
asked by 04.05.2017 / 12:09
2
answers

Disable forms autocomplete

Hello ... I have a problem that I thought was simple, but I've been looking for a solution for two days ... I just can not get forms autocomplete off. I remembered the autocomplete="off" for this, but it does not work anymore. Does anyone...
asked by 19.05.2017 / 20:06
0
answers

Help with clone + autocomplete

Good evening. I am using this example of autocomplete: link It works as needed ... but the problem occurs when I'm cloning this element. Then autocomplete no longer works. I can not figure out where the problem is. Could you give me a...
asked by 27.03.2017 / 23:51
2
answers

jQuery AutoComplete with GenericHandler Error 404

I'm doing an input with an AutoComplete function, but typing it returns on the console with a 404 error. Here's the code: $(document).ready(function () { $("#ListaNCM").autocomplete({ source: "ListaAuto.ashx" }); }); And the Generic H...
asked by 03.03.2017 / 14:34
0
answers

Modal does not execute javascript

Here a print of the functionality before using the modal, worked perfectly, both the autocomplete of cities and the function of plotting the routes: link However when using a modal autocomplete does not work and consequently does not trace...
asked by 19.12.2016 / 12:34
2
answers

Autocomplete in dynamic fields

I have an autocomplete system and dynamic fields, my autocomplete does not work from the second dynamic field nor do I stop using the id tags and replacing them with classes, please see: <script> jQuery(document).ready(function ()...
asked by 14.11.2016 / 12:50
1
answer

Use dropdown select in autocomplete of search in php mysql

I have this input=[text] with autocomplete that offers the title with a link (a href =) in the mysql database, however I would like to create 'categories' to select the links that autocomplete offers through a dropdown select. / p> This...
asked by 01.02.2017 / 13:13
1
answer

How to indent text in a jQuery autocomplete?

I'm using the jQuery autocomplete and I would like to underline the text being searched within the result, I looked for some examples on the web, but I only found the plugin, like this: Example I tried to bring the formatted text of p...
asked by 02.08.2016 / 18:47
1
answer

Syntax error, unrecognized expression when calling a function with Jquery

I'm using EasyAutocomplete in my project, which is working perfectly. But I have this error in my project and I could not find it. If I take JQuery the error does not happen. Here is my JQuery import that is being done in the 'head' and is calli...
asked by 25.04.2016 / 22:28