Created
November 5, 2015 15:04
-
-
Save ashhitch/87cced6a7f61f040538e to your computer and use it in GitHub Desktop.
Boolean jQuery Toggle
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
| $('itemwanttochange').toggleClass(function(){ | |
| return booleanVal ? "IS_TRUE" : "IS_FALSE"; | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment