[jQuery] My longest chain so far

[jQuery] My longest chain so far

One got to love jQuery...:
jqBox.removeClass('standby').find('a').click(function() {
...
}).end().find('button').eq(0).blur(function() {
...
}).click(function() {
...
}).end().eq(1).blur(function() {
...
}).click(function() {
...
}).end().end(); // reset jqBox
-- Klaus
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/