Autocomplete is a UI feature provided by applications, where the program predicts a word or phrase that the user wants to type without the user actually typing it completely.

learn more… | top users | synonyms (3)

0
votes
0answers
3 views

Busqueda con autocompletado en jqgrid y codeigniter

Tengo algo de código en codeigniter y jqgrid, aún lo estoy puliendo pero lo interesante de búsqueda y autocompletado ya funciona si pueden mejoren mi código y compartan. A seguir programando
1
vote
2answers
12 views

What is 'term' expression in jQueryUI autocomplete function

I'm using an jQueryUI autocomplete function to read data from database. Autocomplete calls an PHP script, which is looking next: $text = mysqli_real_escape_string($_GET['term']); $query = "SELECT * ...
0
votes
0answers
7 views

jQuery Autocomplete widget gets ParseError when calling C# webservice

Trying to get a test bed working for jQuery UI V10 Autocomplete. I have the demo programs working, but when I adapt the code to an example using C# and an ASP.NET webservice, I am getting a status 200 ...
0
votes
0answers
8 views

Primefaces Autocomplete not passing & to complete method

We are using Primefaces 2.2.1. We are using autocomplete to display names from the Database. Some of the names have '&' as part of it. For Instance: Jack & Jill. When we type & in the ...
0
votes
0answers
23 views

jQuery Autocomplete: Uncaught TypeError: Cannot read property 'length' of null

My first time using JQuery. Trying to use Autocomplete, and keep getting the error above. I've tested the MySQL queries and they all work. If I use the same code below but called from a webpage ...
0
votes
1answer
24 views

jquery autocomplete combobox compatible with jquery ui 1.8.20

I was in a need to create a widget for making a normal select box better with some search and autocompletion. I immediately came to this example.. and had a look. With the latest jQuery UI,it works ...
0
votes
2answers
39 views

Make JSON available for later use

So i am trying to build a simple autocomplete feature. My first intention was to querie a specific database with a %like% statement eveytime the user adds or deletes a character in an <input>, ...
0
votes
0answers
22 views

jquery autocomplete ui changes order of elements in response

$array = array('All' => array( 5=>array(a=>'1',b=>'3'),9=>array(a=>'5',b=>'6'),4=>array(a=>'6',b=>'3') ) I am sending a json_encode($array) as the response from the ...
2
votes
0answers
24 views

“Reload the page to get source for …” in AJAX [closed]

I use AJAX for auto-complete field, all worked good but last time this functionality is broken. I have looked in FireBug, before in AJAX response I see JSON array with data for autocomplete. Now I ...
0
votes
0answers
13 views

primefaces autocomplete validation issue

I have a problem with p:autocomplete: When the validation fails on any other field I miss the input of the autocomplete. What can I do to avoid this? I am using prime faces 3.5 with mojarra 2.1.18. ...
0
votes
0answers
11 views

Autocomplete Customization?

I am using the conventional jQuery autocomplete.I am using it with mysql and jsp.The combo works fine except that the autocomplete does the job a little differently.When the user starts typing "Ti" ...
0
votes
1answer
17 views

Does jquery tag-it plugin support the ability to clear entries that are not valid tags?

I am using jquery tag-it plugin and i ahve the following code to only allow valid tags. This prevents the entry from becoming a "tag" but i would like it to clear out the entry. So for example if ...
2
votes
0answers
37 views

Submit button becomes unresponsive after modifying DOM

I am implementing a form that allows the user to generate a list of items. These items correspond to a model and I have implemented autocomplete functionality for that model. I have created an ...
0
votes
0answers
32 views

live search using PHP,jquery, or AJAX

I've been trying for sometime to build a live search. The goal is to display a name (ex. John Doe), an img, and to append a username to the href of whatever the result is. All of these are stored in a ...
0
votes
0answers
27 views

jquery autocomplete ajax call causing System.ArgumentException

I am trying to build a simple test case that uses jQuery UI v10 Autocomplete to get data from a webservice, but I get this when I try to make the ajax call to the web service: ...

1 2 3 4 5 375
15 30 50 per page