to block a div with ID contentWrapper $('#contentWrapper').block( '<p>Loading Please Wait</p><img src="/img/default-ajax_loader.gif" width="25" height="25" border="0" alt="" title="" />' )
2008/10/16 Donald J. Organ IV <[EMAIL PROTECTED]> > > FRom what I can tell this blocks the entire screen and not a given element. > > > ----- Original Message ----- > From: "mike.helgeson" <[EMAIL PROTECTED]> > To: "jQuery (English)" <jquery-en@googlegroups.com> > Sent: Thursday, October 16, 2008 1:43:09 PM GMT -05:00 US/Canada Eastern > Subject: [jQuery] Re: Loading Mask > > > Try "BlockUI" >> http://www.malsup.com/jquery/block/ > > On Oct 16, 12:04 pm, "Donald J. Organ IV" <[EMAIL PROTECTED]> > wrote: > > Sorry didnt see this email. > > > > Basically I have a table that i am populating with .load() > > > > but while the data is loading I would like to have a lightbox type mask > over it. > > > > ----- Original Message ----- > > From: "Mike Alsup" <[EMAIL PROTECTED]> > > To: "jQuery (English)" <jquery-en@googlegroups.com> > > Sent: Wednesday, October 15, 2008 8:13:44 PM GMT -05:00 US/Canada Eastern > > Subject: [jQuery] Re: Loading Mask > > > > Can you clarify? What do you mean by "loading mask"? > > > > On Oct 15, 2:50 pm, "Donald J. Organ IV" <[EMAIL PROTECTED]> > > wrote: > > > Is it possible to add a loading mask to a specific element?? >