Showing
1 changed file
with
4 additions
and
0 deletions
@@ -16,6 +16,10 @@ $( | @@ -16,6 +16,10 @@ $( | ||
16 | $(this).parents(".dia-c").hide(); | 16 | $(this).parents(".dia-c").hide(); |
17 | $(".dia-bg").remove(); | 17 | $(".dia-bg").remove(); |
18 | }); | 18 | }); |
19 | + $(".dia-c").live("click", function () { | ||
20 | + $(this).hide(); | ||
21 | + $(".dia-bg").remove(); | ||
22 | + }); | ||
19 | $(".dia-c-2 .close-btn").live("click",function (){ | 23 | $(".dia-c-2 .close-btn").live("click",function (){ |
20 | $(this).parents(".dia-c-2").remove(); | 24 | $(this).parents(".dia-c-2").remove(); |
21 | $(".dia-bg").remove(); | 25 | $(".dia-bg").remove(); |
-
Please register or login to post a comment