I'm having problems in the browser chrome, I want the result of jquery is "javascript alert", in the mozilla browser no problem.
I use code in jsfiddle
$('#lang').on('click', 'option', function() {
alert($(this).val());
});
How to handle it ??