get seleceted dropdown option value jquery
问题 I have two dropdowns -- for the month and year -- and a button. When the user clicks the button, I want to grab the selected month value and year value and pass them as query string to a URL like this: https://mysite.com/events.aspx?my=may2012 . How do I grab those values using jQuery or Javascript? <div id="datepicker"></div> <div class="calendForm"> <span class="inpMonth"> <select> <option selected="selected">September</option> <option>August</option> <option>July</option> <option>June<