I\'m trying to get the value of a dropdown on change (and then change the values in a second dropdown).
EDIT: Thanks for all the replies, i\'ve upda
You must obtain the value using a method, not a property. Use this:
alert($(this).val())