summaryrefslogtreecommitdiffstats
path: root/js/vendor/jquery
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 03:00:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 03:00:53 +0200
commit3ce894af1e72c9488b8cb3340fd61656122f7d50 (patch)
treea603121e8b1e860201370399f8095121cd9c6bf7 /js/vendor/jquery
parent10d76fff64363ea59d916b550854cf3540dadfbc (diff)
use markdown, refactor js
Diffstat (limited to 'js/vendor/jquery')
-rw-r--r--js/vendor/jquery/.bower.json37
-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.js9111
-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.js130
-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.js153
-rw-r--r--js/vendor/jquery/src/callbacks.js205
-rw-r--r--js/vendor/jquery/src/core.js500
-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.js96
-rw-r--r--js/vendor/jquery/src/core/var/rsingleTag.js4
-rw-r--r--js/vendor/jquery/src/css.js455
-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.js69
-rw-r--r--js/vendor/jquery/src/css/hiddenVisibleSelectors.js15
-rw-r--r--js/vendor/jquery/src/css/support.js83
-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.js175
-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.js642
-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.js859
-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.js18
-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.js583
-rw-r--r--js/vendor/jquery/src/manipulation/_evalUrl.js18
-rw-r--r--js/vendor/jquery/src/manipulation/support.js24
-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.js171
-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.js2015
-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/var/trim.js3
-rw-r--r--js/vendor/jquery/src/wrap.js78
90 files changed, 0 insertions, 18952 deletions
diff --git a/js/vendor/jquery/.bower.json b/js/vendor/jquery/.bower.json
deleted file mode 100644
index 19202f6eb..000000000
--- a/js/vendor/jquery/.bower.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "jquery",
- "version": "2.1.0",
- "main": "dist/jquery.js",
- "license": "MIT",
- "ignore": [
- "**/.*",
- "build",
- "speed",
- "test",
- "*.md",
- "AUTHORS.txt",
- "Gruntfile.js",
- "package.json"
- ],
- "devDependencies": {
- "sizzle": "1.10.16",
- "requirejs": "~2.1.8",
- "qunit": "~1.12.0",
- "sinon": "~1.7.3"
- },
- "keywords": [
- "jquery",
- "javascript",
- "library"
- ],
- "homepage": "https://github.com/jquery/jquery",
- "_release": "2.1.0",
- "_resolution": {
- "type": "version",
- "tag": "2.1.0",
- "commit": "9434e03193c45d51bbd063a0edd1a07a6178d33f"
- },
- "_source": "git://github.com/jquery/jquery.git",
- "_target": ">=1.6",
- "_originalSource": "jquery"
-} \ No newline at end of file
diff --git a/js/vendor/jquery/MIT-LICENSE.txt b/js/vendor/jquery/MIT-LICENSE.txt
deleted file mode 100644
index cdd31b5c7..000000000
--- a/js/vendor/jquery/MIT-LICENSE.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-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
deleted file mode 100644
index 77beb5802..000000000
--- a/js/vendor/jquery/bower.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "name": "jquery",
- "version": "2.1.0",
- "main": "dist/jquery.js",
- "license": "MIT",
- "ignore": [
- "**/.*",
- "build",
- "speed",
- "test",
- "*.md",
- "AUTHORS.txt",
- "Gruntfile.js",
- "package.json"
- ],
- "devDependencies": {
- "sizzle": "1.10.16",
- "requirejs": "~2.1.8",
- "qunit": "~1.12.0",
- "sinon": "~1.7.3"
- },
- "keywords": [
- "jquery",
- "javascript",
- "library"
- ]
-}
diff --git a/js/vendor/jquery/dist/jquery.js b/js/vendor/jquery/dist/jquery.js
deleted file mode 100644
index f7f422773..000000000
--- a/js/vendor/jquery/dist/jquery.js
+++ /dev/null
@@ -1,9111 +0,0 @@
-/*!
- * jQuery JavaScript Library v2.1.0
- * 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-01-23T21:10Z
- */
-
-(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 trim = "".trim;
-
-var support = {};
-
-
-
-var
- // Use the correct document accordingly with window argument (sandbox)
- document = window.document,
-
- version = "2.1.0",
-
- // 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 );
- },
-
- // 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 a 'clean' array
- ( num < 0 ? this[ num + this.length ] : this[ num ] ) :
-
- // Return just the object
- 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 === l