How Can I get selected text value from the combo box using jQuery.
I am having only "name" of combo box.
So, I want the text of selected item, using the name of combo box, not ID.
I am having ,
var selected_fld = ( $(this).attr('name') );
How can I proceed further ?