Opened 11 years ago
Closed 11 years ago
#10899 closed bug (invalid)
jQuery.load() executes scripts in wrong order
Reported by: | Finn | Owned by: | Finn |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When jQuery.load() loads HTML with both inline and external scripts, all inline scripts are always executed before the external ones. Additionally, the .load() callback function is called after the inline scripts, but before the external scripts.
Test case fiddle here: http://jsfiddle.net/TEMLZ/4/
The test case shows the same behaviour on IE 8, FF 3.6, Opera 11.50 and Chrome 12.0.
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → ajax |
---|---|
Owner: | set to Finn |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
(Correct download link to your testcase: http://wroug.com/stuff/testcases/jquery-10899-load-order/testcase.zip)
Good observation. I cannot reproduce this issue in your testcase, neither online nor locally. The local testcase did not load on Chrome and Opera however.
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
That's because those browser don't allow local XHR.
Can confirm this on jsFiddle, but I tried your testcase outside jsFiddle and got the correct order, so it seems jsFiddle is screwing up the order somehow.
Testcase showing it works correctly. Also made a download.
Let me know if you can reproduce the issue with this testcase.