jquery find div with data attribute value

JavaScript
$("body").find("[data-searchme='" + var_value + "']"); 
Source

Also in JavaScript: