[jQuery] Re: Double queries using $.load

2009-04-07 Thread James
Try adding an alert or console.log in the click handler. Maybe the issue could be that the click is being called twice, thus executing the AJAX twice. On Apr 7, 8:13 am, Laker Netman wrote: > On Apr 7, 3:38 am, EnvyGeeks wrote: > > > > > It seems that either I'm doing something horribly wrong o

[jQuery] Re: Double queries using $.load

2009-04-07 Thread Laker Netman
On Apr 7, 3:38 am, EnvyGeeks wrote: > It seems that either I'm doing something horribly wrong or something > because everytime I do an Ajax call using $.load() it causes a double > query on the page. > > example: > $("div#example a").click(function(){ >     $.ajax_uri = this.href; >     $("div#

[jQuery] Re: Double queries using $.load

2009-04-07 Thread Skyblaze
i have the same strange problem On Apr 7, 10:38 am, EnvyGeeks wrote: > It seems that either I'm doing something horribly wrong or something > because everytime I do anAjaxcall using $.load() it causes adouble > query on the page. > > example: > $("div#example a").click(function(){ >     $.ajax_u