Answers for "get option text jquewry"

12

get text of selected option jquery

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

get select option selected text jquery

$("#city_id option:selected").text();
Posted by: Guest on February-02-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language