Skip to content

Instantly share code, notes, and snippets.

@rcstr
Created December 15, 2014 23:23
Show Gist options
  • Save rcstr/8d19d670070166aae33f to your computer and use it in GitHub Desktop.
Save rcstr/8d19d670070166aae33f to your computer and use it in GitHub Desktop.
var $btn = $('#btn');
(isEnable) ? $btn.fadeIn() : $btn.hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment