Questions tagged as 'autocompletar'

1
answer

Autocomplete with data coming from PHP

I'm trying to create a form to register services performed, so I came across the first problem, I'm trying to keep it as light as possible because a lot of data. I want to store the "employee", "client", "services" ... I chose to use an autocomp...
asked by 30.10.2018 / 07:13
1
answer

Autocomplete locking the database

I'm developing an application in PHP and Jquery with the framework Codeigniter 3. I'm using Postgre and I have a database with more than 1 million registered registrations. I made an autocomplete that looks for the name of a product in the da...
asked by 21.07.2017 / 06:44
2
answers

Dropdown and Autocomplete

I have a question about how to perform a particular function. Iwouldlike,whenaparticularsupervisorwasselected,inthe"technician" box a list of technicians related to it is displayed. Example: I selected the 3rd supervisor, as shown in the...
asked by 19.03.2018 / 19:54
2
answers

Leave the autocomplete search in bold

I have this search script: $( function($) { $( "#p" ).autocomplete({ source: "php/search_palavras.php?id_cidade=<?php echo $id_cidade; ?>", minLength: 2, select: function( event, ui ) { //...
asked by 27.06.2017 / 15:40
2
answers

Deleting an editText while modifying another

I'm starting my studies on Android now, and I'm doing some testing. I have two AutoComplitTextView fields, the two shows an id and a description. X1 and X2 (fictitious names). The X2 list is filtered by choosing X1. Is there any way that if t...
asked by 01.07.2016 / 14:43
1
answer

Autocomplete: JSON + PHP

With the codes below my output that comes after typing "Al" is only "Albania", and it comes duplicated in autocomplete. The result that comes in the chrome console is: > {"0":"Albania","country_name":"Albania"} When I run the query in th...
asked by 25.09.2015 / 04:42
1
answer

Detect ":" and show suggestions with jQuery

I have a textarea and I would like to know how to detect the : character and from there, show suggestions listed in an array with all the possibilities of "auto complete" and filter the results ... Here is an example: I a...
asked by 25.04.2015 / 01:15
2
answers

Limit the amount of results that appear in the jquery-iu autocomplete

I'm using the jquery-iu Autocomplete and everything is working perfectly. But I would like to improve the script at one point. I'd like to limit the results. Because if I type A in the input, it appears INPUTS results and this is bad from th...
asked by 28.12.2014 / 05:10
2
answers

How to configure the VI to autocomplete and format the files in a standardized way according to each language?

I've been using VI for a few years, I think about 20 years, still XCO Unix and Xenix, but I never took the initiative to make my environment totally parameterized to programming in languages like C / C ++, PHP and Java . I would like to prepa...
asked by 20.06.2015 / 16:52
1
answer

How to send ID of an object in jQuery autoComplete?

I need the ID of the selected item in the jquery Autocomplete, when selecting the item by autocomplete, send the selected item ID to the form. In the label The text when sending via post the item ID public ActionResult Cadastrar()...
asked by 09.04.2015 / 18:27