Using jQuery, how can I get the selected item\'s value in a select when the page loads? I can do it onChange etc but cant figure out the way on page load.
Here\'s my
$(document).ready(function() { alert($("#dropdownid").val()); });