Questions tagged as 'autocompletar'

2
answers

Django and autocomplete, How can I search by First and Last Name?

I have the following code that only searches for the name of person, I can not think of how to search also by last name, here I leave the code to try to search by last name but it does not work does not search views.py def Buscarpersona(req...
asked by 10.12.2018 / 00:12
2
answers

Jquery to remove autocomplete from all project forms

Putting this jqery instruction on each page removes the autocomplete forms but only from that page: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"> $("form").attr('autocomplete', 'off'); &l...
asked by 13.07.2018 / 11:41
1
answer

Autocomplete Finder AngularJS + SQL SERVER does not show results

I'm doing a search through a DB in SQL Server and AngularJS where at the time of writing you will be suggesting the results (Google type) The problem is that it does not show me the suggested results, I'm doing it in the following way:...
asked by 18.09.2017 / 20:16
1
answer

Jquery autocomplete plugin Can not read property 'length' of undefined

I am using this wonderful plugin developed by Devbridge. Using your examples one works well and the other does not: The one that works: // Obtengo listaDeProfesionales desde /profesionales/get_lista/ $('#autocompleteInput').autocomplete({...
asked by 02.03.2017 / 17:05
3
answers

Merge two $ (document) .on ('click' in one ajax

I have an ajax autocomplete script and I'm trying to merge two $(document).on('click' into one so that when you make a single click the two are copied at the same time in their corresponding fields but I do not get it possible? $(docume...
asked by 07.11.2018 / 18:01
0
answers

Yii2 Autocomplete

I have a form and I would like the autocomplete to search in all the fields of the table with a single input or input, in _search it does as I do to select the compo and fill in the form or have a more complete autocomplete thanks. field ($ mo...
asked by 24.10.2018 / 19:24
0
answers

Error in Autocomplete search engine

I have a search engine to which I would like to implement a completed Auto but it does not work correctly if I check the variable has the data however it does not show them in the search engine ?? Driver <?php namespace App\Http\Contr...
asked by 28.10.2018 / 19:35
1
answer

Autocomplete shows only one result

I'm working with an autocomplete but it only shows me one result in the dropdown. The JSON format is like this: "Registro": [ { "attributes": { "codigo": "000427", "nodeValue": "" }, "AR_D...
asked by 22.08.2018 / 17:31
0
answers

Save values from the Google Maps autocomplete field

How can I store an address that autocompletes with the Google Maps API in JavaScript, saves the city, but does not save the address ... Any ideas? Thank you!     
asked by 10.05.2018 / 10:54
0
answers

How to autocomplete data from a specific row with jquery

Dear the data that are by default come from a database, however I would like that at the time of reloading I would like that in addition to the data by default, only the rows in which the id of the student appears in the table will be load...
asked by 02.05.2018 / 18:55