OpenShot Video Editor  2.0.0
Functions | Variables
jquery.js File Reference

Go to the source code of this file.

Functions

function actualDisplay (name, doc)
 
function addToPrefiltersOrTransports (structure)
 
function ajaxConvert (s, response, jqXHR, isSuccess)
 
function ajaxExtend (target, src)
 
function ajaxHandleResponses (s, jqXHR, responses)
 
jQuery ajaxPrefilter ("script", function(s){if(s.cache===undefined){s.cache=false;}if(s.crossDomain){s.type="GET";s.global=false;}})
 
jQuery ajaxSetup ({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"}, contents:{script:/(?:java|ecma) script/}, converters:{"text script":function(text){jQuery.globalEval(text);return text;}}})
 
jQuery ajaxTransport ("script", function(s){if(s.crossDomain){var script, head=document.head||jQuery("head")[0]||document.documentElement;return{send:function(_, callback){script=document.createElement("script");script.async=true;if(s.scriptCharset){script.charset=s.scriptCharset;}script.src=s.url;script.onload=script.onreadystatechange=function(_, isAbort){if(isAbort||!script.readyState||/loaded|complete/.test(script.readyState)){script.onload=script.onreadystatechange=null;if(script.parentNode){script.parentNode.removeChild(script);}script=null;if(!isAbort){callback(200,"success");}}};head.insertBefore(script, head.firstChild);}, abort:function(){if(script){script.onload(undefined, true);}}};}})
 
function Animation (elem, properties, options)
 
function augmentWidthOrHeight (elem, name, extra, isBorderBox, styles)
 
function buildParams (prefix, obj, traditional, add)
 
 catch (e)
 
function createActiveXHR ()
 
function createFxNow ()
 
function createStandardXHR ()
 
function createTween (value, prop, animation)
 
function css_defaultDisplay (nodeName)
 
function defaultPrefilter (elem, props, opts)
 
jQuery each (["height","width"], function(i, name){jQuery.cssHooks[name]={get:function(elem, computed, extra){if(computed){return elem.offsetWidth===0 &&rdisplayswap.test(jQuery.css(elem,"display"))?jQuery.swap(elem, cssShow, function(){return getWidthOrHeight(elem, name, extra);}):getWidthOrHeight(elem, name, extra);}}, set:function(elem, value, extra){var styles=extra &&getStyles(elem);return setPositiveNumber(elem, value, extra?augmentWidthOrHeight(elem, name, extra, jQuery.support.boxSizing &&jQuery.css(elem,"boxSizing", false, styles)==="border-box", styles):0);}};})
 
jQuery each ({margin:"", padding:"", border:"Width"}, function(prefix, suffix){jQuery.cssHooks[prefix+suffix]={expand:function(value){var i=0, expanded={}, parts=typeof value==="string"?value.split(" "):[value];for(;i< 4;i++){expanded[prefix+cssExpand[i]+suffix]=parts[i]||parts[i-2]||parts[0];}return expanded;}};if(!rmargin.test(prefix)){jQuery.cssHooks[prefix+suffix].set=setPositiveNumber;}})
 
jQuery fn extend ({css:function(name, value){return jQuery.access(this, function(elem, name, value){var len, styles, map={}, i=0;if(jQuery.isArray(name)){styles=getStyles(elem);len=name.length;for(;i< len;i++){map[name[i]]=jQuery.css(elem, name[i], false, styles);}return map;}return value!==undefined?jQuery.style(elem, name, value):jQuery.css(elem, name);}, name, value, arguments.length > 1);}, show:function(){return showHide(this, true);}, hide:function(){return showHide(this);}, toggle:function(state){if(typeof state==="boolean"){return state?this.show():this.hide();}return this.each(function(){if(isHidden(this)){jQuery(this).show();}else{jQuery(this).hide();}});}})
 
function genFx (type, includeWidth)
 
function getWidthOrHeight (elem, name, extra)
 
function getWindow (elem)
 
 if (window.getComputedStyle)
 
else if (document.documentElement.currentStyle)
 
 if (!jQuery.support.opacity)
 
 if (jQuery.expr &&jQuery.expr.filters)
 
 if (xhrSupported)
 
 if (typeof module==="object"&&module &&typeof module.exports==="object")
 
function inspectPrefiltersOrTransports (structure, options, originalOptions, jqXHR)
 
function isHidden (elem, el)
 
 jQuery (function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem, computed){if(computed){return jQuery.swap(elem,{"display":"inline-block"}, curCSS, [elem,"marginRight"]);}}};}if(!jQuery.support.pixelPosition &&jQuery.fn.position){jQuery.each(["top","left"], function(i, prop){jQuery.cssHooks[prop]={get:function(elem, computed){if(computed){computed=curCSS(elem, prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed;}}};});}})
 
