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 [email protected] http://jquery.com/discuss/
