Friday 29 July 2016

Get dropdown value, text in jquery

Get dropdown value, text in jquery


jQuery(".cls_name option:selected").attr('name');

jQuery(".cls_name option:selected").text();