function propFilter (props, specialEasing)
 
function setPositiveNumber (elem, value, subtract)
 
function showHide (elements, show)
 
function Tween (elem, options, prop, end, easing)
 
function vendorPropName (style, name)
 

Variables

var _load = jQuery.fn.load
 
var ajax_nonce = jQuery.now()
 
var ajax_rquery = /\?/
 
var ajaxLocation
 
var ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || []
 
var allTypes = "*/".concat("*")
 
jQuery fn andSelf = jQuery.fn.addBack
 
jQuery Animation
 
var animationPrefilters = [ defaultPrefilter ]
 
function Bottom
 
jQuery support cors = !!xhrSupported && ( "withCredentials" in xhrSupported )
 
function cssPrefixes = [ "Webkit", "O", "Moz", "ms" ]
 
jQuery easing
 
 else
 
jQuery fx = Tween.prototype.init
 
var fxNow
 
jQuery fx interval = 13
 
function Left
 
jQuery fn load
 
jQuery fn offset
 
var oldCallbacks = []
 
jQuery param
 
var prefilters = {}
 
Tween propHooks
 
Tween prototype
 
var r20 = /%20/g
 
var rbracket = /\[\]$/
 
var rCRLF = /\r?\n/g
 
var rfxnum = new RegExp( "^(?:([+-])=|)(" + core_pnum + ")([a-z%]*)$", "i" )
 
var rfxtypes = /^(?:toggle|show|hide)$/
 
var rhash = /#.*$/
 
var rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg
 
function Right
 
var rjsonp = /(=)\?(?=&|$)|\?\?/
 
var rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/
 
var rnoContent = /^(?:GET|HEAD)$/
 
var rprotocol
 
var rrun = /queueHooks$/
 
var rsubmittable = /^(?:input|select|textarea|keygen)/i
 
var rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i
 
var rts = /([?&])_=[^&]*/
 
Tween propHooks scrollTop
 
jQuery fn size
 
jQuery speed
 
jQuery fx speeds
 
jQuery fx start
 
jQuery fx step = {}
 
jQuery fx stop
 
jQuery fx tick
 
jQuery fx timer
 
var timerId
 
jQuery timers = []
 
var transports = {}
 
 try
 
jQuery Tween = Tween
 
var tweeners
 
function undefined
 
function window
 
jQuery ajaxSettings xhr
 
var xhrCallbacks
 
var xhrId = 0
 
var xhrOnUnloadAbort
 
var xhrSupported = jQuery.ajaxSettings.xhr()
 

Function Documentation

function actualDisplay (   name,
  doc 
)

Definition at line 7298 of file jquery.js.

function addToPrefiltersOrTransports (   structure)

Definition at line 7642 of file jquery.js.

function ajaxConvert (   s,
  response,
  jqXHR,
  isSuccess 
)

Definition at line 8351 of file jquery.js.

function ajaxExtend (   target,
  src 
)

Definition at line 7701 of file jquery.js.

function ajaxHandleResponses (   s,
  jqXHR,
  responses 
)

Definition at line 8296 of file jquery.js.

