| changeset 65 | b13a409f01dc |
| parent 51 | 504ae70e799e |
--- a/integ/iri/js/iri-lecture-cinecard.js Mon May 06 14:57:50 2013 +0200 +++ b/integ/iri/js/iri-lecture-cinecard.js Mon May 06 18:38:13 2013 +0200 @@ -1,4 +1,11 @@ $(function() { + + $('.msg_box i.close').click(function(){ + $(this).parent().animate({"opacity":"0"},300,function(){ + $(this).slideUp(); + }); + }); + $(".cinecard_lightbox_background").click(function() { $("#renkan_container").children().remove(); $(".cinecard_wrap").hide();