I\'m trying to have a select box automatically pop open when the use hovers over it, as if they had clicked it. Is this possible?
select
I would think I could
This is not possible. You can only implement your own select-box, or Chosen plugin, but this is bad for usability. Also think about trigger('focus').
trigger('focus')