jQuery ajaxPrefilter ( "script"  ,
function(s){if(s.cache===undefined){s.cache=false;}if(s.crossDomain){s.type="GET";s.global=false;}}   
)
jQuery ajaxSetup ( {accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"}, contents:{script:/(?:java|ecma) script/}, converters:{"text script":function(text){jQuery.globalEval(text);return text;}}}  )
jQuery ajaxTransport ( "script"  ,
function(s){if(s.crossDomain){var script, head=document.head||jQuery("head")[0]||document.documentElement;return{send:function(_, callback){script=document.createElement("script");script.async=true;if(s.scriptCharset){script.charset=s.scriptCharset;}script.src=s.url;script.onload=script.onreadystatechange=function(_, isAbort){if(isAbort||!script.readyState||/loaded|complete/.test(script.readyState)){script.onload=script.onreadystatechange=null;if(script.parentNode){script.parentNode.removeChild(script);}script=null;if(!isAbort){callback(200,"success");}}};head.insertBefore(script, head.firstChild);}, abort:function(){if(script){script.onload(undefined, true);}}};}}   
)
function Animation (   elem,
  properties,
  options 
)

Definition at line 8892 of file jquery.js.

function augmentWidthOrHeight (   elem,
  name,
  extra,
  isBorderBox,
  styles 
)

Definition at line 7183 of file jquery.js.

function buildParams (   prefix,
  obj,
  traditional,
  add 
)

Definition at line 7527 of file jquery.js.

catch (   e)

Definition at line 7630 of file jquery.js.

function createActiveXHR ( )

Definition at line 8625 of file jquery.js.

function createFxNow ( )

Definition at line 8871 of file jquery.js.

function createStandardXHR ( )

Definition at line 8619 of file jquery.js.

function createTween (   value,
  prop,
  animation 
)

Definition at line 8878 of file jquery.js.

function css_defaultDisplay (   nodeName)

Definition at line 7266 of file jquery.js.

function defaultPrefilter (   elem,
  props,
  opts 
)

Definition at line 9063 of file jquery.js.

jQuery each ( function(i, name){jQuery.cssHooks[name]={get:function(elem, computed, extra){if(computed){return elem.offsetWidth===0 &&rdisplayswap.test(jQuery.css(elem,"display"))?jQuery.swap(elem, cssShow, function(){return getWidthOrHeight(elem, name, extra);}):getWidthOrHeight(elem, name, extra);}}, set:function(elem, value, extra){var styles=extra &&getStyles(elem);return setPositiveNumber(elem, value, extra?augmentWidthOrHeight(elem, name, extra, jQuery.support.boxSizing &&jQuery.css(elem,"boxSizing", false, styles)==="border-box", styles):0);}};}  )
jQuery each ( {margin:"", padding:"", border:"Width"}  ,
function(prefix, suffix){jQuery.cssHooks[prefix+suffix]={expand:function(value){var i=0, expanded={}, parts=typeof value==="string"?value.split(" "):[value];for(;i< 4;i++){expanded[prefix+cssExpand[i]+suffix]=parts[i]||parts[i-2]||parts[0];}return expanded;}};if(!rmargin.test(prefix)){jQuery.cssHooks[prefix+suffix].set=setPositiveNumber;}}   
)
jQuery fn extend ( {css:function(name, value){return jQuery.access(this, function(elem, name, value){var len, styles, map={}, i=0;if(jQuery.isArray(name)){styles=getStyles(elem);len=name.length;for(;i< len;i++){map[name[i]]=jQuery.css(elem, name[i], false, styles);}return map;}return value!==undefined?jQuery.style(elem, name, value):jQuery.css(elem, name);}, name, value, arguments.length > 1);}, show:function(){return showHide(this, true);}, hide:function(){return showHide(this);}, toggle:function(state){if(typeof state==="boolean"){return state?this.show():this.hide();}return this.each(function(){if(isHidden(this)){jQuery(this).show();}else{jQuery(this).hide();}});}}  )
function genFx (   type,
  includeWidth 
)

Definition at line 9412 of file jquery.js.

function getWidthOrHeight (   elem,
  name,
  extra 
)

Definition at line 7222 of file jquery.js.

function getWindow (   elem)

Definition at line 9708 of file jquery.js.

if ( window.  getComputedStyle)

Definition at line 7083 of file jquery.js.

else if ( document.documentElement.  currentStyle)

Definition at line 7126 of file jquery.js.

if ( !jQuery.support.  opacity)

Definition at line 7334 of file jquery.js.

if ( jQuery.expr &&jQuery.expr.  filters)

Definition at line 7415 of file jquery.js.

if (   xhrSupported)

Definition at line 8652 of file jquery.js.

if ( typeof  module = == "object" && module && typeof module.exports === "object")

Definition at line 9767 of file jquery.js.

function inspectPrefiltersOrTransports (   structure,
  options,
  originalOptions,
  jqXHR 
)

Definition at line 7674 of file jquery.js.

function isHidden (   elem,
  el 
)

Definition at line 6839 of file jquery.js.

jQuery ( function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem, computed){if(computed){return jQuery.swap(elem,{"display":"inline-block"}, curCSS, [elem,"marginRight"]);}}};}if(!jQuery.support.pixelPosition &&jQuery.fn.position){jQuery.each(["top","left"], function(i, prop){jQuery.cssHooks[prop]={get:function(elem, computed){if(computed){computed=curCSS(elem, prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed;}}};});}}  )
function propFilter (   props,
  specialEasing 
)

