> I have a requirement to display a modal dialog and then show a further
> informational popup - does blockUI support a 'double popup' - when I
> call blockUI from the first popup the second displays but the first is
> removed, how do I override this behaviour to keep both displayed?

BlockUI doesn't support concurrent full-page blocks.  You could block
the first popup however using the element blocking capability.  Maybe
something like this:

$('#firstPopupContentDiv').block();

Reply via email to