Skip to content

Instantly share code, notes, and snippets.

@mitjap
Created September 24, 2012 21:19
Show Gist options
  • Save mitjap/3778447 to your computer and use it in GitHub Desktop.
Save mitjap/3778447 to your computer and use it in GitHub Desktop.
jQuery.Event
currentTarget: HTMLDocument
data: undefined
delegateTarget: HTMLDocument
exclusive: undefined
handleObj: Object
isTrigger: true
jQuery172027660612505860627: true
namespace: ""
namespace_re: null
result: undefined
target: HTMLDocument
timeStamp: 1348520945891
type: "ajaxError"
__proto__: Object
Object
abort: function ( statusText ) {
always: function () {
complete: function () {
done: function () {
error: function () {
fail: function () {
getAllResponseHeaders: function () {
getResponseHeader: function ( key ) {
isRejected: function () {
isResolved: function () {
overrideMimeType: function ( type ) {
pipe: function ( fnDone, fnFail, fnProgress ) {
progress: function () {
promise: function ( obj ) {
readyState: 0
responseText: ""
setRequestHeader: function ( name, value ) {
state: function () {
status: 0
statusCode: function ( map ) {
statusText: "error"
success: function () {
then: function ( doneCallbacks, failCallbacks, progressCallbacks ) {
__proto__: Object
Object
accepts: Object
async: true
beforeSend: function (jqXHR) {
contentType: "application/x-www-form-urlencoded; charset=UTF-8"
contents: Object
converters: Object
crossDomain: true
dataType: "json"
dataTypes: Array[2]
error: function (jqXHR, textStatus, errorThrown) {
flatOptions: Object
global: true
hasContent: false
isLocal: false
jsonp: "callback"
jsonpCallback: function () {
processData: true
responseFields: Object
success: function (data, textStatus, jqXHR) {
timeout: 0
type: "GET"
url: "http://127.0.0.1:8001/updates/user/1408bc99-8721-4289-96ab-1960a8a48d05/"
xhr: function createStandardXHR() {
xhrFields: Object
__proto__: Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment