Select Box searching
07:10 19 Jun 2015

I have already seen jQuery chosen, but I want a select box where the options are taken from an SQL table (using PHP) and can be added by user dynamically. Is there a plugin of this kind?

javascript php jquery html dom