[jQuery] Re: How to make jquery do a link?

2008-06-25 Thread Pegpro
Thanks! All working now. Looks great. One question, how do I stop browsers pausing animated gifs when loading the page? I have added a loading.gif that fades in when the tab has slid up. However firefox and ie both pause the gif when the next page is loading and it looks rubbish. Safari works fine

[jQuery] Re: How to make jquery do a link?

2008-06-25 Thread andrea varnier
On 25 Giu, 11:07, Pegpro <[EMAIL PROTECTED]> wrote: > How can I make jquery do an effect when clicking a link and when it is > finished animating follow the link? you can use a callback function, that is to say a function that is called when the effect has finished :) fadeOut, for example: $('a.

[jQuery] Re: How to make jquery do a link?

2008-06-25 Thread yabdab
Use get http://docs.jquery.com/Ajax/jQuery.get $.get('test.php'); On Jun 25, 5:07 am, Pegpro <[EMAIL PROTECTED]> wrote: > How can I make jquery do an effect when clicking a link and when it is > finished animating follow the link? > I was using window.location = 'index.php' + execute but this