Skip to content

Instantly share code, notes, and snippets.

@timsnadden
Created March 13, 2010 06:21
Show Gist options
  • Save timsnadden/331149 to your computer and use it in GitHub Desktop.
Save timsnadden/331149 to your computer and use it in GitHub Desktop.
$.fn.toggleText = function(a, b) {
return this.text(a == this.text() ? b : a);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment