Authored by lijing

关闭蒙层

... ... @@ -16,6 +16,10 @@ $(
$(this).parents(".dia-c").hide();
$(".dia-bg").remove();
});
$(".dia-c").live("click", function () {
$(this).hide();
$(".dia-bg").remove();
});
$(".dia-c-2 .close-btn").live("click",function (){
$(this).parents(".dia-c-2").remove();
$(".dia-bg").remove();
... ...