jquery-nice-select
jquery-nice-select copied to clipboard
with jQuery, how to detect nice select on focus event?
how to detect nice select on focus event? I'm aware that if I try binding jQuery event like focus
and focusin
on <select>
element itself, it won't work.