Get the text of the selected item in ComboBox with jQuery

3 Apr

Get text:

 $("#ComboBox option:selected").text()

and get HTML:

 $("#ComboBox option:selected").html()

No related posts.

No comments yet

Leave a Reply