Definition at line 8996 of file jquery.js.

function setPositiveNumber (   elem,
  value,
  subtract 
)

Definition at line 7175 of file jquery.js.

function showHide (   elements,
  show 
)

Definition at line 6846 of file jquery.js.

function Tween (   elem,
  options,
  prop,
  end,
  easing 
)

Definition at line 9188 of file jquery.js.

function vendorPropName (   style,
  name 
)

Definition at line 6817 of file jquery.js.

Variable Documentation

var _load = jQuery.fn.load

Definition at line 7603 of file jquery.js.

var ajax_nonce = jQuery.now()

Definition at line 7590 of file jquery.js.

var ajax_rquery = /\?/

Definition at line 7592 of file jquery.js.

var ajaxLocation

Definition at line 7588 of file jquery.js.

ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || []

Definition at line 7588 of file jquery.js.

var allTypes = "*/".concat("*")

Definition at line 7624 of file jquery.js.

jQuery fn andSelf = jQuery.fn.addBack

Definition at line 9764 of file jquery.js.

jQuery Animation
Initial value:
= jQuery.extend( Animation, {
tweener: function( props, callback ) {
if ( jQuery.isFunction( props ) ) {
callback = props;
props = [ "*" ];
} else {
props = props.split(" ");
}
var prop,
index = 0,
length = props.length;
for ( ; index < length ; index++ ) {
prop = props[ index ];
tweeners[ prop ] = tweeners[ prop ] || [];
tweeners[ prop ].unshift( callback );
}
},
prefilter: function( callback, prepend ) {
if ( prepend ) {
animationPrefilters.unshift( callback );
} else {
animationPrefilters.push( callback );
}
}
})
jQuery(function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem, computed){if(computed){return jQuery.swap(elem,{"display":"inline-block"}, curCSS, [elem,"marginRight"]);}}};}if(!jQuery.support.pixelPosition &&jQuery.fn.position){jQuery.each(["top","left"], function(i, prop){jQuery.cssHooks[prop]={get:function(elem, computed){if(computed){computed=curCSS(elem, prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed;}}};});}})
jQuery Animation
Definition: jquery.js:9033
var animationPrefilters
Definition: jquery.js:8818
var tweeners
Definition: jquery.js:8819

Definition at line 9033 of file jquery.js.

var animationPrefilters = [ defaultPrefilter ]

Definition at line 8818 of file jquery.js.

function Bottom

Definition at line 14 of file jquery.js.

jQuery support cors = !!xhrSupported && ( "withCredentials" in xhrSupported )

Definition at line 8648 of file jquery.js.

function cssPrefixes = [ "Webkit", "O", "Moz", "ms" ]

Definition at line 6814 of file jquery.js.

