Basic jquery question. I have an option element as below.
Antarctica
You can also try this way
jquery
$('.select_continent').click(function () { alert($(this).data('value')); });
Good luck !!!!