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?
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
> 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
3 matches
Mail list logo