Answers for "atribute selector and class same time"

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 "Javascript"

Browse Popular Code Answers by Language