0
votes
0answers
50 views

Regular Expressions to get matched result

Am unaware of Regular expressions and am using jquery ui auto-complete and filling a textbox in my site. I need to change the result of normal jquery ui autocomplete like below. For example Chennai, ...
1
vote
1answer
2k views

Jquery ui autocomplete - combobox - matching the first letter of the second/third word

I've searched for this a lot of time, but with no results. I'm trying to use Jquery UI autocomplete plugin. I'm using the combobox mode (the example provided here: ...
0
votes
2answers
446 views

jquery ui autocomplete: how to match “whitespace” seperated query with accurate “comma” seperated record

I have preloaded xml records on the client side, on which jquery ui autocomplete is applied. Say there is a record like this one: "car,bike,plane". Currently (while using jquery ui autocomplete) if ...
0
votes
1answer
665 views

Jquery accent insensitive with multiple values autocomplete

Here is my problem summarized in the following JS Fiddle : http://jsfiddle.net/sidou/3R5B2/ I need to make an autocomplete field with multiple values (which is correctly done in the first part of ...
0
votes
1answer
682 views

client-side caching of jquery-ui-autocomplete: javascript/jquery regex to match a string “index” of an object

In my web app , i am using jquery ui autocomplete which data are stored in the database (Mysql). In this application, i have the administration official data And i enable the users to enter their ...
4
votes
3answers
1k views

jQuery UI Autocomplete v1.8.14 Multi-word Search + Highlighting

I'm trying to achieve two things using jQuery UI Autocomplete v1.8.14. 1) Use a space delimited word search for all matches (independent of order): (eg search "some heart", matches "win the ...
2
votes
1answer
440 views

jQuery ui autocomplete weird behavior

I have started using jQuery-ui-autocomplete recently. However I am facing a strange and weired behavior. I am trying to use autocomplete for multi valued remote data (data from my data service). My ...