Hi folks,
I'm trying to mimic focus on a select field.
e.g. When a user gains focus on a select field, the select field shows the options in a drop down list.
When using $('select').focus(), the options are not shown.
Any help on this one guys? =)