Searched full:jquery (Results 1 – 25 of 3114) sorted by relevance
12345678910>>...125
2 * jQuery JavaScript Library v1.3.23 * http://jquery.com/7 * http://docs.jquery.com/License19 // Map over jQuery in case of overwrite20 _jQuery = window.jQuery,24 jQuery = window.jQuery = window.$ = function( selector, context ) {25 // The jQuery object is actually just the init constructor 'enhanced'26 return new jQuery.fn.init( selector, context );35 jQuery.fn = jQuery.prototype = {57 selector = jQuery.clean( [ match[1] ], context );[all …]
18 jQuery.urldecode = function(x) {25 jQuery.urlencode = encodeURIComponent;32 jQuery.getQueryParameters = function(s) {39 var key = jQuery.urldecode(tmp[0]);40 var value = jQuery.urldecode(tmp[1]);53 jQuery.contains = function(arr, item) {62 * highlight a given string on a jquery object by wrapping it in65 jQuery.fn.highlightText = function(text, className) {70 if (pos >= 0 && !jQuery.className.has(node.parentNode, className)) {80 else if (!jQuery(node).is("button, select, textarea")) {[all …]
2 * jQuery JavaScript Library v1.7.13 * http://jquery.com/7 * http://jquery.org/license22 var jQuery = (function() { function24 // Define a local copy of jQuery25 var jQuery = function( selector, context ) { function26 // The jQuery object is actually just the init constructor 'enhanced'27 return new jQuery.fn.init( selector, context, rootjQuery );30 // Map over jQuery in case of overwrite31 _jQuery = window.jQuery,[all …]
2 * jQuery JavaScript Library v3.5.13 * https://jquery.com/10 * https://jquery.org/license21 // is present, execute the factory and get jQuery.25 // e.g. var jQuery = require("jquery")(window);31 throw new Error( "jQuery requires a window with a document" );44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common121 // `jQuery.globalEval` so that it can fake a nonce-containing node152 // Define a local copy of jQuery153 jQuery = function( selector, context ) { function[all …]
... utils/ jquery/jszip-utils/dist/ jquery/external/ jquery/external/jquery/ legal ...
... jquery/jszip/ jquery/jszip/dist/ jquery/jszip-utils/ jquery/jszip-utils ...
8 <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style">10 <script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script>11 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"><…13 <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js…15 <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script>16 <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script>
8 <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Styl…10 <script type="text/javascript" src="../../../../../../../jquery/jszip/dist/jszip.min.js"></script>11 <script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js…13 <script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min…15 <script type="text/javascript" src="../../../../../../../jquery/jquery-3.5.1.js"></script>16 <script type="text/javascript" src="../../../../../../../jquery/jquery-ui.js"></script>