[jQuery] Re: BlockUI: multiple blocks

2009-02-05 Thread Mike Alsup
> Was actually able to figure this out. I needed to pass in a blank > string for the message, then my css would get applied to the message, > so all I had to do was manually move it offsreen: >     $.blockUI( {message:' ', css: { left: '-1000px'} , overlayCss: > {opacity: '0'} } ); > Thanks again,

[jQuery] Re: BlockUI: multiple blocks

2009-02-05 Thread Jason
Was actually able to figure this out. I needed to pass in a blank string for the message, then my css would get applied to the message, so all I had to do was manually move it offsreen: $.blockUI( {message:' ', css: { left: '-1000px'} , overlayCss: {opacity: '0'} } ); Thanks again, Jason On F

[jQuery] Re: BlockUI: multiple blocks

2009-02-05 Thread Jason
Hi Mike, Thanks for the help. The multiple calls to blockUI do work fine, but I can't get the page-wide block to not show a message. I'm using external CSS to define the overlays: $.blockUI.defaults.overlayCSS = {}; $.blockUI.defaults.css = {}; And I'm trying to pass no message or css to m

[jQuery] Re: BlockUI: multiple blocks

2009-02-01 Thread Mike Alsup
> data in the table. What I'd really like to do is block user input on > the entire page but only draw the overlay and message on the table > portion. What's the best way to do this? Can I block the div as I am > now and still call $.blockUI with no message in order to block input > to the entire