jQuery easing
Initial value:
= {
linear: function( p ) {
return p;
},
swing: function( p ) {
return 0.5 - Math.cos( p*Math.PI ) / 2;
}
}

Definition at line 9478 of file jquery.js.

else
Initial value:
{
window.jQuery = window.$ = jQuery
jQuery(function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem, computed){if(computed){return jQuery.swap(elem,{"display":"inline-block"}, curCSS, [elem,"marginRight"]);}}};}if(!jQuery.support.pixelPosition &&jQuery.fn.position){jQuery.each(["top","left"], function(i, prop){jQuery.cssHooks[prop]={get:function(elem, computed){if(computed){computed=curCSS(elem, prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed;}}};});}})
function window
Definition: jquery.js:14

Definition at line 9773 of file jquery.js.

jQuery fx = Tween.prototype.init

Definition at line 9488 of file jquery.js.

var fxNow

Definition at line 8814 of file jquery.js.

jQuery fx interval = 13

Definition at line 9516 of file jquery.js.

function Left

Definition at line 14 of file jquery.js.

jQuery fn load

Definition at line 7717 of file jquery.js.

jQuery offset

Definition at line 9546 of file jquery.js.

var oldCallbacks = []

Definition at line 8527 of file jquery.js.

jQuery param

Definition at line 7494 of file jquery.js.

var prefilters = {}

Definition at line 7614 of file jquery.js.

Tween propHooks

Definition at line 9239 of file jquery.js.

Tween prototype init prototype

Definition at line 9193 of file jquery.js.

var r20 = /%20/g

Definition at line 7455 of file jquery.js.

var rbracket = /\[\]$/

Definition at line 7456 of file jquery.js.

var rCRLF = /\r?\n/g

Definition at line 7457 of file jquery.js.

var rfxnum = new RegExp( "^(?:([+-])=|)(" + core_pnum + ")([a-z%]*)$", "i" )

Definition at line 8816 of file jquery.js.

var rfxtypes = /^(?:toggle|show|hide)$/

Definition at line 8815 of file jquery.js.

var rhash = /#.*$/

Definition at line 7593 of file jquery.js.

var rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg

Definition at line 7595 of file jquery.js.

function Right

Definition at line 14 of file jquery.js.

var rjsonp = /(=)\?(?=&|$)|\?\?/

Definition at line 8528 of file jquery.js.

var rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/

Definition at line 7597 of file jquery.js.

var rnoContent = /^(?:GET|HEAD)$/

Definition at line 7598 of file jquery.js.

var rprotocol
Initial value:
= /^\/\
rurl = /^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/
function d

Definition at line 7599 of file jquery.js.

var rrun = /queueHooks$/

Definition at line 8817 of file jquery.js.

var rsubmittable = /^(?:input|select|textarea|keygen)/i

Definition at line 7459 of file jquery.js.

var rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i

Definition at line 7458 of file jquery.js.

var rts = /([?&])_=[^&]*/

Definition at line 7594 of file jquery.js.

Tween propHooks scrollTop
Initial value:
= Tween.propHooks.scrollLeft = {
set: function( tween ) {
if ( tween.elem.nodeType && tween.elem.parentNode ) {
tween.elem[ tween.prop ] = tween.now;
}
}
}
jQuery Tween
Definition: jquery.js:9191

Definition at line 9274 of file jquery.js.

jQuery fn size
Initial value:
= function() {
return this.length;
}

Definition at line 9760 of file jquery.js.

jQuery speed

Definition at line 9446 of file jquery.js.

jQuery fx speeds
Initial value:
= {
slow: 600,
fast: 200,
_default: 400
}

Definition at line 9529 of file jquery.js.

jQuery fx start
Initial value:
= function() {
if ( !timerId ) {
timerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );
}
}
jQuery(function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem, computed){if(computed){return jQuery.swap(elem,{"display":"inline-block"}, curCSS, [elem,"marginRight"]);}}};}if(!jQuery.support.pixelPosition &&jQuery.fn.position){jQuery.each(["top","left"], function(i, prop){jQuery.cssHooks[prop]={get:function(elem, computed){if(computed){computed=curCSS(elem, prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed;}}};});}})
var timerId
Definition: jquery.js:8814

