Answers for "jquery option data attribute"

9

jquery select by data attribute

$('div[data-key=value]');
Posted by: Guest on April-06-2020
2

jquery get data attribute of selected option

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

Code answers related to "jquery option data attribute"

Code answers related to "Javascript"

Browse Popular Code Answers by Language