integ/iri/js/iri-lecture-cinecard.js
changeset 65 b13a409f01dc
parent 51 504ae70e799e
equal deleted inserted replaced
64:2937fe1ba865 65:b13a409f01dc
     1 $(function() {
     1 $(function() {
       
     2     
       
     3     $('.msg_box i.close').click(function(){
       
     4         $(this).parent().animate({"opacity":"0"},300,function(){
       
     5             $(this).slideUp();
       
     6         });
       
     7     });
       
     8     
     2     $(".cinecard_lightbox_background").click(function() {
     9     $(".cinecard_lightbox_background").click(function() {
     3         $("#renkan_container").children().remove();
    10         $("#renkan_container").children().remove();
     4         $(".cinecard_wrap").hide();
    11         $(".cinecard_wrap").hide();
     5     });
    12     });
     6     
    13