From 3616336066c5f8cee54412634a2cdf7e59185c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20vd=20Graaf?= Date: Fri, 3 Jan 2020 11:25:05 +0100 Subject: [PATCH] Initial upload Upload of the first version of the widget --- .gitignore | 14 + .jshintrc | 23 + LICENSE | 201 + README.md | 13 + assets/app_store_banner.png | Bin 0 -> 64401 bytes assets/app_store_icon.png | Bin 0 -> 50872 bytes src/InAppBrowser/InAppBrowser.xml | 54 + src/InAppBrowser/lib/jquery-1.11.2.js | 10346 ++++++++++++++++ src/InAppBrowser/widget/InAppBrowser.js | 229 + .../widget/template/InAppBrowser.html | 3 + src/InAppBrowser/widget/ui/InAppBrowser.css | 17 + src/package.xml | 11 + test/.mendix-cache/base_data | Bin 0 -> 6881280 bytes test/.mendix-cache/base_rev | 1 + test/.mendix-cache/base_ver | 1 + test/InAppBrowser.mpr | Bin 0 -> 6899712 bytes test/package-lock.json | 3 + test/widgets/InAppBrowser.mpk | Bin 0 -> 112335 bytes xsd/widget.xsd | 158 + 19 files changed, 11074 insertions(+) create mode 100644 .gitignore create mode 100644 .jshintrc create mode 100644 LICENSE create mode 100644 README.md create mode 100644 assets/app_store_banner.png create mode 100644 assets/app_store_icon.png create mode 100644 src/InAppBrowser/InAppBrowser.xml create mode 100644 src/InAppBrowser/lib/jquery-1.11.2.js create mode 100644 src/InAppBrowser/widget/InAppBrowser.js create mode 100644 src/InAppBrowser/widget/template/InAppBrowser.html create mode 100644 src/InAppBrowser/widget/ui/InAppBrowser.css create mode 100644 src/package.xml create mode 100644 test/.mendix-cache/base_data create mode 100644 test/.mendix-cache/base_rev create mode 100644 test/.mendix-cache/base_ver create mode 100644 test/InAppBrowser.mpr create mode 100644 test/package-lock.json create mode 100644 test/widgets/InAppBrowser.mpk create mode 100644 xsd/widget.xsd diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c900fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +test/javasource/ +test/deployment/ +test/theme/ +test/userlib/ +test/mobile package/ +test/.classpath +test/.project +test/.svn +*.launch +*.tmp +*.lock +*.bak +.idea/ +*DS_Store* diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..f73b569 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,23 @@ +{ + // Enforcing + "curly" : false, + "forin" : false, + "latedef" : "nofunc", + "newcap" : true, + "quotmark" : "double", + "eqeqeq" : true, + "undef" : true, + "globals" : { + "mendix" : false, + "mx" : false, + "logger" : false + }, + + // Relaxing + "laxbreak" : true, + + // Environments + "browser" : true, + "devel" : true, + "dojo" : true +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5c304d1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md new file mode 100644 index 0000000..55dbaf9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Mendix InAppBrowser +Mendix mobile hybrid apps are usable for only 1 Mendix application. But what if you want setup a microservice architecture and display all your Mendix apps through 1 mobile app? An option is the usage of the Cordova InAppBrowser plugin. +This widget is a simple setup on using the InAppBrowser plugin of Cordova and loading pages wihout navigating away of youw app. +### Typical usage scenario +Displaying you Mendix microservice architecture in just 1 hybrid app. +### Features and limitations +* Open an URL on an attribute. +* Configuring the InAppBrowser settings like navigation buttons or URL bar. +* Offline capability +### Dependencies [optional] +* Mendix 7.23.2 or higher +### Configuration +Add the widget inside a Dataview and configure the String Attribute containing the complete URL. Make sure that the link contains the required navigation profile for Mendix. \ No newline at end of file diff --git a/assets/app_store_banner.png b/assets/app_store_banner.png new file mode 100644 index 0000000000000000000000000000000000000000..35fdc7d34ca17fc22f46a8a32e2fe38d850660bd GIT binary patch literal 64401 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
JnFBZUrt9!ktT^WpG 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
    2__7%8`

    fIZuMUHp}i{<+(BJF4uBzSJm(Y4i=?gG2QO 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 VR`PehwYd(3MNf-S6@@Rz`y1Fy4eI~^ literal 0 HcmV?d00001 diff --git a/src/InAppBrowser/InAppBrowser.xml b/src/InAppBrowser/InAppBrowser.xml new file mode 100644 index 0000000..dfb569e --- /dev/null +++ b/src/InAppBrowser/InAppBrowser.xml @@ -0,0 +1,54 @@ + + + InAppBrowser + The description of this widget. + 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 + + + + URL + Datasource + The URL that must be oppened. + + + + + + + Button text + Appearance + The text of the link + + Go + Ga + + + + + Hide URL Bar + In App Browsing + Hide the URL bar + + + Hide navigation button + In App Browsing + Hide the navigation (back and forward) buttons + + + Disallow over scroll + In App Browsing + Prevent over scoll kike an extra pull down. + + + Close text + In App Browsing + The text of the link/button in the In App Browser to close the page. + + Close + Sluiten + + + + + + diff --git a/src/InAppBrowser/lib/jquery-1.11.2.js b/src/InAppBrowser/lib/jquery-1.11.2.js new file mode 100644 index 0000000..3ee16de --- /dev/null +++ b/src/InAppBrowser/lib/jquery-1.11.2.js @@ -0,0 +1,10346 @@ +/*! + * jQuery JavaScript Library v1.11.2 + * 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-12-17T15:27Z + */ + +(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 deletedIds = []; + +var slice = deletedIds.slice; + +var concat = deletedIds.concat; + +var push = deletedIds.push; + +var indexOf = deletedIds.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var support = {}; + + + +var + version = "1.11.2", + + // 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, IE<9 + // 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: deletedIds.sort, + splice: deletedIds.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var src, copyIsArray, copy, name, options, 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 ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type(obj) === "function"; + }, + + isArray: Array.isArray || function( obj ) { + return jQuery.type(obj) === "array"; + }, + + isWindow: function( obj ) { + /* jshint eqeqeq: false */ + return obj != null && obj == obj.window; + }, + + isNumeric: function( obj ) { + // parseFloat NaNs numeric-cast false positives (null|true|false|"") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + // adding 1 corrects loss of precision from parseFloat (#15100) + return !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0; + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + isPlainObject: function( obj ) { + var key; + + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + try { + // Not own constructor property must be Object + if ( obj.constructor && + !hasOwn.call(obj, "constructor") && + !hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) { + return false; + } + } catch ( e ) { + // IE8,9 Will throw exceptions on certain host objects #9897 + return false; + } + + // Support: IE<9 + // Handle iteration over inherited properties before own properties. + if ( support.ownLast ) { + for ( key in obj ) { + return hasOwn.call( obj, key ); + } + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + for ( key in obj ) {} + + return key === undefined || hasOwn.call( obj, key ); + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call(obj) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + // Workarounds based on findings by Jim Driscoll + // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context + globalEval: function( data ) { + if ( data && jQuery.trim( data ) ) { + // We use execScript on Internet Explorer + // We use an anonymous function so that context is window + // rather than jQuery in Firefox + ( window.execScript || function( data ) { + window[ "eval" ].call( window, data ); + } )( data ); + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + // args is for internal usage only + each: function( obj, callback, args ) { + var value, + i = 0, + length = obj.length, + isArray = isArraylike( obj ); + + if ( args ) { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } + } + + return obj; + }, + + // Support: Android<4.1, IE<9 + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArraylike( Object(arr) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + var len; + + if ( arr ) { + if ( indexOf ) { + return indexOf.call( arr, elem, i ); + } + + len = arr.length; + i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; + + for ( ; i < len; i++ ) { + // Skip accessing in sparse arrays + if ( i in arr && arr[ i ] === elem ) { + return i; + } + } + } + + return -1; + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + while ( j < len ) { + first[ i++ ] = second[ j++ ]; + } + + // Support: IE<9 + // Workaround casting of .length to NaN on otherwise arraylike objects (e.g., NodeLists) + if ( len !== len ) { + while ( second[j] !== undefined ) { + first[ i++ ] = second[ j++ ]; + } + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var value, + i = 0, + length = elems.length, + isArray = isArraylike( elems ), + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var args, proxy, tmp; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: function() { + return +( new Date() ); + }, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +}); + +// Populate the class2type map +jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +}); + +function isArraylike( obj ) { + var length = obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.nodeType === 1 && length ) { + return true; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.2.0-pre + * http://sizzlejs.com/ + * + * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-12-16 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // General-purpose constants + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf as it's faster than native + // http://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + // http://www.w3.org/TR/css3-syntax/#characters + characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Loosely modeled on CSS identifier characters + // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors + // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = characterEncoding.replace( "w", "w#" ), + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + characterEncoding + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + characterEncoding + ")" ), + "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), + "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var match, elem, m, nodeType, + // QSA vars + i, groups, old, nid, newContext, newSelector; + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + + context = context || document; + results = results || []; + nodeType = context.nodeType; + + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + if ( !seed && documentIsHTML ) { + + // Try to shortcut find operations when possible (e.g., not under DocumentFragment) + if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { + // Speed-up: Sizzle("#ID") + if ( (m = match[1]) ) { + if ( nodeType === 9 ) { + elem = context.getElementById( m ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document (jQuery #6963) + if ( elem && elem.parentNode ) { + // Handle the case where IE, Opera, and Webkit return items + // by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + } else { + // Context is not a document + if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && + contains( context, elem ) && elem.id === m ) { + results.push( elem ); + return results; + } + } + + // Speed-up: Sizzle("TAG") + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Speed-up: Sizzle(".CLASS") + } else if ( (m = match[3]) && support.getElementsByClassName ) { + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // QSA path + if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + nid = old = expando; + newContext = context; + newSelector = nodeType !== 1 && selector; + + // qSA works strangely on Element-rooted queries + // We can work around this by specifying an extra ID on the root + // and working up from there (Thanks to Andrew Dupont for the technique) + // IE 8 doesn't work on object elements + if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { + groups = tokenize( selector ); + + if ( (old = context.getAttribute("id")) ) { + nid = old.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", nid ); + } + nid = "[id='" + nid + "'] "; + + i = groups.length; + while ( i-- ) { + groups[i] = nid + toSelector( groups[i] ); + } + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || context; + newSelector = groups.join(","); + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch(qsaError) { + } finally { + if ( !old ) { + context.removeAttribute("id"); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {Function(string, Object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = attrs.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, parent, + doc = node ? node.ownerDocument || node : preferredDoc; + + // If no document and documentElement is available, return + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Set our document + document = doc; + docElem = doc.documentElement; + parent = doc.defaultView; + + // Support: IE>8 + // If iframe document is assigned to "document" variable and if iframe has been reloaded, + // IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936 + // IE6-8 do not support the defaultView property so parent will be undefined + if ( parent && parent !== parent.top ) { + // IE11 does not have attachEvent, so all must suffer + if ( parent.addEventListener ) { + parent.addEventListener( "unload", unloadHandler, false ); + } else if ( parent.attachEvent ) { + parent.attachEvent( "onunload", unloadHandler ); + } + } + + /* Support tests + ---------------------------------------------------------------------- */ + documentIsHTML = !isXML( doc ); + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( doc.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( doc.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !doc.getElementsByName || !doc.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var m = context.getElementById( id ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + return m && m.parentNode ? [ m ] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + docElem.appendChild( div ).innerHTML = "" + + ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( div.querySelectorAll("[msallowcapture^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+ + if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push("~="); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibing-combinator selector` fails + if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push(".#.+[+~]"); + } + }); + + assert(function( div ) { + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = doc.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( div.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully does not implement inclusive descendent + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === doc ? -1 : + b === doc ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return doc; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch (e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, outerCache, node, diff, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || (parent[ expando ] = {}); + cache = outerCache[ type ] || []; + nodeIndex = cache[0] === dirruns && cache[1]; + diff = cache[0] === dirruns && cache[2]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + // Use previously-cached element index if available + } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { + diff = cache[1]; + + // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) + } else { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { + // Cache the index of each encountered element + if ( useCache ) { + (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + // Don't keep the element (issue #299) + input[0] = null; + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + if ( (oldCache = outerCache[ dir ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + outerCache[ dir ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context !== document && context; + } + + // Add elements passing elementMatchers directly to results + // Keep `i` a string if there are no elements so `matchedCount` will be "00" below + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // Apply set filters to unmatched elements + matchedCount += i; + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is no seed and only one group + if ( match.length === 1 ) { + + // Take a shortcut and set the context if the root selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = ""; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = ""; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.pseudos; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = (/^<(\w+)\s*\/?>(?:<\/\1>|)$/); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + }); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + }); + + } + + if ( typeof qualifier === "string" ) { + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( jQuery.inArray( elem, qualifier ) >= 0 ) !== not; + }); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + })); +}; + +jQuery.fn.extend({ + find: function( selector ) { + var i, + ret = [], + self = this, + len = self.length; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + }) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + filter: function( selector ) { + return this.pushStack( winnow(this, selector || [], false) ); + }, + not: function( selector ) { + return this.pushStack( winnow(this, selector || [], true) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +}); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // Use the correct document accordingly with window argument (sandbox) + document = window.document, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + init = jQuery.fn.init = function( selector, context ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) { + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + context = context instanceof jQuery ? context[0] : context; + + // scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[1], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[2] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[2] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || rootjQuery ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return typeof rootjQuery.ready !== "undefined" ? + rootjQuery.ready( selector ) : + // Execute immediately if ready is not present + selector( jQuery ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.extend({ + dir: function( elem, dir, until ) { + var matched = [], + cur = elem[ dir ]; + + while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { + if ( cur.nodeType === 1 ) { + matched.push( cur ); + } + cur = cur[dir]; + } + return matched; + }, + + sibling: function( n, elem ) { + var r = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + r.push( n ); + } + } + + return r; + } +}); + +jQuery.fn.extend({ + has: function( target ) { + var i, + targets = jQuery( target, this ), + len = targets.length; + + return this.filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { + // Always skip document fragments + if ( cur.nodeType < 11 && (pos ? + pos.index(cur) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector(cur, selectors)) ) { + + matched.push( cur ); + break; + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[0] && this[0].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return jQuery.inArray( this[0], jQuery( elem ) ); + } + + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[0] : elem, this ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.unique( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter(selector) + ); + } +}); + +function sibling( cur, dir ) { + do { + cur = cur[ dir ]; + } while ( cur && cur.nodeType !== 1 ); + + return cur; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + if ( this.length > 1 ) { + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + ret = jQuery.unique( ret ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + } + + return this.pushStack( ret ); + }; +}); +var rnotwhite = (/\S+/g); + + + +// String to Object options format cache +var optionsCache = {}; + +// Convert String-formatted options into Object-formatted ones and store in cache +function createOptions( options ) { + var object = optionsCache[ options ] = {}; + jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + }); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + ( optionsCache[ options ] || createOptions( options ) ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // First callback to fire (used internally by add and fireWith) + firingStart, + // Actual callback list + list = [], + // Stack of fire calls for repeatable lists + stack = !options.once && [], + // Fire callbacks + fire = function( data ) { + memory = options.memory && data; + fired = true; + firingIndex = firingStart || 0; + firingStart = 0; + firingLength = list.length; + firing = true; + for ( ; list && firingIndex < firingLength; firingIndex++ ) { + if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { + memory = false; // To prevent further calls using add + break; + } + } + firing = false; + if ( list ) { + if ( stack ) { + if ( stack.length ) { + fire( stack.shift() ); + } + } else if ( memory ) { + list = []; + } else { + self.disable(); + } + } + }, + // Actual Callbacks object + self = { + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + // First, we save the current length + var start = list.length; + (function add( args ) { + jQuery.each( args, function( _, arg ) { + var type = jQuery.type( arg ); + if ( type === "function" ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && type !== "string" ) { + // Inspect recursively + add( arg ); + } + }); + })( arguments ); + // Do we need to add the callbacks to the + // current firing batch? + if ( firing ) { + firingLength = list.length; + // With memory, if we're not firing then + // we should call right away + } else if ( memory ) { + firingStart = start; + fire( memory ); + } + } + return this; + }, + // Remove a callback from the list + remove: function() { + if ( list ) { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + // Handle firing indexes + if ( firing ) { + if ( index <= firingLength ) { + firingLength--; + } + if ( index <= firingIndex ) { + firingIndex--; + } + } + } + }); + } + return this; + }, + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); + }, + // Remove all callbacks from the list + empty: function() { + list = []; + firingLength = 0; + return this; + }, + // Have the list do nothing anymore + disable: function() { + list = stack = memory = undefined; + return this; + }, + // Is it disabled? + disabled: function() { + return !list; + }, + // Lock the list in its current state + lock: function() { + stack = undefined; + if ( !memory ) { + self.disable(); + } + return this; + }, + // Is it locked? + locked: function() { + return !stack; + }, + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( list && ( !fired || stack ) ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + if ( firing ) { + stack.push( args ); + } else { + fire( args ); + } + } + return this; + }, + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +jQuery.extend({ + + Deferred: function( func ) { + var tuples = [ + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], + [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], + [ "notify", "progress", jQuery.Callbacks("memory") ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred(function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[1] ](function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .done( newDefer.resolve ) + .fail( newDefer.reject ) + .progress( newDefer.notify ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); + } + }); + }); + fns = null; + }).promise(); + }, + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[1] ] = list.add; + + // Handle state + if ( stateString ) { + list.add(function() { + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[0] ] = function() { + deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[0] + "With" ] = list.fireWith; + }); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( values === progressValues ) { + deferred.notifyWith( contexts, values ); + + } else if ( !(--remaining) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ) + .progress( updateFunc( i, progressContexts, progressValues ) ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +}); + + +// The deferred used on DOM ready +var readyList; + +jQuery.fn.ready = function( fn ) { + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; +}; + +jQuery.extend({ + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( jQuery.ready ); + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + jQuery( document ).off( "ready" ); + } + } +}); + +/** + * Clean-up method for dom ready events + */ +function detach() { + if ( document.addEventListener ) { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + + } else { + document.detachEvent( "onreadystatechange", completed ); + window.detachEvent( "onload", completed ); + } +} + +/** + * The ready event handler and self cleanup method + */ +function completed() { + // readyState === "complete" is good enough for us to call the dom ready in oldIE + if ( document.addEventListener || event.type === "load" || document.readyState === "complete" ) { + detach(); + jQuery.ready(); + } +} + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + setTimeout( jQuery.ready ); + + // Standards-based browsers support DOMContentLoaded + } else if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + + // If IE event model is used + } else { + // Ensure firing before onload, maybe late but safe also for iframes + document.attachEvent( "onreadystatechange", completed ); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", completed ); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = window.frameElement == null && document.documentElement; + } catch(e) {} + + if ( top && top.doScroll ) { + (function doScrollCheck() { + if ( !jQuery.isReady ) { + + try { + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll("left"); + } catch(e) { + return setTimeout( doScrollCheck, 50 ); + } + + // detach all dom ready events + detach(); + + // and execute any waiting functions + jQuery.ready(); + } + })(); + } + } + } + return readyList.promise( obj ); +}; + + +var strundefined = typeof undefined; + + + +// Support: IE<9 +// Iteration over object's inherited properties before its own +var i; +for ( i in jQuery( support ) ) { + break; +} +support.ownLast = 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 !== strundefined ) { + // 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 ); +}); + + + + +(function() { + var div = document.createElement( "div" ); + + // Execute the test only if not already executed in another module. + if (support.deleteExpando == null) { + // Support: IE<9 + support.deleteExpando = true; + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + } + + // Null elements to avoid leaks in IE. + div = null; +})(); + + +/** + * Determines whether an object can have data + */ +jQuery.acceptData = function( elem ) { + var noData = jQuery.noData[ (elem.nodeName + " ").toLowerCase() ], + nodeType = +elem.nodeType || 1; + + // Do not set data on non-element DOM nodes because it will not be cleared (#8335). + return nodeType !== 1 && nodeType !== 9 ? + false : + + // Nodes accept data unless otherwise specified; rejection can be conditional + !noData || noData !== true && elem.getAttribute("classid") === noData; +}; + + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /([A-Z])/g; + +function dataAttr( elem, key, data ) { + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + + var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch( e ) {} + + // Make sure we set the data so it isn't changed later + jQuery.data( elem, key, data ); + + } else { + data = undefined; + } + } + + return data; +} + +// checks a cache object for emptiness +function isEmptyDataObject( obj ) { + var name; + for ( name in obj ) { + + // if the public data object is empty, the private is still empty + if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) { + continue; + } + if ( name !== "toJSON" ) { + return false; + } + } + + return true; +} + +function internalData( elem, name, data, pvt /* Internal Use Only */ ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var ret, thisCache, + internalKey = jQuery.expando, + + // We have to handle DOM nodes and JS objects differently because IE6-7 + // can't GC object references properly across the DOM-JS boundary + isNode = elem.nodeType, + + // Only DOM nodes need the global jQuery cache; JS object data is + // attached directly to the object so GC can occur automatically + cache = isNode ? jQuery.cache : elem, + + // Only defining an ID for JS objects if its cache already exists allows + // the code to shortcut on the same path as a DOM node with no cache + id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey; + + // Avoid doing any more work than we need to when trying to get data on an + // object that has no data at all + if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && data === undefined && typeof name === "string" ) { + return; + } + + if ( !id ) { + // Only DOM nodes need a new unique ID for each element since their data + // ends up in the global cache + if ( isNode ) { + id = elem[ internalKey ] = deletedIds.pop() || jQuery.guid++; + } else { + id = internalKey; + } + } + + if ( !cache[ id ] ) { + // Avoid exposing jQuery metadata on plain JS objects when the object + // is serialized using JSON.stringify + cache[ id ] = isNode ? {} : { toJSON: jQuery.noop }; + } + + // An object can be passed to jQuery.data instead of a key/value pair; this gets + // shallow copied over onto the existing cache + if ( typeof name === "object" || typeof name === "function" ) { + if ( pvt ) { + cache[ id ] = jQuery.extend( cache[ id ], name ); + } else { + cache[ id ].data = jQuery.extend( cache[ id ].data, name ); + } + } + + thisCache = cache[ id ]; + + // jQuery data() is stored in a separate object inside the object's internal data + // cache in order to avoid key collisions between internal data and user-defined + // data. + if ( !pvt ) { + if ( !thisCache.data ) { + thisCache.data = {}; + } + + thisCache = thisCache.data; + } + + if ( data !== undefined ) { + thisCache[ jQuery.camelCase( name ) ] = data; + } + + // Check for both converted-to-camel and non-converted data property names + // If a data property was specified + if ( typeof name === "string" ) { + + // First Try to find as-is property data + ret = thisCache[ name ]; + + // Test for null|undefined property data + if ( ret == null ) { + + // Try to find the camelCased property + ret = thisCache[ jQuery.camelCase( name ) ]; + } + } else { + ret = thisCache; + } + + return ret; +} + +function internalRemoveData( elem, name, pvt ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var thisCache, i, + isNode = elem.nodeType, + + // See jQuery.data for more information + cache = isNode ? jQuery.cache : elem, + id = isNode ? elem[ jQuery.expando ] : jQuery.expando; + + // If there is already no cache entry for this object, there is no + // purpose in continuing + if ( !cache[ id ] ) { + return; + } + + if ( name ) { + + thisCache = pvt ? cache[ id ] : cache[ id ].data; + + if ( thisCache ) { + + // Support array or space separated string names for data keys + if ( !jQuery.isArray( name ) ) { + + // try the string as a key before any manipulation + if ( name in thisCache ) { + name = [ name ]; + } else { + + // split the camel cased version by spaces unless a key with the spaces exists + name = jQuery.camelCase( name ); + if ( name in thisCache ) { + name = [ name ]; + } else { + name = name.split(" "); + } + } + } else { + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = name.concat( jQuery.map( name, jQuery.camelCase ) ); + } + + i = name.length; + while ( i-- ) { + delete thisCache[ name[i] ]; + } + + // If there is no data left in the cache, we want to continue + // and let the cache object itself get destroyed + if ( pvt ? !isEmptyDataObject(thisCache) : !jQuery.isEmptyObject(thisCache) ) { + return; + } + } + } + + // See jQuery.data for more information + if ( !pvt ) { + delete cache[ id ].data; + + // Don't destroy the parent cache unless the internal data object + // had been the only thing left in it + if ( !isEmptyDataObject( cache[ id ] ) ) { + return; + } + } + + // Destroy the cache + if ( isNode ) { + jQuery.cleanData( [ elem ], true ); + + // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080) + /* jshint eqeqeq: false */ + } else if ( support.deleteExpando || cache != cache.window ) { + /* jshint eqeqeq: true */ + delete cache[ id ]; + + // When all else fails, null + } else { + cache[ id ] = null; + } +} + +jQuery.extend({ + cache: {}, + + // The following elements (space-suffixed to avoid Object.prototype collisions) + // throw uncatchable exceptions if you attempt to set expando properties + noData: { + "applet ": true, + "embed ": true, + // ...but Flash objects (which have this classid) *can* handle expandos + "object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" + }, + + hasData: function( elem ) { + elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ]; + return !!elem && !isEmptyDataObject( elem ); + }, + + data: function( elem, name, data ) { + return internalData( elem, name, data ); + }, + + removeData: function( elem, name ) { + return internalRemoveData( elem, name ); + }, + + // For internal use only. + _data: function( elem, name, data ) { + return internalData( elem, name, data, true ); + }, + + _removeData: function( elem, name ) { + return internalRemoveData( elem, name, true ); + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var i, name, data, + elem = this[0], + attrs = elem && elem.attributes; + + // Special expections of .data basically thwart jQuery.access, + // so implement the relevant behavior ourselves + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = jQuery.data( elem ); + + if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE11+ + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice(5) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + jQuery._data( elem, "parsedAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + jQuery.data( this, key ); + }); + } + + return arguments.length > 1 ? + + // Sets one value + this.each(function() { + jQuery.data( this, key, value ); + }) : + + // Gets one value + // Try to fetch any internally stored data first + elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : undefined; + }, + + removeData: function( key ) { + return this.each(function() { + jQuery.removeData( this, key ); + }); + } +}); + + +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = jQuery._data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray(data) ) { + queue = jQuery._data( elem, type, jQuery.makeArray(data) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return jQuery._data( elem, key ) || jQuery._data( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + jQuery._removeData( elem, type + "queue" ); + jQuery._removeData( elem, key ); + }) + }); + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[0], type ); + } + + return data === undefined ? + this : + this.each(function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = jQuery._data( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +}); +var pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source; + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHidden = function( elem, el ) { + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); + }; + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + length = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < length; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + length ? fn( elems[0], key ) : emptyGet; +}; +var rcheckableType = (/^(?:checkbox|radio)$/i); + + + +(function() { + // Minified: var a,b,c + var input = document.createElement( "input" ), + div = document.createElement( "div" ), + fragment = document.createDocumentFragment(); + + // Setup + div.innerHTML = "
    a"; + + // IE strips leading whitespace when .innerHTML is used + support.leadingWhitespace = div.firstChild.nodeType === 3; + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + support.tbody = !div.getElementsByTagName( "tbody" ).length; + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + support.htmlSerialize = !!div.getElementsByTagName( "link" ).length; + + // Makes sure cloning an html5 element does not cause problems + // Where outerHTML is undefined, this still works + support.html5Clone = + document.createElement( "nav" ).cloneNode( true ).outerHTML !== "<:nav>"; + + // Check if a disconnected checkbox will retain its checked + // value of true after appended to the DOM (IE6/7) + input.type = "checkbox"; + input.checked = true; + fragment.appendChild( input ); + support.appendChecked = input.checked; + + // Make sure textarea (and checkbox) defaultValue is properly cloned + // Support: IE6-IE11+ + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; + + // #11217 - WebKit loses check when the name is after the checked attribute + fragment.appendChild( div ); + div.innerHTML = ""; + + // Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3 + // old WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE<9 + // Opera does not clone events (and typeof div.attachEvent === undefined). + // IE9-10 clones events bound via attachEvent, but they don't trigger with .click() + support.noCloneEvent = true; + if ( div.attachEvent ) { + div.attachEvent( "onclick", function() { + support.noCloneEvent = false; + }); + + div.cloneNode( true ).click(); + } + + // Execute the test only if not already executed in another module. + if (support.deleteExpando == null) { + // Support: IE<9 + support.deleteExpando = true; + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + } +})(); + + +(function() { + var i, eventName, + div = document.createElement( "div" ); + + // Support: IE<9 (lack submit/change bubble), Firefox 23+ (lack focusin event) + for ( i in { submit: true, change: true, focusin: true }) { + eventName = "on" + i; + + if ( !(support[ i + "Bubbles" ] = eventName in window) ) { + // Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP) + div.setAttribute( eventName, "t" ); + support[ i + "Bubbles" ] = div.attributes[ eventName ].expando === false; + } + } + + // Null elements to avoid leaks in IE. + div = null; +})(); + + +var rformElems = /^(?:input|select|textarea)$/i, + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + var tmp, events, t, handleObjIn, + special, eventHandle, handleObj, + handlers, type, namespaces, origType, + elemData = jQuery._data( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !(events = elemData.events) ) { + events = elemData.events = {}; + } + if ( !(eventHandle = elemData.handle) ) { + eventHandle = elemData.handle = function( e ) { + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== strundefined && (!e || jQuery.event.triggered !== e.type) ? + jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : + undefined; + }; + // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events + eventHandle.elem = elem; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend({ + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join(".") + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !(handlers = events[ type ]) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener/attachEvent if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + var j, handleObj, tmp, + origCount, t, events, + special, handlers, type, + namespaces, origType, + elemData = jQuery.hasData( elem ) && jQuery._data( elem ); + + if ( !elemData || !(events = elemData.events) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + + // removeData also checks for emptiness and clears the expando if empty + // so use it instead of delete + jQuery._removeData( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + var handle, ontype, cur, + bubbleType, special, tmp, i, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf(".") >= 0 ) { + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split("."); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf(":") < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join("."); + event.namespace_re = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === (elem.ownerDocument || document) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && jQuery.acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && + jQuery.acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Can't use an .isFunction() check here because IE6/7 fails that test. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + try { + elem[ type ](); + } catch ( e ) { + // IE<9 dies on focus/blur to hidden element (#1486,#12518) + // only reproducible on winXP IE8 native, not IE9 in IE8 mode + } + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, ret, handleObj, matched, j, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( jQuery._data( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[0] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or + // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). + if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) + .apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( (event.result = ret) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var sel, handleObj, matches, i, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // Avoid non-left-click bubbling in Firefox (#3861) + if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { + + /* jshint eqeqeq: false */ + for ( ; cur != this; cur = cur.parentNode || this ) { + /* jshint eqeqeq: true */ + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && (cur.disabled !== true || event.type !== "click") ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) >= 0 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push({ elem: cur, handlers: matches }); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); + } + + return handlerQueue; + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: IE<9 + // Fix target property (#1925) + if ( !event.target ) { + event.target = originalEvent.srcElement || document; + } + + // Support: Chrome 23+, Safari? + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Support: IE<9 + // For mouse/key events, metaKey==false if it's undefined (#3368, #11328) + event.metaKey = !!event.metaKey; + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split(" "), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var body, eventDoc, doc, + button = original.button, + fromElement = original.fromElement; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add relatedTarget, if necessary + if ( !event.relatedTarget && fromElement ) { + event.relatedTarget = fromElement === event.target ? original.toElement : fromElement; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + special: { + load: { + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + try { + this.focus(); + return false; + } catch ( e ) { + // Support: IE<9 + // If we error on focus to hidden element (#1486, #12518), + // let .trigger() run the handlers + } + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + simulate: function( type, elem, event, bubble ) { + // Piggyback on a donor event to simulate a different one. + // Fake originalEvent to avoid donor's stopPropagation, but if the + // simulated event prevents default then we do the same on the donor. + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true, + originalEvent: {} + } + ); + if ( bubble ) { + jQuery.event.trigger( e, null, elem ); + } else { + jQuery.event.dispatch.call( elem, e ); + } + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = document.removeEventListener ? + function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } + } : + function( elem, type, handle ) { + var name = "on" + type; + + if ( elem.detachEvent ) { + + // #8545, #7054, preventing memory leaks for custom events in IE6-8 + // detachEvent needed property on element, by name of that event, to properly expose it to GC + if ( typeof elem[ name ] === strundefined ) { + elem[ name ] = null; + } + + elem.detachEvent( name, handle ); + } + }; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + // Support: IE < 9, Android < 4.0 + src.returnValue === false ? + returnTrue : + returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + if ( !e ) { + return; + } + + // If preventDefault exists, run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + + // Support: IE + // Otherwise set the returnValue property of the original event to false + } else { + e.returnValue = false; + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + if ( !e ) { + return; + } + // If stopPropagation exists, run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + + // Support: IE + // Set the cancelBubble property of the original event to true + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && e.stopImmediatePropagation ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || (related !== target && !jQuery.contains( target, related )) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +}); + +// IE submit delegation +if ( !support.submitBubbles ) { + + jQuery.event.special.submit = { + setup: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Lazy-add a submit handler when a descendant form may potentially be submitted + jQuery.event.add( this, "click._submit keypress._submit", function( e ) { + // Node name check avoids a VML-related crash in IE (#9807) + var elem = e.target, + form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined; + if ( form && !jQuery._data( form, "submitBubbles" ) ) { + jQuery.event.add( form, "submit._submit", function( event ) { + event._submit_bubble = true; + }); + jQuery._data( form, "submitBubbles", true ); + } + }); + // return undefined since we don't need an event listener + }, + + postDispatch: function( event ) { + // If form was submitted by the user, bubble the event up the tree + if ( event._submit_bubble ) { + delete event._submit_bubble; + if ( this.parentNode && !event.isTrigger ) { + jQuery.event.simulate( "submit", this.parentNode, event, true ); + } + } + }, + + teardown: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Remove delegated handlers; cleanData eventually reaps submit handlers attached above + jQuery.event.remove( this, "._submit" ); + } + }; +} + +// IE change delegation and checkbox/radio fix +if ( !support.changeBubbles ) { + + jQuery.event.special.change = { + + setup: function() { + + if ( rformElems.test( this.nodeName ) ) { + // IE doesn't fire change on a check/radio until blur; trigger it on click + // after a propertychange. Eat the blur-change in special.change.handle. + // This still fires onchange a second time for check/radio after blur. + if ( this.type === "checkbox" || this.type === "radio" ) { + jQuery.event.add( this, "propertychange._change", function( event ) { + if ( event.originalEvent.propertyName === "checked" ) { + this._just_changed = true; + } + }); + jQuery.event.add( this, "click._change", function( event ) { + if ( this._just_changed && !event.isTrigger ) { + this._just_changed = false; + } + // Allow triggered, simulated change events (#11500) + jQuery.event.simulate( "change", this, event, true ); + }); + } + return false; + } + // Delegated event; lazy-add a change handler on descendant inputs + jQuery.event.add( this, "beforeactivate._change", function( e ) { + var elem = e.target; + + if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "changeBubbles" ) ) { + jQuery.event.add( elem, "change._change", function( event ) { + if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { + jQuery.event.simulate( "change", this.parentNode, event, true ); + } + }); + jQuery._data( elem, "changeBubbles", true ); + } + }); + }, + + handle: function( event ) { + var elem = event.target; + + // Swallow native change events from checkbox/radio, we already triggered them above + if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) { + return event.handleObj.handler.apply( this, arguments ); + } + }, + + teardown: function() { + jQuery.event.remove( this, "._change" ); + + return !rformElems.test( this.nodeName ); + } + }; +} + +// Create "bubbling" focus and blur events +if ( !support.focusinBubbles ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = jQuery._data( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + jQuery._data( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = jQuery._data( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + jQuery._removeData( doc, fix ); + } else { + jQuery._data( doc, fix, attaches ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var type, origFn; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + this.on( type, selector, data, types[ type ], one ); + } + return this; + } + + if ( data == null && fn == null ) { + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return this; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return this.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + }); + }, + one: function( types, selector, data, fn ) { + return this.on( types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each(function() { + jQuery.event.remove( this, types, fn, selector ); + }); + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + triggerHandler: function( type, data ) { + var elem = this[0]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +}); + + +function createSafeFragment( document ) { + var list = nodeNames.split( "|" ), + safeFrag = document.createDocumentFragment(); + + if ( safeFrag.createElement ) { + while ( list.length ) { + safeFrag.createElement( + list.pop() + ); + } + } + return safeFrag; +} + +var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", + rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, + rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), + rleadingWhitespace = /^\s+/, + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rtbody = /\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + option: [ 1, "" ], + legend: [ 1, "

    ", "
    " ], + area: [ 1, "", "" ], + param: [ 1, "", "" ], + thead: [ 1, "", "
    " ], + tr: [ 2, "", "
    " ], + col: [ 2, "", "
    " ], + td: [ 3, "", "
    " ], + + // IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags, + // unless wrapped in a div with non-breaking characters in front of it. + _default: support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X
    ", "
    " ] + }, + safeFragment = createSafeFragment( document ), + fragmentDiv = safeFragment.appendChild( document.createElement("div") ); + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +function getAll( context, tag ) { + var elems, elem, + i = 0, + found = typeof context.getElementsByTagName !== strundefined ? context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== strundefined ? context.querySelectorAll( tag || "*" ) : + undefined; + + if ( !found ) { + for ( found = [], elems = context.childNodes || context; (elem = elems[i]) != null; i++ ) { + if ( !tag || jQuery.nodeName( elem, tag ) ) { + found.push( elem ); + } else { + jQuery.merge( found, getAll( elem, tag ) ); + } + } + } + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], found ) : + found; +} + +// Used in buildFragment, fixes the defaultChecked property +function fixDefaultChecked( elem ) { + if ( rcheckableType.test( elem.type ) ) { + elem.defaultChecked = elem.checked; + } +} + +// Support: IE<8 +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName("tbody")[0] || + elem.appendChild( elem.ownerDocument.createElement("tbody") ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = (jQuery.find.attr( elem, "type" ) !== null) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + if ( match ) { + elem.type = match[1]; + } else { + elem.removeAttribute("type"); + } + return elem; +} + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var elem, + i = 0; + for ( ; (elem = elems[i]) != null; i++ ) { + jQuery._data( elem, "globalEval", !refElements || jQuery._data( refElements[i], "globalEval" ) ); + } +} + +function cloneCopyEvent( src, dest ) { + + if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) { + return; + } + + var type, i, l, + oldData = jQuery._data( src ), + curData = jQuery._data( dest, oldData ), + events = oldData.events; + + if ( events ) { + delete curData.handle; + curData.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + + // make the cloned public data object a copy from the original + if ( curData.data ) { + curData.data = jQuery.extend( {}, curData.data ); + } +} + +function fixCloneNodeIssues( src, dest ) { + var nodeName, e, data; + + // We do not need to do anything for non-Elements + if ( dest.nodeType !== 1 ) { + return; + } + + nodeName = dest.nodeName.toLowerCase(); + + // IE6-8 copies events bound via attachEvent when using cloneNode. + if ( !support.noCloneEvent && dest[ jQuery.expando ] ) { + data = jQuery._data( dest ); + + for ( e in data.events ) { + jQuery.removeEvent( dest, e, data.handle ); + } + + // Event data gets referenced instead of copied if the expando gets copied too + dest.removeAttribute( jQuery.expando ); + } + + // IE blanks contents when cloning scripts, and tries to evaluate newly-set text + if ( nodeName === "script" && dest.text !== src.text ) { + disableScript( dest ).text = src.text; + restoreScript( dest ); + + // IE6-10 improperly clones children of object elements using classid. + // IE10 throws NoModificationAllowedError if parent is null, #12132. + } else if ( nodeName === "object" ) { + if ( dest.parentNode ) { + dest.outerHTML = src.outerHTML; + } + + // This path appears unavoidable for IE9. When cloning an object + // element in IE9, the outerHTML strategy above is not sufficient. + // If the src has innerHTML and the destination does not, + // copy the src.innerHTML into the dest.innerHTML. #10324 + if ( support.html5Clone && ( src.innerHTML && !jQuery.trim(dest.innerHTML) ) ) { + dest.innerHTML = src.innerHTML; + } + + } else if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + // IE6-8 fails to persist the checked state of a cloned checkbox + // or radio button. Worse, IE6-7 fail to give the cloned element + // a checked appearance if the defaultChecked value isn't also set + + dest.defaultChecked = dest.checked = src.checked; + + // IE6-7 get confused and end up setting the value of a cloned + // checkbox/radio button to an empty string instead of "on" + if ( dest.value !== src.value ) { + dest.value = src.value; + } + + // IE6-8 fails to return the selected option to the default selected + // state when cloning options + } else if ( nodeName === "option" ) { + dest.defaultSelected = dest.selected = src.defaultSelected; + + // IE6-8 fails to set the defaultValue to the correct value when + // cloning other types of input fields + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var destElements, node, clone, i, srcElements, + inPage = jQuery.contains( elem.ownerDocument, elem ); + + if ( support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) { + clone = elem.cloneNode( true ); + + // IE<=8 does not properly clone detached, unknown element nodes + } else { + fragmentDiv.innerHTML = elem.outerHTML; + fragmentDiv.removeChild( clone = fragmentDiv.firstChild ); + } + + if ( (!support.noCloneEvent || !support.noCloneChecked) && + (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + // Fix all IE cloning issues + for ( i = 0; (node = srcElements[i]) != null; ++i ) { + // Ensure that the destination node is not null; Fixes #9587 + if ( destElements[i] ) { + fixCloneNodeIssues( node, destElements[i] ); + } + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0; (node = srcElements[i]) != null; i++ ) { + cloneCopyEvent( node, destElements[i] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + destElements = srcElements = node = null; + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var j, elem, contains, + tmp, tag, tbody, wrap, + l = elems.length, + + // Ensure a safe fragment + safe = createSafeFragment( context ), + + nodes = [], + i = 0; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || safe.appendChild( context.createElement("div") ); + + // Deserialize a standard representation + tag = (rtagName.exec( elem ) || [ "", "" ])[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + + tmp.innerHTML = wrap[1] + elem.replace( rxhtmlTag, "<$1>" ) + wrap[2]; + + // Descend through wrappers to the right content + j = wrap[0]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Manually add leading whitespace removed by IE + if ( !support.leadingWhitespace && rleadingWhitespace.test( elem ) ) { + nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[0] ) ); + } + + // Remove IE's autoinserted from table fragments + if ( !support.tbody ) { + + // String was a , *may* have spurious + elem = tag === "table" && !rtbody.test( elem ) ? + tmp.firstChild : + + // String was a bare or + wrap[1] === "
    " && !rtbody.test( elem ) ? + tmp : + 0; + + j = elem && elem.childNodes.length; + while ( j-- ) { + if ( jQuery.nodeName( (tbody = elem.childNodes[j]), "tbody" ) && !tbody.childNodes.length ) { + elem.removeChild( tbody ); + } + } + } + + jQuery.merge( nodes, tmp.childNodes ); + + // Fix #12392 for WebKit and IE > 9 + tmp.textContent = ""; + + // Fix #12392 for oldIE + while ( tmp.firstChild ) { + tmp.removeChild( tmp.firstChild ); + } + + // Remember the top-level container for proper cleanup + tmp = safe.lastChild; + } + } + } + + // Fix #11356: Clear elements from fragment + if ( tmp ) { + safe.removeChild( tmp ); + } + + // Reset defaultChecked for any radios and checkboxes + // about to be appended to the DOM in IE 6/7 (#8060) + if ( !support.appendChecked ) { + jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked ); + } + + i = 0; + while ( (elem = nodes[ i++ ]) ) { + + // #4087 - If origin and destination elements are the same, and this is + // that element, do not do anything + if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( safe.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( (elem = tmp[ j++ ]) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + tmp = null; + + return safe; + }, + + cleanData: function( elems, /* internal */ acceptData ) { + var elem, type, id, data, + i = 0, + internalKey = jQuery.expando, + cache = jQuery.cache, + deleteExpando = support.deleteExpando, + special = jQuery.event.special; + + for ( ; (elem = elems[i]) != null; i++ ) { + if ( acceptData || jQuery.acceptData( elem ) ) { + + id = elem[ internalKey ]; + data = id && cache[ id ]; + + if ( data ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Remove cache only if it was not already removed by jQuery.event.remove + if ( cache[ id ] ) { + + delete cache[ id ]; + + // IE does not allow us to delete expando properties from nodes, + // nor does it have a removeAttribute function on Document nodes; + // we must handle all of these cases + if ( deleteExpando ) { + delete elem[ internalKey ]; + + } else if ( typeof elem.removeAttribute !== strundefined ) { + elem.removeAttribute( internalKey ); + + } else { + elem[ internalKey ] = null; + } + + deletedIds.push( id ); + } + } + } + } + } +}); + +jQuery.fn.extend({ + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) ); + }, null, value, arguments.length ); + }, + + append: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + }); + }, + + prepend: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + }); + }, + + before: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + }); + }, + + after: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + }); + }, + + remove: function( selector, keepData /* Internal Use Only */ ) { + var elem, + elems = selector ? jQuery.filter( selector, this ) : this, + i = 0; + + for ( ; (elem = elems[i]) != null; i++ ) { + + if ( !keepData && elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem ) ); + } + + if ( elem.parentNode ) { + if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { + setGlobalEval( getAll( elem, "script" ) ); + } + elem.parentNode.removeChild( elem ); + } + } + + return this; + }, + + empty: function() { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + } + + // Remove any remaining nodes + while ( elem.firstChild ) { + elem.removeChild( elem.firstChild ); + } + + // If this is a select, ensure that it displays empty (#12336) + // Support: IE<9 + if ( elem.options && jQuery.nodeName( elem, "select" ) ) { + elem.options.length = 0; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map(function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + }); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined ) { + return elem.nodeType === 1 ? + elem.innerHTML.replace( rinlinejQuery, "" ) : + undefined; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + ( support.htmlSerialize || !rnoshimcache.test( value ) ) && + ( support.leadingWhitespace || !rleadingWhitespace.test( value ) ) && + !wrapMap[ (rtagName.exec( value ) || [ "", "" ])[ 1 ].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for (; i < l; i++ ) { + // Remove element nodes and prevent memory leaks + elem = this[i] || {}; + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch(e) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var arg = arguments[ 0 ]; + + // Make the changes, replacing each context element with the new content + this.domManip( arguments, function( elem ) { + arg = this.parentNode; + + jQuery.cleanData( getAll( this ) ); + + if ( arg ) { + arg.replaceChild( elem, this ); + } + }); + + // Force removal if there was no new content (e.g., from empty arguments) + return arg && (arg.length || arg.nodeType) ? this : this.remove(); + }, + + detach: function( selector ) { + return this.remove( selector, true ); + }, + + domManip: function( args, callback ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var first, node, hasScripts, + scripts, doc, fragment, + i = 0, + l = this.length, + set = this, + iNoClone = l - 1, + value = args[0], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return this.each(function( index ) { + var self = set.eq( index ); + if ( isFunction ) { + args[0] = value.call( this, index, self.html() ); + } + self.domManip( args, callback ); + }); + } + + if ( l ) { + fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + if ( first ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( this[i], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !jQuery._data( node, "globalEval" ) && jQuery.contains( doc, node ) ) { + + if ( node.src ) { + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + jQuery.globalEval( ( node.text || node.textContent || node.innerHTML || "" ).replace( rcleanScript, "" ) ); + } + } + } + } + + // Fix #11809: Avoid leaking memory + fragment = first = null; + } + } + + return this; + } +}); + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + i = 0, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone(true); + jQuery( insert[i] )[ original ]( elems ); + + // Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get() + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +}); + + +var iframe, + elemdisplay = {}; + +/** + * Retrieve the actual display of a element + * @param {String} name nodeName of the element + * @param {Object} doc Document object + */ +// Called only from within defaultDisplay +function actualDisplay( name, doc ) { + var style, + elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + // getDefaultComputedStyle might be reliably used only on attached element + display = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ? + + // Use of this method is a temporary fix (more like optmization) until something better comes along, + // since it was removed from specification and supported only in FF + style.display : jQuery.css( elem[ 0 ], "display" ); + + // We don't have any data stored on the element, + // so use "detach" method as fast way to get rid of the element + elem.detach(); + + return display; +} + +/** + * Try to determine the default display value of an element + * @param {String} nodeName + */ +function defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + + // Use the already-created iframe if possible + iframe = (iframe || jQuery( "