Skip to content

Instantly share code, notes, and snippets.

@malachi358
Created July 15, 2014 18:59
Show Gist options
  • Save malachi358/efb708532f7c60bd0647 to your computer and use it in GitHub Desktop.
Save malachi358/efb708532f7c60bd0647 to your computer and use it in GitHub Desktop.
Hide one element when another one is present
$pc(document).ready(function(){
if($pc('#modalSignup').length){
$pc('.account-info').hide();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment