jQuery: The Write Less, Do More JavaScript Library

Ticket #2289 (closed bug: fixed)

Opened 3 months ago

Last modified 3 months ago

JSON requests don't trigger AJAX callbacks

Reported by: gfriedrich Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.3 Component: core
Version: 1.2.2 Keywords:
Cc: Needs: Review

Description

For example if you call $.getJSON(), jQuery doesn't call the beforeSend callback. This is because with jQuery 1.2.2 JSON requests are done by inserting script elements in head and not by XmlHttpRequests?.

Attachments

Change History

Changed 3 months ago by davidserduke

This is likely because you are using an absolute url for the $.getJSON(). There was a change in 1.2.2 that will be reverted in 1.2.3 so please try out the 1.2.3 alpha here:

http://groups.google.com/group/jquery-dev/browse_thread/thread/c0f2a57823cd8e07/ee44344446ec766a

and see if that fixes the problem. The final version is expected to release soon.

Changed 3 months ago by gfriedrich

Thanks, it's fixed in 1.2.3a.

Changed 3 months ago by brandon

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.