Skip to content

Instantly share code, notes, and snippets.

@im-sad
Created March 23, 2018 18:03
Show Gist options
  • Save im-sad/3772f5b06315e301cb601ce76475ccd4 to your computer and use it in GitHub Desktop.
Save im-sad/3772f5b06315e301cb601ce76475ccd4 to your computer and use it in GitHub Desktop.
$.fn.extend({
toggleText: function(a, b){
return this.text(this.text() == b ? a : b);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment