[jQuery] Re: Event trigger ajax event

2008-12-01 Thread Nic Hubbard
Mike, any help on this? On Nov 4, 4:02 am, Mike Alsup <[EMAIL PROTECTED]> 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?  

[jQuery] Re: Event trigger ajax event

2008-11-04 Thread Nic Hubbard
Mike, I was actually trying to understand your jQuery Form Plugin, where you use an iframe for file uploads. You call $.event.trigger("ajaxStart"), and this is what I wanted to do. I was creating a small site specific script that can use ajax or an iframe to submit a form, but I wanted to use t

[jQuery] Re: Event trigger ajax event

2008-11-04 Thread Mike Alsup
> 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