Skip to content

Instantly share code, notes, and snippets.

@rsebbe
Created January 5, 2012 21:01
Show Gist options
  • Save rsebbe/1567266 to your computer and use it in GitHub Desktop.
Save rsebbe/1567266 to your computer and use it in GitHub Desktop.
Logo positioning example
function prepareLogoPositioningClasses()
{
//$(".applogo." + creaceed.currentPlatform).removeClass("hidden");
$(".applogo." + creaceed.currentPlatform).addClass("halfshown");
$(".applogoDetector").not("."+creaceed.currentPlatform).addClass("hidden");
$(".applogoDetector."+creaceed.currentPlatform).removeClass("hidden");
if(creaceed.currentProduct)
{
showProduct(creaceed.currentProduct);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment