How can I activate/deactivate dropdown of classic selectbox by clicking to link in jQuery?
I don’t need selectbox replacing with jQuery, because it’s too slow for huge number of options.
I test everything but without result.
How can I activate/deactivate dropdown of classic selectbox by clicking to link in jQuery?
Share
If you’re saying that you want the
<select>to display its options via javascript, I don’t think it can be done cross-browser (or perhaps in any browser).Is this what you meant?
If so, I think you’ll be stuck creating your own, but finding some other way to accommodate the large quantity of options you require.