BackboneBootstrap icon indicating copy to clipboard operation
BackboneBootstrap copied to clipboard

develop an autocomplete combobox that fetches data from server

Open opensas opened this issue 13 years ago • 3 comments

relates to #21

have a look at this library http://ivaynberg.github.com/select2/#ajax

which is based on: http://harvesthq.github.com/chosen/

first test running at: http://bb-jugar.rhcloud.com/assets/js/tmp/select2/demo.html

(depends on jquery to work!)

opensas avatar Aug 17 '12 00:08 opensas

some controls to try

jquery autocomplete http://stackoverflow.com/questions/6794767/autocomplete-with-ajax-jquery-plugin-or-jquery-ui-widget

http://jqueryui.com/demos/autocomplete/

http://docs.jquery.com/UI/API/1.8/Autocomplete

http://www.devbridge.com/projects/autocomplete/jquery/

http://loopj.com/jquery-tokeninput/

https://github.com/dyve/jquery-autocomplete#readme

http://www.pengoworks.com/workshop/jquery/autocomplete.htm

http://stackoverflow.com/questions/8309382/jquery-ui-autocomplete-combobox-how-to-fill-it-with-ajax-request

question in stackoverflow http://stackoverflow.com/questions/188442/whats-a-good-ajax-autocomplete-plugin-for-jquery

opensas avatar Aug 17 '12 01:08 opensas

A CHOSEN FORK THAT WORK WITH AJAX!!!

https://github.com/meltingice/ajax-chosen

test it

check questions on chosen forum about ajax support

https://github.com/harvesthq/chosen/issues/search?q=ajax

opensas avatar Aug 17 '12 01:08 opensas

HAVE A LOOK AT SELECT2

http://ivaynberg.github.com/select2/#ajax

YEAH!!!

opensas avatar Aug 17 '12 01:08 opensas