Joined August 2012
·

Mark Roseboom

Engineer at Crashlytics
·
Boston, MA
·
·
·

Posted to when loading JSON over 1 year ago

$.ajax returns a jQuery XMLHttpRequest (jqXHR) object which wraps the $.promise object and passes through functions to it. So you can actually call the .done method directly on the $.ajax return.

Achievements
119 Karma
5,939 Total ProTip Views