Answers for "jquery get div with matching data attribute value"

3

find element with data attribute jquery

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

jquery get element by data attribute

$("ul[data-slide='" + current +"']");
Posted by: Guest on July-25-2021

Code answers related to "jquery get div with matching data attribute value"

Code answers related to "Javascript"

Browse Popular Code Answers by Language