find child element with class and data attribute jquery code example
Example: jquery find div with data attribute value
$("body").find("[data-searchme='" + var_value + "']");
$("body").find("[data-searchme='" + var_value + "']");