Side navigation
#9408 closed bug (invalid)
Opened May 23, 2011 07:46PM UTC
Closed May 24, 2011 12:38AM UTC
Ajax syncronously success function problem
Reported by: | grinyad@mail.ru | Owned by: | grinyad@mail.ru |
---|---|---|---|
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
Attachments (0)
Change History (4)
Changed May 23, 2011 07:59PM UTC by comment:1
component: | unfiled → ajax |
---|---|
owner: | → grinyad@mail.ru |
priority: | undecided → low |
status: | new → pending |
Changed May 23, 2011 08:13PM UTC by comment:2
correct: http://jsfiddle.net/swXEL/
incorrect: http://jsfiddle.net/bYC5J/
Changed May 23, 2011 08:21PM UTC by comment:3
status: | pending → new |
---|
dont want to load scripts syncronously from another domain
Changed May 24, 2011 12:38AM UTC by comment:4
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