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

Follow me on twitter @reallifejquery Follow reallifejquery on Twitter


Thursday, May 27, 2010

Chicken Burrito with jQuery

$('#chicken').slice(8);
$('#chicken').add('marinade').delay(2000);
$('#chicken').add('.salsa').add('.guacamole').add('.jalapenos');
$('.ingredients').wrap('tortilla');

No comments:

Post a Comment