Okay, I have this code:
Option 1 Option 2
$(document ).ready(function() { $('select[name=selectorname]').change(function() { alert($(this).val());}); });