[jQuery] Re: blockUI plugin fails in IE

2009-02-26 Thread rmurp...@gmail.com
Please disregard; problem solved, there were script siblings getting caught up in the mess. On Feb 26, 4:15 pm, "rmurp...@gmail.com" wrote: > Note that this happens regardless of whether a message is specified, > leading me to guess it's happening on line 204 of the plugin: > > $([lyr1[0],lyr2[0

[jQuery] Re: blockUI plugin fails in IE

2009-02-26 Thread rmurp...@gmail.com
Note that this happens regardless of whether a message is specified, leading me to guess it's happening on line 204 of the plugin: $([lyr1[0],lyr2[0],lyr3[0]]).appendTo(full ? 'body' : el); because that's the only place I see an append method being called that's not message-related. On Feb 26,