Get the text of the selected item in the select drop-down box

$(data.elem).find("option:selected").text()

$(data.elem) is the jq object;

Guess you like

Origin blog.csdn.net/tonglei111/article/details/106946030