Answers for "jquery div class with data attribute value"

2

jquery get element by class and data attribute

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

select class with data attribute jquery

const restaurantId = 351;
const featuredButton = $(`.js-featured-restaurant[data-restaurant="${restaurantId}"]`);
Posted by: Guest on November-22-2020

Code answers related to "jquery div class with data attribute value"

Code answers related to "Javascript"

Browse Popular Code Answers by Language