[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 to

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

2009-02-26 Thread Harrie Hazewinkel
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 executed twice. I have this javascript function function request_ninja(A, B, C) { $.get('request.php', { 'A': A, 'B' : B, 'C' : C}, function(result) {