Skip to main content

Bug Tracker

Side navigation

#13033 closed bug (notabug)

Opened December 11, 2012 03:47PM UTC

Closed December 11, 2012 04:04PM UTC

Last modified December 11, 2012 04:35PM UTC

$.ajax()

Reported by: erik.hennerfors@obscured.se 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.

Attachments (0)
Change History (3)

Changed December 11, 2012 03:58PM UTC by anonymous comment:1

It surely does: http://jsfiddle.net/fdPpT/.

Changed December 11, 2012 04:04PM UTC by dmethvin comment:2

resolution: → notabug
status: newclosed

Ask for help on a forum.

Changed December 11, 2012 04:35PM UTC by anonymous comment:3

Replying to [comment:2 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.