Created
March 23, 2018 18:03
-
-
Save im-sad/3772f5b06315e301cb601ce76475ccd4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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