Page is a not externally linkable
daveVk - 12:44 am on Jun 5, 2012 (gmt 0)
[w3schools.com...]
$('select :selected') returns the element(s) in question
$('select').val() works (in the case of a single selection) as the select element gets it value from the selected item.