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/