Answers for "jquery find element with class and data attribute"

2

jquery get element by class and data attribute

$('.slide-link[data-slide="0"]').addClass('active');
Posted by: Guest on October-08-2020
3

find element with data attribute jquery

$("ul").find(`[data-slide='${current}']`)
Posted by: Guest on October-20-2020

Code answers related to "jquery find element with class and data attribute"

Code answers related to "Javascript"

Browse Popular Code Answers by Language