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

Follow me on twitter @reallifejquery Follow reallifejquery on Twitter


Sunday, May 16, 2010

A day in the life of a hummingbird

$('.flower:contains("Sugar")').hover(
   function() {
      $(this).empty();
   }),
   function() {
      $('.flower').next().focus();
   });
});

No comments:

Post a Comment