Home
last modified time | relevance | path

Searched refs:textStatus (Results 1 – 1 of 1) sorted by relevance

/template/starterpjax/
H A Djquery.pjax.js212 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) {