Search Results

0
votes
4answers
237 views

What’s the best way to get the underlying DOM element by ID in jQuery?

This sounds like a really basic question. Let's say I have the following Form element <select id="mySelect"> ... Using jQuery, let's say I want to …