The Gimme Javascript Library

Taking the pain out of the Javascript

// You just executed this!
g('#gimmeDemo').unveil().fadeIn('quickly');
g('#theBigThree').fadeOut('quickly');

/* Pretty easy right?  Now try reversing the 
process by executing the code below */
// Wasn't that fun?  Try some more
g('#gimmeDemo').veil().fadeOut('quickly');
g('#theBigThree').fadeIn('quickly');