whyisjake

Jake Spurlock

Jul 17th, 2010
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('#worker').click(function() {
  2.                
  3.                 if ($('#work').is(':visible')) {
  4.                     $('#work').slideUp('slow');
  5.                 }
  6.                
  7.                 else {
  8.                     $('#work').slideDown('slow', function() {
  9.                     $('.centerme').fadeOut();
  10.                     });
  11.                 }
  12.             });
Add Comment
Please, Sign In to add comment