$("#[div_id]").is(":visible")
if ($("#_alertLayer").is(":visible")){ $("#_alertLayer").hide(); } else { $("#_alertLayer").show(); }