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

Follow me on twitter @reallifejquery Follow reallifejquery on Twitter


Wednesday, May 19, 2010

jQuery Haiku

$(self).animate({
   opacity: .01});
$(self).has('#disguise');

1 comment:

  1. // How to read it out loud:
    // self dot animate
    // opacity point-oh-one
    // self dot has disguise

    ReplyDelete