Answers for "jquery get select option attribute"

1

jquery get select option attribute

var option = $('option:selected', this).attr('mytag');
Posted by: Guest on March-09-2022

Code answers related to "jquery get select option attribute"

Code answers related to "Javascript"

Browse Popular Code Answers by Language