Josh I hit your page, it's in a tight loop with an error alert
----
                                if (DWREngine._debug) {

                                        log.error('Type: string, Message: The 
argument FIRSTLETTER passed
to function _getWholesalers()

 is not of type string., File:
/var/www/vhosts/igigi.com/httpdocs/cfcs/orderitems.cfc:43');

                                } else {

                                        alert('An error has occurred:\nMessage: 
The argument FIRSTLETTER
passed to function _getWholesalers

() is not of type string.\nFile:
/var/www/vhosts/igigi.com/httpdocs/cfcs/orderitems.cfc:43');

                                }

                                DWREngine._handleResponse('7060_1172725394089');

----
was the response.

firefox 2.0.0.2 with firebug.
On 2/27/07, Josh Nathanson <[EMAIL PROTECTED]> wrote:
> Rey, here you go:
> http://www.igigi.com/ajxtest.cfm
>
> The lookup part is working fine, but for some reason my ajaxStart/ajaxStop
> isn't showing/hiding the div as it should.  Let me know if you see anything
> out of whack.
>
> -- Josh
>
>
> ----- Original Message -----
> From: "Rey Bango" <[EMAIL PROTECTED]>
> To: "jQuery Discussion." <discuss@jquery.com>
> Sent: Tuesday, February 27, 2007 3:25 PM
> Subject: Re: [jQuery] ajaxStart/Stop with ajaxCFC
>
>
> > Josh,
> >
> > Put up a link and I'll help you out with it. AjaxCFC should work just
> > fine with that.
> >
> > Rey
> >
> > Josh Nathanson wrote:
> >> Hey all,
> >>
> >> Does anyone know if there is a conflict using .ajaxStart and .ajaxStop in
> >> combination with Rob Gonda's ajaxCFC?
> >>
> >> I'm trying to do something simple, but it doesn't seem to work - the ajax
> >> call works fine, but my div doesn't get displayed on ajaxStart.  Maybe
> >> I'm
> >> missing something obvious.
> >>
> >> Script:
> >> $(document).ready(function(){
> >>
> >>  $(".loadmessage").ajaxStart(function(){
> >>     $(this).show();
> >>   });
> >>
> >>  $(".loadmessage").ajaxStop(function(){
> >>     $(this).hide();
> >>   });
> >>
> >> });
> >>
> >> HTML:
> >> <div class="loadmessage" style="display:none;
> >> color:red;">SEARCHING...</div>
> >>
> >> -- Josh
> >>
> >>
> >> _______________________________________________
> >> jQuery mailing list
> >> discuss@jquery.com
> >> http://jquery.com/discuss/
> >>
> >
> > --
> > BrightLight Development, LLC.
> > 954-775-1111 (o)
> > 954-600-2726 (c)
> > [EMAIL PROTECTED]
> > http://www.iambright.com
> >
> > _______________________________________________
> > jQuery mailing list
> > discuss@jquery.com
> > http://jquery.com/discuss/
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>


-- 
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to