Answers for "jquery find data"

0

jquery find by data value

$("ul").find(`[data-slide='${current}']`)
Posted by: Guest on July-16-2021
-1

jquery find div with data attribute value

$("body").find("[data-searchme='" + var_value + "']");
Posted by: Guest on July-28-2020

Browse Popular Code Answers by Language