Advertisement
joris

Toogle

Jul 25th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function toggleDiv(divId) {
  2.    $("#"+divId).toggle(400);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement