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

Follow me on twitter @reallifejquery Follow reallifejquery on Twitter


Friday, June 4, 2010

Cleaning the house

$('.surfaces').remove('.dust');
$('.bins:not:empty').empty();
$('.dishes').effect('shake');
$('#dishwasher .rack').load('dishes').add('washing powder');
$('#dishwasher #onbutton').keypress();
$('.television').focus();

No comments:

Post a Comment