jquery-ui-autocomplete Questions
2
Solved
I need to display that in the separate div (so .ui-autocomplete-loading is not applicable here). I can start to show that when search event is happened. But how can I understand when it should be h...
Ant asked 31/10, 2011 at 20:31
2
Solved
Jquery Autocomplete suggestions list font is very bigger ,I want to be small like typing in text box font need. how to restrict with small fonts in suggestions list ? Please see the below screen an...
Canister asked 6/11, 2013 at 23:10
5
Solved
I am using jquery autocomplete combobox
and everything is ok. But I also want to set specific value through JavaScript like $("#value").val("somevalue") and it set to select element, but no changes...
Acme asked 1/6, 2011 at 7:27
1
Solved
I have a jquery autocomplete type ahead field. it is working 100% correctly and prompting me for values. It does however require that I click on the option I want to select.
if the type ahead valu...
Disparate asked 27/9, 2013 at 10:35
1
Solved
I am using jquery 1.8.2 and jqueryui 1.9.0 libraries.
I am trying to add an "Edit Record" dialog to my table which contains a autocomplete textbox of jquery-ui.
I am also using the change event ...
Arlie asked 7/9, 2013 at 17:55
4
Solved
I have an input. I use the Jquery UI autocomplete to propose suggestions to the user. Lets image I have in my list 3 items: item1, item2, item3. What I am looking for is the list to be closed when ...
Ax asked 7/3, 2012 at 13:28
2
Solved
I am using Jquery UI's autocomplete widget and I am fetching the items to display through a callback as described in the reference.
I have a use-case where I need to present some of the items that...
Silvestro asked 19/2, 2011 at 17:32
1
Solved
I have a little trouble. There's working code with tagsinput, and I know how to work with autocomplete from jquery ui.
code exampe
Neither
autocomplete' :{
'source': tags_array
}
Nor
$("#new...
Elegancy asked 13/9, 2013 at 15:57
4
Solved
I got this cucumber sceanario:
When I fill in "End User" with "john"
Then wait
Then wait
When I click "John Doe"
Then show me the page
Step definitions:
Then /^wait$/ do
sleep 2
end
When /^(?...
Hydrochloride asked 15/6, 2011 at 9:23
2
Solved
In the snippet below, how can I get the jquery autocomplete plugin to:
Update a hidden field with the UserID
Update '#MessageTo' with the full name
I believe I need to use .result, but I can't ...
Evenfall asked 5/4, 2012 at 20:51
2
Solved
If you see this Fiddle demo, not done by me, how can I then avoid that the keyboard can go down and choose the disabled element? The mouse is working fine (not being able to select it) but I can go...
Prothonotary asked 27/8, 2013 at 12:31
2
I have the following code. It generates no js errors. Can't get the autocomplete to display any results:
$(function() {
$.ajax({
url: "data.xml",
dataType: "xml",
cache: false,
success: funct...
Brewton asked 27/3, 2013 at 17:6
1
Solved
Since I switched from jqueryui 1.8.1 to 1.10.x I realised that my custom item renderer doesn't work anymore:
Uncaught TypeError: Cannot set property '_renderItem' of undefined
What is differen...
Scatter asked 10/7, 2013 at 10:45
1
Solved
I'm using jQuery UI's autocomplete and I've come across and issue that I can't figure out how to fix.
The issue is that when the suggestions are too long they are automatically wrapped to take up...
Abhorrence asked 3/7, 2013 at 22:59
2
Solved
In my Ruby on Rails app I was using jQuery UI 1.9.2 (through jquery-ui-rails). I had an Autocomplete field in a Modal Dialog form that was populating it's dropdown suggestion box using Ajax and Jso...
Yenyenisei asked 12/6, 2013 at 10:0
7
Solved
I'm trying to prevent blur to happen when select: in autocomplete is called. (select: is called when the item is clicked on suggestion box of autocomplete)
However, unintentionally, blur is called ...
Alphonsealphonsine asked 19/4, 2011 at 5:7
3
Solved
Going off the example here http://jqueryui.com/demos/autocomplete/#custom-data
I'm wondering how to add a style to the ul wrapper when using _renderItem():
.data( "autocomplete" )._renderItem = f...
Dejection asked 18/2, 2012 at 1:46
2
I'm trying to do this http://jqueryui.com/autocomplete/#combobox
The problem is that when I go with the mouse over an option, options will disappears and it cames out the advice: "x didn't match an...
Billet asked 19/2, 2013 at 11:10
1
Solved
I have a jQuery UI Autocomplete that works fine, if the returned json object looks like this:
label:name
value:name
Then it searches through myname and when the user selects one, it populates th...
Nellnella asked 30/4, 2013 at 20:35
2
Solved
I am using jQuery Autocomplete to search a local database of cities. Here is the code:
$('#txt_search_city').autocomplete({
source: url,
delay: 0,
autoFocus: true,
select: function( event, ui ...
Reviewer asked 11/2, 2012 at 19:39
3
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 heart...
Anhwei asked 21/8, 2011 at 17:35
2
Solved
this is a continuation from a previous JQueryUI Autocomplete question, I asked.
This time, I have my data returning ... but I have no idea how i define what html to show and how to dynamically upd...
Enabling asked 13/9, 2010 at 12:32
1
Solved
Hi I'm trying to get the jQuery UI autocomplete widget to work so that it searches for matches from multiple attributes of my array (not just one that it does by default).
I've messed around with t...
Moro asked 6/4, 2013 at 3:26
1
Solved
I'm currently using .data( "ui-autocomplete" )._renderItem = function( ul, item ) in three places in my page. Now I need to add one more and I'm done.
But this time I get the error message
Typ...
Rachellerachis asked 1/4, 2013 at 10:21
2
Solved
I want to manually select an item in autocomplete and click it given the value.
Following code:
autocompleteitem.autocomplete("option", "autoFocus", true).autocomplete("search", autocomplet...
Biddle asked 6/11, 2012 at 0:32
© 2022 - 2024 — McMap. All rights reserved.