Response title
This is preview!
var
select =
''
;
$(
"select[id='language'] option:selected"
).each(
function
(){
select= $(this).val();
alert (select);
// i want to sent this value in my label, i tried with Ajax but Ko
});
© 2013 jQuery Foundation
Sponsored by and others.