This is a random list of jQuery code that roughly reflects real life.

Follow me on twitter @reallifejquery Follow reallifejquery on Twitter


Sunday, June 6, 2010

Surgical procedure - removing your tonsils

$('body').add('anesthetic');
$('#conciousness').fadeOut();
$('#tonsils').remove();
$('#conciousness').fadeIn();
$('#diet').replaceWith('Ice Cream');

No comments:

Post a Comment