$('.flower:contains("Sugar")').hover(
   function() {
      $(this).empty();
   }),
   function() {
      $('.flower').next().focus();
   });
});
Sunday, May 16, 2010
Subscribe to:
Post Comments (Atom)
This is a random list of jQuery code that roughly reflects real life.
Follow me on twitter @reallifejquery 
No comments:
Post a Comment