Opened 12 years ago
Closed 12 years ago
#9408 closed bug (invalid)
Ajax syncronously success function problem
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hello...when i try to get scripts from another hosting dinamically and suncronously...success function is called after next scripts are executed...
first off all i thougth that this is not a bug and wrote here an example: http://forum.jquery.com/topic/ajax-syncronously-and-it-s-success-function-broblem#14737000002379212
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 12 years ago by
correct: http://jsfiddle.net/swXEL/
incorrect: http://jsfiddle.net/bYC5J/
comment:3 Changed 12 years ago by
Status: | pending → new |
---|
dont want to load scripts syncronously from another domain
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This isn't possible. See the documentation for async:
"By default, all requests are sent asynchronously (i.e. this is set to true by default). If you need synchronous requests, set this option to false. Cross-domain requests and dataType: "jsonp" requests do not support synchronous operation. Note that synchronous requests may temporarily lock the browser, disabling any actions while the request is active."
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket.
Additionally, test against the jQuery (edge) version to ensure the issue still exists.
I'm not sure I understand the problem