Skip to content

Instantly share code, notes, and snippets.

@ashhitch
Created November 5, 2015 15:04
Show Gist options
  • Select an option

  • Save ashhitch/87cced6a7f61f040538e to your computer and use it in GitHub Desktop.

Select an option

Save ashhitch/87cced6a7f61f040538e to your computer and use it in GitHub Desktop.
Boolean jQuery Toggle
$('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