[jQuery] Fake Page Reload

2007-01-04 Thread fidoogle
I'm developing a test site for a major bank using jQuery, but the folks are not used to seeing the screen change so fast. I am using show/hide to show different screens. They are not happy with the screens showing so fast because they think the web users will not notice the differences in the

Re: [jQuery] Fake Page Reload

2007-01-04 Thread Brandon Aaron
You could wrap the everything in a DIV and then call .hide() on that div. Pretty interesting request ... I want the application to be slower! lol... -- Brandon Aaron On 1/4/07, fidoogle [EMAIL PROTECTED] wrote: I'm developing a test site for a major bank using jQuery, but the folks are not

Re: [jQuery] Fake Page Reload

2007-01-04 Thread Jonathan Sharp
What about absolutely positioning a div with a white background over everything witha z-index of like 1. Just flash it for like 500 miliseconds and viola. -js On 1/4/07, fidoogle [EMAIL PROTECTED] wrote: I'm developing a test site for a major bank using jQuery, but the folks are not

Re: [jQuery] Fake Page Reload

2007-01-04 Thread Karl Swedberg
Why don't use just do something like .hide('slow') and .show('slow')? Or you could try Klaus Hartl's excellent Tabs plugin: Info: http://www.stilbuero.de/2006/11/05/tabs-version-2/ Demo: http://www.stilbuero.de/jquery/tabs/ --Karl _ Karl Swedberg www.englishrules.com

Re: [jQuery] Fake Page Reload

2007-01-04 Thread Christopher Jordan
Have you tried implementing a loading message? Perhaps using the block UI plug-in? This would overlay the entire screen with a transparent (semi-transparent?) layer over which you could put a message like Please Wait Then when the call returns you can unblock the UI and change the page...

Re: [jQuery] Fake Page Reload

2007-01-04 Thread Michael E. Carluen
, 2007 9:41 AM To: discuss@jquery.com Subject: [jQuery] Fake Page Reload I'm developing a test site for a major bank using jQuery, but the folks are not used to seeing the screen change so fast. I am using show/hide to show different screens. They are not happy with the screens showing so

Re: [jQuery] Fake Page Reload

2007-01-04 Thread Matt Stith
occurred... then status fades after a few seconds. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fidoogle Sent: Thursday, January 04, 2007 9:41 AM To: discuss@jquery.com Subject: [jQuery] Fake Page Reload I'm developing a test site for a major

Re: [jQuery] Fake Page Reload

2007-01-04 Thread Chris W. Parker
On Thursday, January 04, 2007 9:41 AM fidoogle said: They are not happy with the screens showing so fast because they think the web users will not notice the differences in the screens. They've asked me to put in page reloads. In their minds they want the code to go back to the server to