Re: [jQuery] blockUI/unblockUI: load/unload

2007-01-31 Thread Alexandre Plennevaux
... i tried this, according to the doc it should work, yet it does not do what i want: display a wait modal screen on page unload, and hide it when the page is loaded. what am i doing wrong? script type=text/javascript $(function() { // element for the DOM test var messageElement =

Re: [jQuery] blockUI/unblockUI: load/unload

2007-01-31 Thread Mike Alsup
... i tried this, according to the doc it should work, yet it does not do what i want: display a wait modal screen on page unload, and hide it when the page is loaded. what am i doing wrong? Hi Alexandre, Do you have a sample page somewhere we could look at?