Answers for "jquery find by class data attribute value"

3

jquery get element by class and data attribute

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

jquery find by data attribute

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

Code answers related to "jquery find by class data attribute value"

Code answers related to "Javascript"

Browse Popular Code Answers by Language