Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("#lotery").click(function(){
  2.         $(this).html(TR(T.lotery, {}));
  3.  
  4.         $(".casino_close").click(function(){
  5.             console.log($(".casino").length); // 1
  6.             $(".casino").remove();
  7.             console.log($(".casino").length); // 0
  8.         });
  9.  
  10.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement