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

Follow me on twitter @reallifejquery Follow reallifejquery on Twitter


Tuesday, June 8, 2010

Parenthood

$('#MotherToBe .twins').unload( function() {
   // 0 - 5
   $(this).attr("voice-family", "male");
   $(this).attr("volume", "x-loud");
   $(this).attr("pitch", "x-high");
   $(this).resize();
   $('.randomobjects').draggable();
   $(this).resize();

   // 6 - 10
   $(this).attr("volume", "loud");
   $(this).attr("pitch", "high");
   $(this).resize();
   $(this).filter(".knowledge").effect("explode");
   $(this).resize();

   // 11 - 15
   $(this).attr("pitch", "medium");
   $(this).resize();
   $(this).filter(".reason").effect("blind");
   $(this).siblings.text();
   $(this).add(".friends").text();
   $(this).resize();

   // 16 - 21
   $(this).attr("pitch", "low");
   $(this).resize();
   $(this).add(".friends").text();
   $(this).appendTo(".College");
   $(this).detach();
}

No comments:

Post a Comment