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
Add round brackets to your val: alert($(this).val())
alert($(this).val())