Skip to main content

Bug Tracker

Side navigation

#2034 closed bug (worksforme)

Opened December 10, 2007 03:16PM UTC

Closed December 10, 2007 03:49PM UTC

Last modified December 10, 2007 04:00PM UTC

[document.ready - Bug] Multiple Requests

Reported by: JulianHH Owned by:
Priority: major Milestone: 1.2.2
Component: ajax Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hi there!

When I have an ajax call (such as $('#myid').load("some.html")) placed within the document.ready function, I get the page loaded multiple times (see attachment).

This does not happen when using jQuery 1.2.

Anyone else with this bug?

Thanks for any help,

regards,

Julian Huppertz

Attachments (3)
  • jquery_bug.jpg (94.5 KB) - added by JulianHH December 10, 2007 03:16PM UTC.
  • jquery_test.html (0.7 KB) - added by davidserduke December 10, 2007 03:49PM UTC.

    test case (built based on description)

  • some.html (0.0 KB) - added by davidserduke December 10, 2007 03:45PM UTC.

    test case data

Change History (2)

Changed December 10, 2007 03:49PM UTC by davidserduke comment:1

milestone: 1.2.11.2.2
resolution: → worksforme
status: newclosed

I tested it in FF2.0.0.11 which appears to be what you used given your FireBug screen shot and it worked fine. I suspect you have something else going on. Try out the attached test case and see if it works for you. If not, reopen the bug and give additional details like exact what version of the browser you are using and any other specifics you can about your setup.

Changed December 10, 2007 04:00PM UTC by JulianHH comment:2

Well, thanks for your help anyway. I'm going to test this one a little more in detail and report back if I find something.