On Nov 4, 4:02 am, Mike Alsup <mal...@gmail.com> wrote:
> > I am confused when it comes to triggering an ajax event. I would like
> > to trigger a ajaxStart event, so I use:
>
> > $.event.trigger("ajaxStart");
>
> > But now, what will that trigger? What piece of code? Do I need to
> > have an $.ajax() function somewhere, so that when I trigger the
> > ajaxStart, it will pick up that ajax function?
>
> > Help me understand how these can work together!
>
> > Thanks!
>
> There is no reason for you to trigger ajaxStart, it is done for you
> automatically when you use any of the ajax functions. Here's a page
> that demonstrates how the global ajax events work:
>
> http://www.malsup.com/jquery/ajax/
Monday, December 1, 2008
[jQuery] Re: Event trigger ajax event
Mike, any help on this?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment