Questions tagged as 'autocompletar'

1
answer

Customizing the Autocomplete UI JQuery

Hello! I put the autocomplete ui jquery on my system, it's working as it should, but I wanted to edit the look of it. For example, putting a background color in the suggestions that appear and not allowing the creation of a <div>...
asked by 06.03.2018 / 18:08
1
answer

jQuery Autocomplete Uncaught TypeError: Can not read property 'length' of undefined [closed]

I'm using jQuery autocomplete to grab data from a JSON and show them in as suggestions on the form while typing. It turns out that JSON is not in the format expected by the plugin, so I decided to try to turn it into an array, but it's only in...
asked by 28.08.2017 / 04:52
2
answers

autocomplete works only with jQuery 1.2.6

Well I'm using an autocomplete plugin with 2 input, where I put the value in 1 input and the 2nd is filled in. The problem is that my system works with jQuery 1.7.2 because I have several functions with it. And this auto complete only works with...
asked by 18.03.2016 / 14:38
1
answer

auto complete jQuery with 2 input

I have the following autocomplete that works on the 1st input, when it completes it fills the 2nd input. The problem is that if you delete the <p> tag it does not work. Can anyone tell me why? Follow the code: $().read...
asked by 18.03.2016 / 12:06
2
answers

Receive id of an autocomplete option

I have the following autocomplete defined in HTML HTML <label class="input"> <input type="text" list="list" id="entidade" placeholder="Cliente" onblur="dadosCliente ( )"> <datalist id="list"> @for(entidade...
asked by 06.02.2015 / 12:26
1
answer

get jquery autocomplete value for dynamic online calculation

I need to get the value returned from autocomplete to make a sum in a dynamic list of products, since it already calculates value and quantity and now I have to insert a new column "MEDIDA" and it is necessary to remove the letters and pi...
asked by 29.03.2018 / 23:11
1
answer

Disable forms autocompletion in Laravel?

Hello. I searched all over the internet and could not find it. I simply can not get Laravel's autocomplete off. The 'autocomplete =' off '' for this, does not work for the fields if email and password. Does anyone have an alternative to do...
asked by 04.11.2017 / 13:13
1
answer

Auto complete chrome with wrong fields as login

I have a problem where I have a registration form. When performing the registration the browser asks if it wants to save the user and password, the problem is that it saves a field nothing see as user but the password it writes correctly. My fo...
asked by 04.08.2017 / 19:30
1
answer

Stylize autocomplete background

The input background is transparent, but when the browser automatically completes, it gets that color shown in the second image, is there any way to leave it complete, but still transparent? I've tried it in many ways, but none of it works....
asked by 02.06.2017 / 03:51
1
answer

Gif loading

Hello I'm implementing this autocomplete And I would like that while the system searches the items, it shows a loading gif in the corner of the input. <!doctype html> <html lang="en"> <head> <meta charset=...
asked by 24.05.2017 / 22:06