All Downloads are FREE. Search and download functionalities are using the official Maven repository.

common.main.js Maven / Gradle / Ivy

The newest version!
/**
 * Miscellaneous js functions for WebHelp Kasun Gajasinghe, http://kasunbg.blogspot.com David Cramer,
 * http://www.thingbag.net
 * 
 */

// Turn ON and OFF the animations for Show/Hide Sidebar. Extend this to other
// anime as well if any.
var noAnimations = false;

$( document ).ready( function()
{
  var $body = $( 'body' );
  var $window = $( window );
  if ( 'neo4jPageId' in window && window.neo4jPageId === 'index')
  {
    $body.addClass( 'index-page' );
  }
  var $content = $( '#content' );
  $( '