How to make a select field show list of options? - Javascript/jQuery -


I'm trying to focus on a selected field.

Like when a user focuses on a selected field, the selected field shows options in a drop down list.

Focus () options are not shown when using $ ('select').


Any help on this boy? =)

Set the focus type to select 6 on the focus (or whatever you want ) And return to 0 on Blur.


Comments