Skip to content

Instantly share code, notes, and snippets.

@gecbla
Created November 3, 2013 11:48
Show Gist options
  • Save gecbla/7289378 to your computer and use it in GitHub Desktop.
Save gecbla/7289378 to your computer and use it in GitHub Desktop.
jQuery otherwise
jQuery.fn.otherwise = function() {
/* @see https://groups.google.com/forum/#!topic/jquery-en/a-KhJ4IqEI0 */
return this.end().not(this);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment