Skip to content

Instantly share code, notes, and snippets.

@theneubeck
Created February 10, 2010 16:14
Show Gist options
  • Save theneubeck/300481 to your computer and use it in GitHub Desktop.
Save theneubeck/300481 to your computer and use it in GitHub Desktop.
jQuery toggle 3
function f() { ... };
function g() { ... };
function h() { ... };
$("#the-link").toggle(f,g,h,g,f,h,h,g,g);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment