Basic jquery question. I have an option element as below.
Antarctica
$('.select_continent').click(function () { alert($(this).attr('value')); });