summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 04:36:40 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 04:36:40 +0200
commit04e421cf2f4f801d7e5e6b1fbdb8221855ad4613 (patch)
tree4a5e0b5a447ed75813fd4ef92c35f2e2fb4f1ac8 /js/vendor/jquery
parentadb9dfeb350bdb92e998fefc2827ffe8b58256a2 (diff)
add basic files for js rewrite
Diffstat (limited to 'js/vendor/jquery')
-rw-r--r--js/vendor/jquery/.bower.json38
-rw-r--r--js/vendor/jquery/MIT-LICENSE.txt21
-rw-r--r--js/vendor/jquery/bower.json27
-rw-r--r--js/vendor/jquery/dist/jquery.js9190
-rw-r--r--js/vendor/jquery/dist/jquery.min.js5
-rw-r--r--js/vendor/jquery/dist/jquery.min.map1
-rw-r--r--js/vendor/jquery/src/ajax.js806
-rw-r--r--js/vendor/jquery/src/ajax/jsonp.js89
-rw-r--r--js/vendor/jquery/src/ajax/load.js75
-rw-r--r--js/vendor/jquery/src/ajax/parseJSON.js13
-rw-r--r--js/vendor/jquery/src/ajax/parseXML.js28
-rw-r--r--js/vendor/jquery/src/ajax/script.js64
-rw-r--r--js/vendor/jquery/src/ajax/var/nonce.js5
-rw-r--r--js/vendor/jquery/src/ajax/var/rquery.js3
-rw-r--r--js/vendor/jquery/src/ajax/xhr.js135
-rw-r--r--js/vendor/jquery/src/attributes.js11
-rw-r--r--js/vendor/jquery/src/attributes/attr.js143
-rw-r--r--js/vendor/jquery/src/attributes/classes.js158
-rw-r--r--js/vendor/jquery/src/attributes/prop.js96
-rw-r--r--js/vendor/jquery/src/attributes/support.js35
-rw-r--r--js/vendor/jquery/src/attributes/val.js163
-rw-r--r--js/vendor/jquery/src/callbacks.js205
-rw-r--r--js/vendor/jquery/src/core.js498
-rw-r--r--js/vendor/jquery/src/core/access.js60
-rw-r--r--js/vendor/jquery/src/core/init.js123
-rw-r--r--js/vendor/jquery/src/core/parseHTML.js39
-rw-r--r--js/vendor/jquery/src/core/ready.js97
-rw-r--r--js/vendor/jquery/src/core/var/rsingleTag.js4
-rw-r--r--js/vendor/jquery/src/css.js451
-rw-r--r--js/vendor/jquery/src/css/addGetHookIf.js24
-rw-r--r--js/vendor/jquery/src/css/curCSS.js57
-rw-r--r--js/vendor/jquery/src/css/defaultDisplay.js70
-rw-r--r--js/vendor/jquery/src/css/hiddenVisibleSelectors.js15
-rw-r--r--js/vendor/jquery/src/css/support.js91
-rw-r--r--js/vendor/jquery/src/css/swap.js28
-rw-r--r--js/vendor/jquery/src/css/var/cssExpand.js3
-rw-r--r--js/vendor/jquery/src/css/var/getStyles.js5
-rw-r--r--js/vendor/jquery/src/css/var/isHidden.js13
-rw-r--r--js/vendor/jquery/src/css/var/rmargin.js3
-rw-r--r--js/vendor/jquery/src/css/var/rnumnonpx.js5
-rw-r--r--js/vendor/jquery/src/data.js179
-rw-r--r--js/vendor/jquery/src/data/Data.js181
-rw-r--r--js/vendor/jquery/src/data/accepts.js20
-rw-r--r--js/vendor/jquery/src/data/var/data_priv.js5
-rw-r--r--js/vendor/jquery/src/data/var/data_user.js5
-rw-r--r--js/vendor/jquery/src/deferred.js149
-rw-r--r--js/vendor/jquery/src/deprecated.js13
-rw-r--r--js/vendor/jquery/src/dimensions.js50
-rw-r--r--js/vendor/jquery/src/effects.js649
-rw-r--r--js/vendor/jquery/src/effects/Tween.js114
-rw-r--r--js/vendor/jquery/src/effects/animatedSelector.js13
-rw-r--r--js/vendor/jquery/src/event.js868
-rw-r--r--js/vendor/jquery/src/event/alias.js39
-rw-r--r--js/vendor/jquery/src/event/support.js9
-rw-r--r--js/vendor/jquery/src/exports/amd.js24
-rw-r--r--js/vendor/jquery/src/exports/global.js32
-rw-r--r--js/vendor/jquery/src/intro.js44
-rw-r--r--js/vendor/jquery/src/jquery.js36
-rw-r--r--js/vendor/jquery/src/manipulation.js582
-rw-r--r--js/vendor/jquery/src/manipulation/_evalUrl.js18
-rw-r--r--js/vendor/jquery/src/manipulation/support.js31
-rw-r--r--js/vendor/jquery/src/manipulation/var/rcheckableType.js3
-rw-r--r--js/vendor/jquery/src/offset.js204
-rw-r--r--js/vendor/jquery/src/outro.js1
-rw-r--r--js/vendor/jquery/src/queue.js142
-rw-r--r--js/vendor/jquery/src/queue/delay.js22
-rw-r--r--js/vendor/jquery/src/selector-native.js172
-rw-r--r--js/vendor/jquery/src/selector-sizzle.js14
-rw-r--r--js/vendor/jquery/src/selector.js1
-rw-r--r--js/vendor/jquery/src/serialize.js111
-rw-r--r--js/vendor/jquery/src/sizzle/dist/sizzle.js2044
-rw-r--r--js/vendor/jquery/src/sizzle/dist/sizzle.min.js3
-rw-r--r--js/vendor/jquery/src/sizzle/dist/sizzle.min.map1
-rw-r--r--js/vendor/jquery/src/traversing.js200
-rw-r--r--js/vendor/jquery/src/traversing/findFilter.js100
-rw-r--r--js/vendor/jquery/src/traversing/var/rneedsContext.js6
-rw-r--r--js/vendor/jquery/src/var/arr.js3
-rw-r--r--js/vendor/jquery/src/var/class2type.js4
-rw-r--r--js/vendor/jquery/src/var/concat.js5
-rw-r--r--js/vendor/jquery/src/var/hasOwn.js5
-rw-r--r--js/vendor/jquery/src/var/indexOf.js5
-rw-r--r--js/vendor/jquery/src/var/pnum.js3
-rw-r--r--js/vendor/jquery/src/var/push.js5
-rw-r--r--js/vendor/jquery/src/var/rnotwhite.js3
-rw-r--r--js/vendor/jquery/src/var/slice.js5
-rw-r--r--js/vendor/jquery/src/var/strundefined.js3
-rw-r--r--js/vendor/jquery/src/var/support.js4
-rw-r--r--js/vendor/jquery/src/var/toString.js5
-rw-r--r--js/vendor/jquery/src/wrap.js78
89 files changed, 19110 insertions, 0 deletions
diff --git a/js/vendor/jquery/.bower.json b/js/vendor/jquery/.bower.json
new file mode 100644
index 000000000..e6324300d
--- /dev/null
+++ b/js/vendor/jquery/.bower.json
@@ -0,0 +1,38 @@
+{
+ "name": "jquery",
+ "version": "2.1.1",
+ "main": "dist/jquery.js",
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "build",
+ "speed",
+ "test",
+ "*.md",
+ "AUTHORS.txt",
+ "Gruntfile.js",
+ "package.json"
+ ],
+ "devDependencies": {
+ "sizzle": "1.10.19",
+ "requirejs": "2.1.10",
+ "qunit": "1.14.0",
+ "sinon": "1.8.1"
+ },
+ "keywords": [
+ "jquery",
+ "javascript",
+ "library"
+ ],
+ "homepage": "https://github.com/jquery/jquery",
+ "_release": "2.1.1",
+ "_resolution": {
+ "type": "version",
+ "tag": "2.1.1",
+ "commit": "4dec426aa2a6cbabb1b064319ba7c272d594a688"
+ },
+ "_source": "git://github.com/jquery/jquery.git",
+ "_target": "~2.1.1",
+ "_originalSource": "jquery",
+ "_direct": true
+} \ No newline at end of file
diff --git a/js/vendor/jquery/MIT-LICENSE.txt b/js/vendor/jquery/MIT-LICENSE.txt
new file mode 100644
index 000000000..cdd31b5c7
--- /dev/null
+++ b/js/vendor/jquery/MIT-LICENSE.txt
@@ -0,0 +1,21 @@
+Copyright 2014 jQuery Foundation and other contributors
+http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/js/vendor/jquery/bower.json b/js/vendor/jquery/bower.json
new file mode 100644
index 000000000..c66a7506b
--- /dev/null
+++ b/js/vendor/jquery/bower.json
@@ -0,0 +1,27 @@
+{
+ "name": "jquery",
+ "version": "2.1.1",
+ "main": "dist/jquery.js",
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "build",
+ "speed",
+ "test",
+ "*.md",
+ "AUTHORS.txt",
+ "Gruntfile.js",
+ "package.json"
+ ],
+ "devDependencies": {
+ "sizzle": "1.10.19",
+ "requirejs": "2.1.10",
+ "qunit": "1.14.0",
+ "sinon": "1.8.1"
+ },
+ "keywords": [
+ "jquery",
+ "javascript",
+ "library"
+ ]
+}
diff --git a/js/vendor/jquery/dist/jquery.js b/js/vendor/jquery/dist/jquery.js
new file mode 100644
index 000000000..9f7b3d389
--- /dev/null
+++ b/js/vendor/jquery/dist/jquery.js
@@ -0,0 +1,9190 @@
+/*!
+ * jQuery JavaScript Library v2.1.1
+ * http://jquery.com/
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ *
+ * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-05-01T17:11Z
+ */
+
+(function( global, factory ) {
+
+ if ( typeof module === "object" && typeof module.exports === "object" ) {
+ // For CommonJS and CommonJS-like environments where a proper window is present,
+ // execute the factory and get jQuery
+ // For environments that do not inherently posses a window with a document
+ // (such as Node.js), expose a jQuery-making factory as module.exports
+ // This accentuates the need for the creation of a real window
+ // e.g. var jQuery = require("jquery")(window);
+ // See ticket #14549 for more info
+ module.exports = global.document ?
+ factory( global, true ) :
+ function( w ) {
+ if ( !w.document ) {
+ throw new Error( "jQuery requires a window with a document" );
+ }
+ return factory( w );
+ };
+ } else {
+ factory( global );
+ }
+
+// Pass this if window is not defined yet
+}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
+
+// Can't do this because several apps including ASP.NET trace
+// the stack via arguments.caller.callee and Firefox dies if
+// you try to trace through "use strict" call chains. (#13335)
+// Support: Firefox 18+
+//
+
+var arr = [];
+
+var slice = arr.slice;
+
+var concat = arr.concat;
+
+var push = arr.push;
+
+var indexOf = arr.indexOf;
+
+var class2type = {};
+
+var toString = class2type.toString;
+
+var hasOwn = class2type.hasOwnProperty;
+
+var support = {};
+
+
+
+var
+ // Use the correct document accordingly with window argument (sandbox)
+ document = window.document,
+
+ version = "2.1.1",
+
+ // Define a local copy of jQuery
+ jQuery = function( selector, context ) {
+ // The jQuery object is actually just the init constructor 'enhanced'
+ // Need init if jQuery is called (just allow error to be thrown if not included)
+ return new jQuery.fn.init( selector, context );
+ },
+
+ // Support: Android<4.1
+ // Make sure we trim BOM and NBSP
+ rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
+
+ // Matches dashed string for camelizing
+ rmsPrefix = /^-ms-/,
+ rdashAlpha = /-([\da-z])/gi,
+
+ // Used by jQuery.camelCase as callback to replace()
+ fcamelCase = function( all, letter ) {
+ return letter.toUpperCase();
+ };
+
+jQuery.fn = jQuery.prototype = {
+ // The current version of jQuery being used
+ jquery: version,
+
+ constructor: jQuery,
+
+ // Start with an empty selector
+ selector: "",
+
+ // The default length of a jQuery object is 0
+ length: 0,
+
+ toArray: function() {
+ return slice.call( this );
+ },
+
+ // Get the Nth element in the matched element set OR
+ // Get the whole matched element set as a clean array
+ get: function( num ) {
+ return num != null ?
+
+ // Return just the one element from the set
+ ( num < 0 ? this[ num + this.length ] : this[ num ] ) :
+
+ // Return all the elements in a clean array
+ slice.call( this );
+ },
+
+ // Take an array of elements and push it onto the stack
+ // (returning the new matched element set)
+ pushStack: function( elems ) {
+
+ // Build a new jQuery matched element set
+ var ret = jQuery.merge( this.constructor(), elems );
+
+ // Add the old object onto the stack (as a reference)
+ ret.prevObject = this;
+ ret.context = this.context;
+
+ // Return the newly-formed element set
+ return ret;
+ },
+
+ // Execute a callback for every element in the matched set.
+ // (You can seed the arguments with an array of args, but this is
+ // only used internally.)
+ each: function( callback, args ) {
+ return jQuery.each( this, callback, args );
+ },
+
+ map: function( callback ) {
+ return this.pushStack( jQuery.map(this, function( elem, i ) {
+ return callback.call( elem, i, elem );
+ }));
+ },
+
+ slice: function() {
+ return this.pushStack( slice.apply( this, arguments ) );
+ },
+
+ first: function() {
+ return this.eq( 0 );
+ },
+
+ last: function() {
+ return this.eq( -1 );
+ },
+
+ eq: function( i ) {
+ var len = this.length,
+ j = +i + ( i < 0 ? len : 0 );
+ return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] );
+ },
+
+ end: function() {
+ return this.prevObject || this.constructor(null);
+ },
+
+ // For internal use only.
+ // Behaves like an Array's method, not like a jQuery method.
+ push: push,
+ sort: arr.sort,
+ splice: arr.splice
+};
+
+jQuery.extend = jQuery.fn.extend = function() {
+ var options, name, src, copy, copyIsArray, clone,
+ target = arguments[0] || {},
+ i = 1,
+ length = arguments.length,
+ deep = false;
+
+ // Handle a deep copy situation
+ if ( typeof target === "boolean" ) {
+ deep = target;
+
+ // skip the boolean and the target
+ target = arguments[ i ] || {};
+ i++;
+ }
+
+ // Handle case when target is a string or something (possible in deep copy)
+ if ( typeof target !== "object" && !jQuery.isFunction(target) ) {
+ target = {};
+ }
+
+ // extend jQuery itself if only one argument is passed
+ if ( i === length ) {
+ target = this;
+ i--;
+ }
+
+ for ( ; i < length; i++ ) {
+ // Only deal with non-null/undefined values
+ if ( (options = arguments[ i ]) != null ) {
+ // Extend the base object
+ for ( name in options ) {
+ src = target[ name ];
+ copy = options[ name ];
+
+ // Prevent never-ending loop
+ if ( target === copy ) {
+ continue;
+ }
+
+ // Recurse if we're merging plain objects or arrays
+ if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {
+ if ( copyIsArray ) {
+ copyIsArray = false;
+ clone = src && jQuery.isArray(src) ? src : [];
+
+ } else {
+ clone = src && jQuery.isPlainObject(src) ? src : {};
+ }
+
+ // Never move original objects, clone them
+ target[ name ] = jQuery.extend( deep, clone, copy );