Bug Tracker

Changes between Version 1 and Version 2 of Ticket #11376, comment 1


Ignore:
Timestamp:
Feb 23, 2012, 7:25:26 AM (11 years ago)
Author:
addyosmani
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11376, comment 1

    v1 v2  
    1 Thanks for your ticket. I was going to post back a few code samples for how to correctly use converters, but I think it would make more sense for you to provide us with a jsFiddle test case that reproduces what you're trying to do first. I don't personally mind if this is hosted somewhere other than jsFiddle as long as I can see an example.
     1Thanks for your ticket. Could you provide us with a jsFiddle test case that reproduces what you're trying to do?. I don't personally mind if this is hosted somewhere other than jsFiddle as long as I can see an example (I know it can be hard to test converters with fiddle anyway).
    22
    33Regardless of whether this behaviour is broken or not, we should be updating the docs for http://api.jquery.com/extending-ajax/#Converters to be more comprehensive. I personally got lost for a while trying to figure out whether this behaviour was supported or not as all our examples use standard types (xml, json) as the request format.