[jQuery] Re: Modal Dialog in blockUI

2008-05-08 Thread Adwin Wijaya
it is easy ... for example your block like this get the page from ajax first ... webpage = ... ; //get from ajax $('#blockui').empty(); $('#blockui').append(webpage); On May 6, 10:34 pm, Adam <[EMAIL PROTECTED]> wrote: > Is it possible to show an external webpage inside of a blockUI modal >

[jQuery] Re: Modal Dialog in blockUI

2008-05-07 Thread Nathaniel Whiteinge
On May 6, 9:34 am, Adam <[EMAIL PROTECTED]> wrote: > Is it possible to show an external webpage inside of a blockUI modal > dialog? I'd like to call another page via ajax and populate the > dialog instead of using a reference to a hidden div, etc. You bet:: $('someLink').click(function(){