Re: [jQuery] BlockUI like plugin for divs

2007-02-28 Thread Mike Alsup
Hi Raymond, I'm using jQuery in non-conflict mode on my demo page now (with v1.0 of blockUI). It's working fine. Mike On 2/28/07, Raymond Auge <[EMAIL PROTECTED]> wrote: > > Thanks Mike. > > > Raymond Auge <[EMAIL PROTECTED]> > Software Engineer > Liferay, Inc. > Enterprise. Open Source. For

Re: [jQuery] BlockUI like plugin for divs

2007-02-28 Thread Raymond Auge
Thanks Mike. Raymond Auge <[EMAIL PROTECTED]> Software Engineer Liferay, Inc. Enterprise. Open Source. For Life. on 02/27/2007 15:04 Mike Alsup said the following: One little question. In order to make the blockUI work while using jQuery in compatibility mode (jQuery

Re: [jQuery] BlockUI like plugin for divs

2007-02-27 Thread Mike Alsup
> One little question. In order to make the blockUI work while using jQuery > in compatibility mode (jQuery rather than $) I had to change all the $ > references to jQuery in the plugin to get it working. Is this an issue with > my config you think? That's weird, that shouldn't be necessary. I'l

Re: [jQuery] BlockUI like plugin for divs

2007-02-27 Thread Raymond Auge
f Mike Alsup Sent: Donnerstag, 22. Februar 2007 22:55 To: jQuery Discussion. Subject: Re: [jQuery] BlockUI like plugin for divs I'd like to be able to do this sort of thing too. To block just a particular div to indicate that something is happening in regards to *just* that a

Re: [jQuery] BlockUI like plugin for divs

2007-02-23 Thread Sam Collett
On 23/02/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Just an issue/small question though, in Safari, the select-tags gets > > dimmed for just an instant, and then "shine through" the block, is > > this a little bug? > > Thanks for the feedback, Andreas. I'm using a z-index of 500 for the > ifram

Re: [jQuery] BlockUI like plugin for divs

2007-02-23 Thread Rey Bango
Hi Klaus, Thanks for the feedback. The control over the presentation is what I'm trying to achieve. Thanks Mike! Rey Klaus Hartl wrote: > Rey Bango schrieb: >> Will it have the same effect as what Mike has done where it explicitly >> blocks it out in an obvious way? >> >> Rey... > > With ele

Re: [jQuery] BlockUI like plugin for divs

2007-02-23 Thread Mike Alsup
> Just an issue/small question though, in Safari, the select-tags gets > dimmed for just an instant, and then "shine through" the block, is > this a little bug? Thanks for the feedback, Andreas. I'm using a z-index of 500 for the iframe, perhaps that's not high enough in Safari? Anyone know? Th

Re: [jQuery] BlockUI like plugin for divs

2007-02-23 Thread Klaus Hartl
Rey Bango schrieb: > Will it have the same effect as what Mike has done where it explicitly > blocks it out in an obvious way? > > Rey... With elements disabled you won't be able to tab into or focus them (not sure, I think in IE you can still focus them but can't do anything of course). The

Re: [jQuery] BlockUI like plugin for divs

2007-02-23 Thread Harald Dietrich
stag, 22. Februar 2007 22:55 > To: jQuery Discussion. > Subject: Re: [jQuery] BlockUI like plugin for divs > > > > > I'd like to be able to do this sort of thing too. To block just a > > > particular div to indicate that something is happening in > regard

Re: [jQuery] BlockUI like plugin for divs

