Advertisement
AlexM1SHOP

Untitled

Nov 25th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. $(function(){
  3.     $("body").prepend($("#black_friday_m1_div"));
  4.  
  5.     $(".black_friday_m1_div__close").click(function() {
  6.       $("#black_friday_m1_div").slideUp("slow");
  7.     });
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement