how to select an element with particular data jquery code example
Example: jquery find div with data attribute value
$("body").find("[data-searchme='" + var_value + "']");
$("body").find("[data-searchme='" + var_value + "']");