[jquery-dev] Re: after page load first $.get() is executed twice

2009-03-02 Thread Harrie Hazewinkel
HI, On Mar 2, 2009, at 3:27 PM, Prajwala Manchikatla wrote: > Is your firebug version is 1.3.2 ? That is it. > Because there is a problem with firebug 1.3.2 version which will > send extra xmlhttp request. I faced this problem. Check by > disabling firebug. If it works then upgrade your fi

[jquery-dev] Re: after page load first $.get() is executed twice

2009-03-02 Thread Cloudream
Firebug 1.3.3 is available. :) http://getfirebug.com/releases/firebug/1.3/firebug-1.3.3.xpi Best regards, Cloudream On Mon, Mar 2, 2009 at 10:27 PM, Prajwala Manchikatla wrote: > Is your firebug version is 1.3.2 ? Because there is a problem with firebug > 1.3.2 version which will send extra xm

[jquery-dev] Re: after page load first $.get() is executed twice

2009-03-02 Thread Prajwala Manchikatla
Is your firebug version is 1.3.2 ? Because there is a problem with firebug 1.3.2 version which will send extra xmlhttp request. I faced this problem. Check by disabling firebug. If it works then upgrade your firebug1.3.3b3, firefox3.0.6 with new version. cheers, Prajwala On Fri, Feb 27, 2009 at

[jquery-dev] Re: after page load first $.get() is executed twice

2009-02-27 Thread Harrie Hazewinkel
On Feb 27, 2009, at 12:12 AM, John Resig wrote: > > Do you have a demo that we can look at? Kind of hard to tell from > these snippets. OK, you can test it with the attached. How to reproduce: 1) Place the attached file inside your server root. 2) Adjust in your favorite editor the reference t

[jquery-dev] Re: after page load first $.get() is executed twice

2009-02-26 Thread John Resig
Do you have a demo that we can look at? Kind of hard to tell from these snippets. --John On Thu, Feb 26, 2009 at 8:46 AM, Harrie Hazewinkel wrote: > > Hi all, > > > > Recently I started using jQuery for real and I am now > running in a problem where after the page load the $.get() > is execut