jquery-ui-autocomplete Questions

1

Solved

Given the following code, how can I reference the input that has autocomplete bound to it from within the success() function in the $.ajax call? Neither $(this) or $e work. $('.parent-input').auto...
Scratchboard asked 22/6, 2011 at 17:26

1

Solved

http://jqueryui.com/demos/autocomplete/#event-change It sounds like the change event is supposed to fire after you've selected an item, but instead it seems to fire onblur, but only if the input h...
Demoralize asked 20/6, 2011 at 4:20

1

Solved

We're moving from the bassistance.de autocomplete to jQuery UI autocomplete. I can't find as many examples for the jQuery UI version, the documentation seems a little sparse. That could just be me....
Fiacre asked 20/5, 2011 at 9:46

1

Solved

I'm trying to pass extra parameters for city and state using the jQuery UI autocomplete function. I've been trying to find an answer to this for a while but can't seem to find something that ...
Dulciana asked 9/5, 2011 at 16:32

1

I've been banging my head off my desk trying to get the jQuery UI Autocomplete to output custom HTML. Here is my code. $(document).ready(function(){ $.widget( "custom.catcomplete", $.ui.autocom...

1

Solved

In the forum post "How to make jquery autocomplete to work for a contenteditable DIV instead of just INPUT, TEXTAREA fields." we see how to get autocomplete working on a contenteditable div element...

4

Solved

When using the jQuery UI autocomplete combobox, I would thought there would be an option to force only a valid key entry based on the list. Is there any way to not allow invalid keys, so you can on...
Bronk asked 25/4, 2010 at 15:49

2

Solved

I was looking for jQuery UI Autocomplete because I needed on a <input /> but the problem is that I need to pass the id of the name completed. Let me explain: I have an array of names: $name...

1

Solved

I'm using the jQuery UI Autocomplete plugin (version 1.8), and I'd like to customize the way the suggestions show up. Specifically, I want to display not only some text, but an icon as well. Howeve...
Adelbert asked 22/9, 2010 at 23:19

1

Solved

The JQuery UI Demo page for autocomplete (link) has a nice looking search box and drop down with nice colors and highlights and such. When I implement it for myself, I end up with a bulleted list. ...
Pantagruel asked 30/4, 2010 at 22:43

© 2022 - 2024 — McMap. All rights reserved.