Searched refs:textStatus (Results 1 – 1 of 1) sorted by relevance
/template/starterpjax/ |
H A D | jquery.pjax.js | 212 options.complete = function(xhr, textStatus) { argument 216 fire('pjax:complete', [xhr, textStatus, options]) 221 options.error = function(xhr, textStatus, errorThrown) { argument 224 var allowed = fire('pjax:error', [xhr, textStatus, errorThrown, options]) 225 if (options.type == 'GET' && textStatus !== 'abort' && allowed) {
|