Guest User

Untitled

a guest
Feb 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <p>Click anywhere to toggle the box.</p>
  2. <div id="toggle"></div>
  3.  
  4. $( document ).click(function() {
  5. $( "#toggle" ).toggle( "slide" );
  6. });
Add Comment
Please, Sign In to add comment