The ajaxStart and ajaxStop functions are broken in the current
release. I am sure they will be fixed eventually. I am using an older
version of jQuery until the fix is released.

-Mike Chabot

On 10/24/06, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote:
> by execute I meant execute the bind, not execute the function that was
> bound.... You got it right.
>
> Perhaps you need to put it up on the web with a link...
>
> this extremely simple one works for me:
>
> $("html")
>        .ajaxStart(function(){ $(this).background("blue");})
>        .ajaxStop(function(){ $(this).background("transparent");});
>
>
> On 10/24/06, Mats Lindblad <[EMAIL PROTECTED]> wrote:
> > You mean, initilized? Not executed ... right?
> > Does not work for me.
> >
> >
> > On 10/24/06, Ⓙⓐⓚⓔ <[EMAIL PROTECTED] > wrote:
> > > anywhere, it just has to be executed before the ajax call!
> > >
> > > Start simple, make sure your jq works in other contexts.
> > >
> > > On 10/23/06, Mats Lindblad <[EMAIL PROTECTED]> wrote:
> > > > But where do I initilize it? In $(document).ready() ?
> > > > or can I do it anywhere?
> > > >
> > > > I've tried all of the above and it just wont work.
> > > >
> > > >
> > > > On 10/22/06, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote:
> > > > > it's great, and easy, and you don't often need it.
> > > > > they are not for creating ajax requests or for dealing with responses!
> > > > >
> > > > > it's just a magical hook that can show that an ajax call has started
> > > > > or that all the ajax calls are done.
> > > > >
> > > > > most people seem to just do a little css to show that an ajax request
> > > > > is going on. Then remove the little effect when it is done.
> > > > >
> > > > > my first ajaxstart and stop just changed the background color a bit.
> > > > >
> > > > >
> > > > >
> > > > > On 10/22/06, Mats Lindblad < [EMAIL PROTECTED]> wrote:
> > > > > > I have tried to get it to work and I am not sure that I am using it
> > > > right so
> > > > > > if anyone could explain to me how I am supposed to use it?
> > > > > > Where do I initilize it, what do I attach it to?
> > > > > >
> > > > > > It just will not work for me. I am using jQuery 1.0.2 Rev: 413
> > > > > >
> > > > > > --
> > > > > > If there's anything more important than my ego around, I want it
> > caught
> > > > and
> > > > > > shot now.
> > > > > >  -- Zaphod
> > > > > > _______________________________________________
> > > > > > jQuery mailing list
> > > > > > [email protected]
> > > > > > http://jquery.com/discuss/
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
> > > > > _______________________________________________
> > > > > jQuery mailing list
> > > > > [email protected]
> > > > > http://jquery.com/discuss/
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > If there's anything more important than my ego around, I want it caught
> > and
> > > > shot now.
> > > >  -- Zaphod
> > > > _______________________________________________
> > > > jQuery mailing list
> > > > [email protected]
> > > > http://jquery.com/discuss/
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
> > > _______________________________________________
> > > jQuery mailing list
> > > [email protected]
> > > http://jquery.com/discuss/
> > >
> >
> >
> >
> > --
> > If there's anything more important than my ego around, I want it caught and
> > shot now.
> >  -- Zaphod
> > _______________________________________________
> > jQuery mailing list
> > [email protected]
> > http://jquery.com/discuss/
> >
> >
> >
>
>
> --
> Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to