jquery - Dealing with huge data in select boxes -


hi using jquery , retrieving "items" 1 of mysql tables. have around 20,000 "items" in table , going used search parameter in form. can search "purchases" contain "item".

now need them able select "item" drop down list, takes pretty long populate drop down list 20,000 "items". wondering if there jquery plugin out there supports pagination drop down boxes autocomplete.

that way user can either start typing first few letters have list filtered, or click on arrow , see maybe 20 items, , last "please click more".

i open other suggestion dealing huge dataset , populating html select boxes said dataset.

there might multiple select boxes on search page user can select "item" or "customer" or along lines , click on "search".

with dataset large it's time use ajax...

check out these autocomplete plugins:

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

and

http://code.google.com/p/jquery-autocomplete/


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -