/home/techb158/ileadtechnology.com/public/admin/bower_components/jquery/src/core
NameSizeModeActions
var/-0755rm
access.js13110644editdlrm
camelCase.js5450644editdlrm
DOMEval.js5160644editdlrm
index.php530644editdlrm
init.js33370644editdlrm
nodeName.js1780644editdlrm
parseHTML.js16040644editdlrm
ready-no-deferred.js22640644editdlrm
ready.js20970644editdlrm
readyException.js1680644editdlrm
stripAndCollapse.js3620644editdlrm
support.js6310644editdlrm
toType.js3790644editdlrm
Edit: /home/techb158/ileadtechnology.com/public/admin/bower_components/jquery/src/core/support.js (631B)
define( [ "../var/document", "../var/support" ], function( document, support ) { "use strict"; // Support: Safari 8 only // In Safari 8 documents created via document.implementation.createHTMLDocument // collapse sibling forms: the second one becomes a child of the first one. // Because of that, this security measure has to be disabled in Safari 8. // https://bugs.webkit.org/show_bug.cgi?id=137337 support.createHTMLDocument = ( function() { var body = document.implementation.createHTMLDocument( "" ).body; body.innerHTML = "
"; return body.childNodes.length === 2; } )(); return support; } );