Definition at line 9518 of file jquery.js.

jQuery fx step = {}

Definition at line 9537 of file jquery.js.

jQuery fx stop
Initial value:
= function() {
clearInterval( timerId );
timerId = null;
}
var timerId
Definition: jquery.js:8814

Definition at line 9524 of file jquery.js.

jQuery fx tick
Initial value:
= function() {
var timer,
timers = jQuery.timers,
i = 0;
fxNow = jQuery.now();
for ( ; i < timers.length; i++ ) {
timer = timers[ i ];
if ( !timer() && timers[ i ] === timer ) {
timers.splice( i--, 1 );
}
}
if ( !timers.length ) {
jQuery.fx.stop();
}
}
jQuery(function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem, computed){if(computed){return jQuery.swap(elem,{"display":"inline-block"}, curCSS, [elem,"marginRight"]);}}};}if(!jQuery.support.pixelPosition &&jQuery.fn.position){jQuery.each(["top","left"], function(i, prop){jQuery.cssHooks[prop]={get:function(elem, computed){if(computed){computed=curCSS(elem, prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed;}}};});}})
var fxNow
Definition: jquery.js:8814
jQuery timers
Definition: jquery.js:9487
jQuery fx timer
Definition: jquery.js:9510
function undefined
Definition: jquery.js:14

Definition at line 9489 of file jquery.js.

jQuery fx timer
Initial value:
= function( timer ) {
if ( timer() && jQuery.timers.push( timer ) ) {
jQuery.fx.start();
}
}
jQuery(function(){if(!jQuery.support.reliableMarginRight){jQuery.cssHooks.marginRight={get:function(elem, computed){if(computed){return jQuery.swap(elem,{"display":"inline-block"}, curCSS, [elem,"marginRight"]);}}};}if(!jQuery.support.pixelPosition &&jQuery.fn.position){jQuery.each(["top","left"], function(i, prop){jQuery.cssHooks[prop]={get:function(elem, computed){if(computed){computed=curCSS(elem, prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed;}}};});}})
jQuery fx timer
Definition: jquery.js:9510

Definition at line 9510 of file jquery.js.

var timerId

Definition at line 8814 of file jquery.js.

jQuery timers = []

Definition at line 9487 of file jquery.js.

var transports = {}

Definition at line 7621 of file jquery.js.

try
Initial value:
{
ajaxLocation = location.href
var ajaxLocation
Definition: jquery.js:7588

Definition at line 7628 of file jquery.js.

jQuery Tween = Tween

Definition at line 9191 of file jquery.js.

var tweeners

Definition at line 8819 of file jquery.js.

function undefined

Definition at line 14 of file jquery.js.

window

jQuery JavaScript Library v1.10.2 http://jquery.com/

Includes Sizzle.js http://sizzlejs.com/

Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors Released under the MIT license http://jquery.org/license

Date: 2013-07-03T13:48Z

Definition at line 14 of file jquery.js.

jQuery ajaxSettings xhr
Initial value:
= window.ActiveXObject ?
function() {
return !this.isLocal && createStandardXHR() || createActiveXHR();
} :
function window
Definition: jquery.js:14
function createActiveXHR()
Definition: jquery.js:8625
function createStandardXHR()
Definition: jquery.js:8619

Definition at line 8633 of file jquery.js.

var xhrCallbacks

Definition at line 8607 of file jquery.js.

var xhrId = 0

Definition at line 8608 of file jquery.js.

var xhrOnUnloadAbort
Initial value:
= window.ActiveXObject && function() {
var key;
for ( key in xhrCallbacks ) {
xhrCallbacks[ key ]( undefined, true );
}
}
function window
Definition: jquery.js:14
var xhrCallbacks
Definition: jquery.js:8607
function undefined
Definition: jquery.js:14

Definition at line 8610 of file jquery.js.

xhrSupported = jQuery.ajaxSettings.xhr()

Definition at line 8607 of file jquery.js.