What\'s the event to bind for when a select form is selected?
I have something like this:
Option
Maybe select() is a more accurated solution:
$('#list').select(function() { if ($(this).val() === '2') { // Do something for option "b" } });