ZPY博客

获取select元素中当前选择的文本内容

var tt=$("form select[name=selectName]").find('option:selected').text();