Answers for "how to get the dataset property of a select using jquery"

3

jquery get data attribute of selected option

$(this).find(':selected').data('id')
Posted by: Guest on July-22-2020

Code answers related to "how to get the dataset property of a select using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language