Advertisement
Guest User

GiftZ

a guest
Dec 18th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $("[title='giftZ']").click(function (){
  2. $(this).fadeOut();
  3. });
  4.  
  5. $("#chatwrap").on('DOMSubtreeModified', function() {
  6. $("[title='giftZ']").click(function (){
  7. $(this).fadeOut();
  8. });
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement