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