Skip to main content

Bug Tracker

Side navigation

#5730 closed bug (worksforme)

Opened December 30, 2009 09:34AM UTC

Closed December 31, 2009 03:50PM UTC

jQuery(e).getJSON(url,callback),should always load callback after submit.

Reported by: Constantinee Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

when the server does not write any thing to the response object, the callback will not be called.

I am writing a function to infinite check server(jee) whether there is a info.

Attachments (0)
Change History (1)

Changed December 31, 2009 03:50PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

I am not sure of the bug being reported here. If jQuery(e) returns an empty set, the request won't happen and callback will not be called because there is no

this
element to report to the callback function. If that is not what you are reporting, reopen this ticket with a test case.