Skip to content

Instantly share code, notes, and snippets.

@theneubeck
Created February 10, 2010 16:13
Show Gist options
  • Select an option

  • Save theneubeck/300479 to your computer and use it in GitHub Desktop.

Select an option

Save theneubeck/300479 to your computer and use it in GitHub Desktop.
jQuery toggle 2
$("#the-link").toggle(
function(){ ... },
function(){ ... },
function(){ ... },
function(){ ... }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment