Getting the selected item text from the dropdown in jQuery

Sheonarayan
Posted by Sheonarayan under jQuery category on | Points: 40 | Views : 1524
To get the selected item text from the dropdown in jQuery, use below code snippet.

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


Thanks

Comments or Responses

Login to post response