develop an autocomplete combobox that fetches data from server
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!)
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
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
HAVE A LOOK AT SELECT2
http://ivaynberg.github.com/select2/#ajax
YEAH!!!