[jQuery] Re: How to trigger ajaxed link before the regular ?

2008-10-05 Thread ivframes
Yes, yes thank you!! Works as it should! On 5 окт, 16:52, MorningZ <[EMAIL PROTECTED]> wrote: > This is not true: > > "html link is always started before ajax/jquery" > > your ajax request code runs before the browser tries to go off to > "about.htm", and there is a hook in there for you to prev

[jQuery] Re: How to trigger ajaxed link before the regular ?

2008-10-05 Thread MorningZ
This is not true: "html link is always started before ajax/jquery" your ajax request code runs before the browser tries to go off to "about.htm", and there is a hook in there for you to prevent the href action $(".about a").click(function() { $(".jq").hide().slideDown("slow").load("about.