select an option base on data atribute, without the value jquery code example
Example: jquery find div with data attribute value
$("body").find("[data-searchme='" + var_value + "']");
$("body").find("[data-searchme='" + var_value + "']");