Answers for "get dropdown selected text jquery"

3

how to get the selected text of dropdown in jquery

BY LOVE
$("#Id option:selected").text()
Posted by: Guest on July-13-2020
8

get text of selected option jquery

$('#id').children(':selected').text();
Posted by: Guest on March-18-2020
1

jquery html select selected get text

$( "#myselect option:selected" ).text();
Posted by: Guest on October-06-2020

Code answers related to "get dropdown selected text jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language