[jQuery] Re: preventDefault() question

2008-10-14 Thread ricardobeat
You could load the splash page dinamically, remove it on click, and then load the contents, all in the same page. But if location.href is working for you go with it :) - ricardo On Oct 14, 10:38 am, Dwayne <[EMAIL PROTECTED]> wrote: > Thanks for the reply Ricardo. I realize it's unusual to make

[jQuery] Re: preventDefault() question

2008-10-14 Thread Dwayne
Thanks for the reply Ricardo. I realize it's unusual to make the user wait.. but it basically comes down to an esthetic aspect for which i would normally use Flash. In short: I want to create a transition from the so-called splash page, which basically is white with a logo in the center and the ad

[jQuery] Re: preventDefault() question

2008-10-13 Thread ricardobeat
That's some rather unexpected functionality.. why do you want to make the user wait before loading a new page? As there is no 'delay' in javascript, changing the location.href is the only way. - ricardo On Oct 13, 3:52 pm, Dwayne <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm new to jQuery but al