2007-02-23 Thread Andreas Wahlin
This looks really cool, and I hope I can use it some day :D Just an issue/small question though, in Safari, the select-tags gets dimmed for just an instant, and then "shine through" the block, is this a little bug? andreas ___ jQuery mailing list di

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Rey Bango
Will it have the same effect as what Mike has done where it explicitly blocks it out in an obvious way? Rey... Klaus Hartl wrote: > Rey Bango schrieb: >> There are sections of a form that I would like to block in certain >> instances. This will allow me to do it in a way that lets the user know

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Klaus Hartl
Rey Bango schrieb: > There are sections of a form that I would like to block in certain > instances. This will allow me to do it in a way that lets the user know > that things are not accesible. :) Rey, what about setting the disabled attribute here? -- Klaus _

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Rey Bango
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Rey Bango > Sent: Thursday, February 22, 2007 6:16 PM > To: jQuery Discussion. > Subject: Re: [jQuery] BlockUI like plugin for divs > > I will definitely have a use for this. > &

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Alexandre Plennevaux
Nice Mike! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: jeudi 22 février 2007 22:55 To: jQuery Discussion. Subject: Re: [jQuery] BlockUI like plugin for divs > > I'd like to be able to do this sort of thing too. To b

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Rick Faircloth
Rey... how do you plan to use the blocking? Just curious... Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Thursday, February 22, 2007 6:16 PM To: jQuery Discussion. Subject: Re: [jQuery] BlockUI like plugin for divs I will

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Rey Bango
I will definitely have a use for this. Rey Mike Alsup wrote: >>> I'd like to be able to do this sort of thing too. To block just a >>> particular div to indicate that something is happening in regards to *just* >>> that area of the screen, and that the user can continue to work in other >> I'm g

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Benjamin Sterling
Mike, this is sweet and I am sure I would be using it in some way. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Mike Alsup
> > I'd like to be able to do this sort of thing too. To block just a > > particular div to indicate that something is happening in regards to *just* > > that area of the screen, and that the user can continue to work in other > > I'm going to add this functionality to blockUI since several people

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Christopher Jordan
Sweet Mike. Thanks! Chris Mike Alsup wrote: I'd like to be able to do this sort of thing too. To block just a particular div to indicate that something is happening in regards to *just* that area of the screen, and that the user can continue to work in other I'm going to add this functi

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Olaf Bosch
Mike Alsup schrieb: >> understand this? > Not really. Are you looking for something different than this? > > $(document).ready($.blockUI); $(window).load($.unblockUI); Thank you, you understand right. -- Viele Grüße, Olaf --- [EMAIL PROTECTED] http://olaf-bosch.

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Harald Dietrich
You're great!!! Thanks ;-) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Mike Alsup > Sent: Donnerstag, 22. Februar 2007 16:34 > To: jQuery Discussion. > Subject: Re: [jQuery] BlockUI like plugin for divs > > > &

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Mike Alsup
> a short simple question, give a way for add blockUI to the page when > begin to load. Say we have over 20 great images to load, then the images are > in the BrowserCache/onPage, all content are On, then unblockUI? > > understand this? Not really. Are you looking for something different than thi

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Olaf Bosch
Mike Alsup schrieb: > I'm going to add this functionality to blockUI since several people > have requested it. I'll post a note when it's ready (probably > tonight). This tones good, when you are here ;) a short simple question, give a way for add blockUI to the page when begin to load. Say w

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Mike Alsup
> I'd like to be able to do this sort of thing too. To block just a > particular div to indicate that something is happening in regards to *just* > that area of the screen, and that the user can continue to work in other I'm going to add this functionality to blockUI since several people have req

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Christopher Jordan
---[Hopefully this will start a new thread for this topic]--- I'd like to be able to do this sort of thing too. To block just a particular div to indicate that something is happening in regards to *just* that area of the screen, and that the user can continue to work in other areas of the scre

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Klaus Hartl
Harald Dietrich schrieb: > Hi, > > I am looking for something like the blockUI plugin, but only for parts > of a website - a element. Could someone tell me if this is > possible and how to achieve this? > > Thanks, > Harald Harald, I think something like that should work: $('#your-div').b

[jQuery] BlockUI like plugin for divs

2007-02-22 Thread Harald Dietrich
Hi, I am looking for something like the blockUI plugin, but only for parts of a website - a element. Could someone tell me if this is possible and how to achieve this? Thanks, Harald ___ jQuery mailing list discuss@jquery.com http://jquery.com/disc