/home/u775757334/domains/civicwelllife.com/public_html/admin/vendor/jquery/src
NameSizeModeActions
ajax/-0755rm
attributes/-0755rm
core/-0755rm
css/-0755rm
data/-0755rm
effects/-0755rm
event/-0755rm
exports/-0755rm
manipulation/-0755rm
queue/-0755rm
traversing/-0755rm
var/-0755rm
.jshintrc4750644editdlrm
ajax.js218300644editdlrm
attributes.js2020644editdlrm
callbacks.js54570644editdlrm
core.js115680644editdlrm
css.js135830644editdlrm
data.js51190644editdlrm
deferred.js44840644editdlrm
deprecated.js6360644editdlrm
dimensions.js17850644editdlrm
effects.js158920644editdlrm
event.js191370644editdlrm
intro.js13760644editdlrm
jquery.js6060644editdlrm
manipulation.js122770644editdlrm
offset.js61220644editdlrm
outro.js200644editdlrm
queue.js30770644editdlrm
selector-native.js56520644editdlrm
selector-sizzle.js3180644editdlrm
selector.js500644editdlrm
serialize.js32730644editdlrm
support.js17130644editdlrm
traversing.js40730644editdlrm
wrap.js15180644editdlrm
Edit: /home/u775757334/domains/civicwelllife.com/public_html/admin/vendor/jquery/src/support.js (1713B)
define( [ "./core", "./var/support", "./var/document", "./core/init", // Needed for hasOwn support test // This is listed as a dependency for build order, but it's still optional in builds "./core/ready" ], function( jQuery, support, document ) { // Support: IE<9 // Iteration over object's inherited properties before its own var i; for ( i in jQuery( support ) ) { break; } support.ownFirst = i === "0"; // Note: most support tests are defined in their respective modules. // false until the test is run support.inlineBlockNeedsLayout = false; // Execute ASAP in case we need to set body.style.zoom jQuery( function() { // Minified: var a,b,c,d var val, div, body, container; body = document.getElementsByTagName( "body" )[ 0 ]; if ( !body || !body.style ) { // Return for frameset docs that don't have a body return; } // Setup div = document.createElement( "div" ); container = document.createElement( "div" ); container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px"; body.appendChild( container ).appendChild( div ); if ( typeof div.style.zoom !== "undefined" ) { // Support: IE<8 // Check if natively block-level elements act like inline-block // elements when setting their display to 'inline' and giving // them layout div.style.cssText = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1"; support.inlineBlockNeedsLayout = val = div.offsetWidth === 3; if ( val ) { // Prevent IE 6 from affecting layout for positioned elements #11048 // Prevent IE from shrinking the body in IE 7 mode #12869 // Support: IE<8 body.style.zoom = 1; } } body.removeChild( container ); } ); return support; } );