$(function () { if ($("#sel-prd-country").data("prd-country") == 0) { $(".handle").hide(); } else { $(".handle").show(); } });