OneTallor

JS LOGIN

Jul 27th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. JS
  2.  
  3. $('.toggle').on('click', function() {
  4.   $('.container').stop().addClass('active');
  5. });
  6.  
  7. $('.close').on('click', function() {
  8.   $('.container').stop().removeClass('active');
  9. });
Add Comment
Please, Sign In to add comment