What\'s the event to bind for when a select form is selected?
I have something like this:
Option
This jQuery snippet will get you started:
$('#list').change(function() { if ($(this).val() === '2') { // Do something for option "b" } });