$('#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();
}
Tuesday, June 8, 2010
Subscribe to:
Post Comments (Atom)

 
No comments:
Post a Comment