[jQuery] Re: blockUI - blocking an element, with dialog

2007-06-20 Thread rolfsf
Thanks for checking in, Mike! Another question - when I try to update the message after clicking on the "yes" button, for example while completing an ajax function, it's currently appearing on top of the #question div (still working off your example). Do I need to change something if I'm blockin

[jQuery] Re: blockUI - blocking an element, with dialog

2007-06-20 Thread Mike Alsup
got it... need to use .unblock instead of .unblockUI Glad you found the solution. I was just about to ask what exactly wasn't working! Cheers! Mike

[jQuery] Re: blockUI - blocking an element, with dialog

2007-06-20 Thread rolfsf
got it... need to use .unblock instead of .unblockUI rolfsf wrote: > > I'm playing around with blockUI, and have it working fine based on the > examples. However, I want to block an element on the page ('div#foo') and > display a dialog with a couple buttons. My attempts keep missing the mark