Answers for "jquery find option by data attribute"

1

jquery get option data attribute

$(this).find(':selected').data('id');
Posted by: Guest on December-09-2020
10

jquery select by data attribute

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

Code answers related to "jquery find option by data attribute"

Code answers related to "Javascript"

Browse Popular Code Answers by Language