ajax-chosen icon indicating copy to clipboard operation
ajax-chosen copied to clipboard

A complement to the jQuery library Chosen that adds ajax autocomplete

Results 40 ajax-chosen issues
Sort by recently updated
recently updated
newest added

If you put a console.log inside the success callback (options.success), you'll notice that you're rebinding the callback on every keyup event. Which means on the first autocomplete, your callback is...

When a user inputs a term I return the results order by relevance For example a ajax search returns the following json string: {"10419":"Ajax","861":"Jeroen Slop","6244":"Barbara Stork","2109":"Antje Dammer","2295":"Ivo Trijbits","3885":"Marcus Keane","2172":"Alfredo Arroyo","3311":"Pascale...

I'd like to set the `no_results_text`, and `disable_search_threshold` options provided by chosen. Is there any way I can achieve this? Perhaps you should add a third argument for this to...

Using jQuery 1.6.4, this causes an infinite loop somewhere deep inside jQuery and eventually gets terminated by the browser (Firefox). This is very simple data retrieval of only a few...

In [my fork](https://github.com/jobvite/ajax-chosen), I am using a merge of several forks that abstracted the ajax request out to a callback so that the developer may handle the ajax call themself,...

Although it might be necessary to keep track of what search keywords fired off an ajax request so that you may return a cached result (as this could have changed),...

So I've been working on some enhancements and went perusing through the assorted forks of ajax-chosen to see who had the most fleshed out version. I settled on a fork...

Hey, what about a challenge? :) What I need to do is to have an option to trigger a search from my program code - followed by selecting an item...

Hi there, First off, Great addition to chosen! I've added a comment with link to this repo, here: https://github.com/harvesthq/chosen/issues/79 It works great the only issue I see is some weird...

Dears, my data is represent [{id: "#", value: "#"}] and i'd like to show the value as a label and choosed option. but the value of the input to be...