I am facing a problem of dynamically adding options to multiple select using chosen plugin.
As I have millions of records in database so I can not populate all as options during page load.
so now I have to get matching records (on keyup event) from database using ajax and populate select box dynamically. is there any way i can achieve this.
options to theselectwon't do? – Jan Dvorak Oct 3 '12 at 11:46