#13033 closed bug (notabug)
$.ajax()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using $.ajax() and the specified url could not be found or resolved nothing is thrown. Neither success, complete or error.
Change History (3)
comment:1 Changed 10 years ago by
comment:2 follow-up: 3 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Ask for help on a forum.
comment:3 Changed 10 years ago by
Replying to dmethvin:
Ask for help on a forum.
The problem was not the jQuery plugin but an external conflicting javascript library that override the timeout property for $.ajax() and it was quite hard to find thou no errors where thrown.
So a forum would not give any answers either.
Note: See
TracTickets for help on using
tickets.
It surely does: http://jsfiddle.net/fdPpT/.