Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-03 15:26:36 +0300
committerJulius Härtl <jus@bitgrid.net>2019-02-11 19:02:57 +0300
commit8fdf755a347cf11268d5ca34d004b6d6e74aa428 (patch)
tree7a47885cbda33871462f1aef26e1ea60262a289b /js
parent7f62c456c5bfbbf75036b2747bc10afd159c6a80 (diff)
Fix public listing
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'js')
-rw-r--r--js/main.js2
-rw-r--r--js/main.js.map2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/main.js b/js/main.js
index 75a241b..a17ae9a 100644
--- a/js/main.js
+++ b/js/main.js
@@ -19,7 +19,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-n.nc=btoa(OC.requestToken),n.p=OC.filePath("files_videoplayer","","js/");var r=null,i={UI:{show:function(){var e=document.createElement("source");e.src=escapeHTML(i.location),i.mime&&(e.type=escapeHTML(i.mime));var t=document.createElement("video");if(t.id="my_video_1",t.classList.add("video-js"),t.classList.add("vjs-fill"),t.classList.add("vjs-big-play-centered"),t.controls=!0,t.preload="auto",t.width="100%",t.height="100%",t.poster=OC.filePath("files_videoplayer","","img")+"/poster.png",t.setAttribute("data-setup",'{"techOrder": ["html5"]}'),t.appendChild(e),null===i.inline){var n=document.createElement("div");n.id="videoplayer_overlay",n.style.display="none";var o=document.createElement("div");o.id="videoplayer_outer_container";var s=document.createElement("div");s.id="videoplayer_container";var a=document.createElement("div");a.id="videoplayer",s.appendChild(a),o.appendChild(s),n.appendChild(o),a.appendChild(t),document.body.appendChild(n),n.addEventListener("click",function(e){e.target===this&&i.hidePlayer()}),n.style.display="block"}else{var u=document.createElement("div");u.id="videoplayer_view",u.appendChild(t),i.inline.appendChild(u)}r("my_video_1",{fill:!0}).ready(function(){if(i.player=this,null===i.inline){var e=document.createElement("a");e.className="icon-view-close",e.id="box-close",e.href="#",e.addEventListener("click",function(){i.hidePlayer()}),document.getElementById("my_video_1").appendChild(e)}null===document.getElementById("body-public")&&i.player.play()})},hide:function(){var e=document.getElementById("videoplayer_overlay");e.style.display="none",e.parentElement.removeChild(e)}},mime:null,file:null,location:null,player:null,inline:null,mimeTypes:["video/mp4","video/x-m4v","video/webm","video/x-flv","video/ogg","video/quicktime","video/x-matroska"],mimeTypeAliasses:{"video/x-matroska":"video/webm"},onView:function(e,t){i.file=e,i.dir=t.dir,i.location=t.fileList.getDownloadUrl(e,i.dir),i.mime=t.$file.attr("data-mime"),i.mimeTypeAliasses.hasOwnProperty(i.mime)&&(i.mime=i.mimeTypeAliasses[i.mime]),i.showPlayer()},onViewInline:function(e,t,n){i.location=t,i.mime=n,i.mimeTypeAliasses.hasOwnProperty(i.mime)&&(i.mime=i.mimeTypeAliasses[i.mime]),i.inline=e,i.showPlayer()},showPlayer:function(){Promise.all([n.e(1),n.e(2)]).then(n.bind(null,4)).then(e=>{r=e.default,Promise.all([Promise.all([n.e(1),n.e(2)]).then(n.t.bind(null,2,7)),Promise.all([n.e(1),n.e(2)]).then(n.t.bind(null,3,7))]).then(()=>{i.UI.show()})})},hidePlayer:function(){null!==i.player&&!1!==i.player&&null===i.inline&&(i.player.dispose(),i.player=!1,i.UI.hide())},log:function(e){console.log(e)}};document.addEventListener("DOMContentLoaded",function(){if(document.addEventListener("keyup",function(e){(void 0!==e.key&&"Escape"===e.key||void 0!==e.keyCode&&27===e.keyCode)&&i.hidePlayer()}),"undefined"!=typeof FileActions)for(var e=0;e<i.mimeTypes.length;++e){var t=i.mimeTypes[e];OCA.Files.fileActions.register(t,"View",OC.PERMISSION_READ,"",i.onView),OCA.Files.fileActions.setDefault(t,"View"),t===n&&(isSupportedMimetype=!0)}if(document.getElementById("body-public")&&document.getElementById("imgframe")){var n=document.getElementById("mimetype").value;for(e=0;e<i.mimeTypes.length;++e)if(i.mimeTypes[e]===n){var r=window.location+"/download";i.onViewInline(document.getElementById("imgframe"),r,n);break}}})},function(e,t,n){var r,i,o;
+n.nc=btoa(OC.requestToken),n.p=OC.filePath("files_videoplayer","","js/");var r=null,i={UI:{show:function(){var e=document.createElement("source");e.src=escapeHTML(i.location).replace("&amp;","&"),i.mime&&(e.type=escapeHTML(i.mime));var t=document.createElement("video");if(t.id="my_video_1",t.classList.add("video-js"),t.classList.add("vjs-fill"),t.classList.add("vjs-big-play-centered"),t.controls=!0,t.preload="auto",t.width="100%",t.height="100%",t.poster=OC.filePath("files_videoplayer","","img")+"/poster.png",t.setAttribute("data-setup",'{"techOrder": ["html5"]}'),t.appendChild(e),null===i.inline){var n=document.createElement("div");n.id="videoplayer_overlay",n.style.display="none";var o=document.createElement("div");o.id="videoplayer_outer_container";var s=document.createElement("div");s.id="videoplayer_container";var a=document.createElement("div");a.id="videoplayer",s.appendChild(a),o.appendChild(s),n.appendChild(o),a.appendChild(t),document.body.appendChild(n),n.addEventListener("click",function(e){e.target===this&&i.hidePlayer()}),n.style.display="block"}else{var u=document.createElement("div");u.id="videoplayer_view",u.appendChild(t),i.inline.appendChild(u)}r("my_video_1",{fill:!0}).ready(function(){if(i.player=this,null===i.inline){var e=document.createElement("a");e.className="icon-view-close",e.id="box-close",e.href="#",e.addEventListener("click",function(){i.hidePlayer()}),document.getElementById("my_video_1").appendChild(e)}null===document.getElementById("body-public")&&i.player.play()})},hide:function(){var e=document.getElementById("videoplayer_overlay");e.style.display="none",e.parentElement.removeChild(e)}},mime:null,file:null,location:null,player:null,inline:null,mimeTypes:["video/mp4","video/x-m4v","video/webm","video/x-flv","video/ogg","video/quicktime","video/x-matroska"],mimeTypeAliasses:{"video/x-matroska":"video/webm"},onView:function(e,t){i.file=e,i.dir=t.dir,i.location=t.fileList.getDownloadUrl(e,i.dir),i.mime=t.$file.attr("data-mime"),i.mimeTypeAliasses.hasOwnProperty(i.mime)&&(i.mime=i.mimeTypeAliasses[i.mime]),i.showPlayer()},onViewInline:function(e,t,n){i.location=t,i.mime=n,i.mimeTypeAliasses.hasOwnProperty(i.mime)&&(i.mime=i.mimeTypeAliasses[i.mime]),i.inline=e,i.showPlayer()},showPlayer:function(){Promise.all([n.e(1),n.e(2)]).then(n.bind(null,4)).then(e=>{r=e.default,Promise.all([Promise.all([n.e(1),n.e(2)]).then(n.t.bind(null,2,7)),Promise.all([n.e(1),n.e(2)]).then(n.t.bind(null,3,7))]).then(()=>{i.UI.show()})})},hidePlayer:function(){null!==i.player&&!1!==i.player&&null===i.inline&&(i.player.dispose(),i.player=!1,i.UI.hide())},log:function(e){console.log(e)}};document.addEventListener("DOMContentLoaded",function(){if(document.addEventListener("keyup",function(e){(void 0!==e.key&&"Escape"===e.key||void 0!==e.keyCode&&27===e.keyCode)&&i.hidePlayer()}),"undefined"!=typeof FileActions)for(var e=0;e<i.mimeTypes.length;++e){var t=i.mimeTypes[e];OCA.Files.fileActions.register(t,"View",OC.PERMISSION_READ,"",i.onView),OCA.Files.fileActions.setDefault(t,"View"),t===n&&(isSupportedMimetype=!0)}if(document.getElementById("body-public")&&document.getElementById("imgframe")){var n=document.getElementById("mimetype").value;for(e=0;e<i.mimeTypes.length;++e)if(i.mimeTypes[e]===n){var r=window.location+"/download";i.onViewInline(document.getElementById("imgframe"),r,n);break}}})},function(e,t,n){var r,i,o;
/*!
* jQuery JavaScript Library v2.1.4
* http://jquery.com/
diff --git a/js/main.js.map b/js/main.js.map
index 94a05aa..ed832af 100644
--- a/js/main.js.map
+++ b/js/main.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/viewer.js","webpack:///./node_modules/jquery/dist/jquery.js"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","parentJsonpFunction","shift","installedModules","0","__webpack_require__","exports","module","l","e","promises","installedChunkData","promise","Promise","resolve","reject","onScriptComplete","script","document","createElement","charset","timeout","nc","setAttribute","src","p","1","2","jsonpScriptSrc","event","onerror","onload","clearTimeout","chunk","errorType","type","realSrc","target","error","Error","request","undefined","setTimeout","head","appendChild","all","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","oe","err","console","jsonpArray","window","oldJsonpFunction","slice","s","__webpack_exports__","__webpack_nonce__","btoa","OC","requestToken","__webpack_public_path__","filePath","videojs","videoViewer","UI","show","source","escapeHTML","location","mime","playerView","id","classList","add","controls","preload","width","height","poster","inline","overlay","style","display","outer_container","container","player","body","addEventListener","this","hidePlayer","wrapper","fill","ready","closeButton","className","href","getElementById","play","hide","parentElement","removeChild","file","mimeTypes","mimeTypeAliasses","video/x-matroska","onView","dir","fileList","getDownloadUrl","$file","attr","showPlayer","onViewInline","element","then","_videojs","default","dispose","log","message","keyCode","FileActions","OCA","Files","fileActions","register","PERMISSION_READ","setDefault","mimetype","isSupportedMimetype","videoUrl","__WEBPACK_AMD_DEFINE_RESULT__","global","factory","noGlobal","arr","concat","indexOf","class2type","toString","hasOwn","support","jQuery","selector","context","fn","init","rtrim","rmsPrefix","rdashAlpha","fcamelCase","letter","toUpperCase","isArraylike","obj","isWindow","nodeType","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","args","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","copy","copyIsArray","clone","deep","isFunction","isPlainObject","isArray","expando","Math","random","replace","isReady","msg","noop","Array","isNumeric","parseFloat","isEmptyObject","globalEval","code","indirect","eval","trim","text","parentNode","camelCase","string","nodeName","toLowerCase","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","proxy","tmp","now","Date","split","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","MAX_NEGATIVE","pop","push_native","list","booleans","whitespace","characterEncoding","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","needsContext","rinputs","rheader","rnative","rquickExpr","rsibling","rescape","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","unloadHandler","childNodes","els","seed","match","groups","old","nid","newContext","newSelector","ownerDocument","exec","getElementsByTagName","getElementsByClassName","qsa","test","getAttribute","toSelector","testContext","join","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","markFunction","assert","div","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createPositionalPseudo","argument","matchIndexes","documentElement","node","hasCompare","parent","doc","defaultView","top","attachEvent","createComment","getById","getElementsByName","find","filter","attrId","getAttributeNode","tag","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","val","specified","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative",">"," ","+","~","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","outerCache","nodeIndex","start","useCache","lastChild","pseudo","setFilters","idx","matched","not","matcher","unmatched","has","innerText","lang","elemLang","hash","root","focus","activeElement","hasFocus","tabIndex","enabled","disabled","checked","selected","selectedIndex","empty","header","button","even","odd","lt","gt","radio","checkbox","password","image","submit","reset","tokens","addCombinator","combinator","base","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","div1","defaultValue","unique","isXMLDoc","rneedsContext","rsingleTag","risSimple","winnow","qualifier","self","is","rootjQuery","parseHTML","rparentsprev","guaranteedUnique","children","contents","next","prev","sibling","until","truncate","targets","closest","pos","index","prevAll","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","siblings","contentDocument","reverse","readyList","rnotwhite","optionsCache","completed","removeEventListener","Callbacks","flag","createOptions","memory","fired","firing","firingStart","firingLength","firingIndex","stack","once","fire","stopOnFalse","disable","remove","lock","locked","fireWith","Deferred","func","tuples","state","always","deferred","fail","fns","newDefer","tuple","returned","progress","notify","pipe","stateString","when","subordinate","progressValues","progressContexts","resolveContexts","resolveValues","remaining","updateFunc","values","notifyWith","resolveWith","readyWait","holdReady","hold","wait","triggerHandler","off","readyState","access","chainable","emptyGet","raw","bulk","Data","uid","acceptData","owner","accepts","descriptor","unlock","defineProperties","set","prop","stored","camel","hasData","discard","data_priv","data_user","rbrace","rmultiDash","dataAttr","parseJSON","removeData","_data","_removeData","camelKey","queue","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","cssExpand","isHidden","el","css","rcheckableType","createDocumentFragment","checkClone","cloneNode","noCloneChecked","focusinBubbles","rkeyEvent","rmouseEvent","rfocusMorph","rtypenamespace","returnTrue","returnFalse","safeActiveElement","types","handleObjIn","eventHandle","events","handleObj","special","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","trigger","onlyHandlers","bubbleType","ontype","eventPath","Event","isTrigger","namespace_re","noBubble","parentWindow","isPropagationStopped","preventDefault","isDefaultPrevented","_default","fix","handlerQueue","delegateTarget","preDispatch","currentTarget","isImmediatePropagationStopped","stopPropagation","postDispatch","sel","props","fixHooks","keyHooks","original","which","charCode","mouseHooks","eventDoc","pageX","clientX","scrollLeft","clientLeft","pageY","clientY","scrollTop","clientTop","originalEvent","fixHook","load","blur","click","beforeunload","returnValue","simulate","bubble","isSimulated","defaultPrevented","timeStamp","stopImmediatePropagation","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","relatedTarget","attaches","on","one","origFn","rxhtmlTag","rtagName","rhtml","rnoInnerhtml","rchecked","rscriptType","rscriptTypeMasked","rcleanScript","wrapMap","option","thead","col","tr","td","manipulationTarget","content","disableScript","restoreScript","setGlobalEval","refElements","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","getAll","optgroup","tbody","tfoot","colgroup","caption","th","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","buildFragment","scripts","selection","wrap","fragment","nodes","createTextNode","cleanData","append","domManip","prepend","insertBefore","before","after","keepData","html","replaceWith","replaceChild","detach","hasScripts","iNoClone","_evalUrl","appendTo","prependTo","insertAfter","replaceAll","insert","iframe","elemdisplay","actualDisplay","getDefaultComputedStyle","defaultDisplay","write","close","rmargin","rnumnonpx","getStyles","opener","getComputedStyle","curCSS","computed","minWidth","maxWidth","getPropertyValue","addGetHookIf","conditionFn","hookFn","pixelPositionVal","boxSizingReliableVal","computePixelPositionAndBoxSizingReliable","cssText","divStyle","backgroundClip","clearCloneStyle","pixelPosition","boxSizingReliable","reliableMarginRight","marginDiv","marginRight","swap","rdisplayswap","rnumsplit","rrelNum","cssShow","position","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","vendorPropName","capName","origName","setPositiveNumber","subtract","max","augmentWidthOrHeight","extra","isBorderBox","styles","getWidthOrHeight","valueIsBorderBox","offsetWidth","offsetHeight","showHide","hidden","Tween","easing","cssHooks","opacity","cssNumber","columnCount","fillOpacity","flexGrow","flexShrink","lineHeight","order","orphans","widows","zIndex","zoom","cssProps","float","margin","padding","border","prefix","suffix","expand","expanded","parts","toggle","unit","propHooks","run","percent","eased","duration","step","tween","fx","linear","swing","cos","PI","fxNow","timerId","rfxtypes","rfxnum","rrun","animationPrefilters","opts","oldfire","anim","dataShow","unqueued","overflow","overflowX","overflowY","createTween","tweeners","*","scale","maxIterations","createFxNow","genFx","includeWidth","animation","collection","Animation","properties","stopped","tick","currentTime","startTime","tweens","specialEasing","originalProperties","originalOptions","gotoEnd","rejectWith","propFilter","timer","complete","tweener","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","interval","setInterval","clearInterval","slow","fast","delay","time","checkOn","optSelected","optDisabled","radioValue","boolHook","removeAttr","nType","attrHooks","nodeHook","propName","attrNames","propFix","rfocusable","removeProp","for","class","hasAttribute","rclass","addClass","classes","clazz","finalValue","proceed","removeClass","toggleClass","stateVal","classNames","hasClass","rreturn","valHooks","optionSet","hover","fnOver","fnOut","unbind","delegate","undelegate","nonce","rquery","JSON","parse","parseXML","DOMParser","parseFromString","rhash","rts","rheaders","rnoContent","rprotocol","rurl","prefilters","transports","allTypes","ajaxLocation","ajaxLocParts","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","processData","async","contentType","json","responseFields","converters","* text","text html","text json","text xml","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","fireGlobals","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","lname","overrideMimeType","mimeType","status","abort","statusText","finalText","success","method","crossDomain","param","traditional","hasContent","ifModified","headers","beforeSend","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","ajaxConvert","getJSON","getScript","throws","wrapAll","firstElementChild","wrapInner","unwrap","visible","r20","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","v","encodeURIComponent","serialize","serializeArray","xhr","XMLHttpRequest","xhrId","xhrCallbacks","xhrSuccessStatus","1223","xhrSupported","cors","open","username","xhrFields","responseText","text script","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","keepScripts","parsed","_load","params","animated","getWindow","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","left","using","win","box","getBoundingClientRect","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","","defaultExtra","funcName","size","andSelf","_jQuery","_$","$","noConflict","w"],"mappings":"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","file":"main.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t};\n\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t0: 0\n \t};\n\n\n\n \t// script path function\n \tfunction jsonpScriptSrc(chunkId) {\n \t\treturn __webpack_require__.p + \"\" + ({\"1\":\"vendors~videojs\",\"2\":\"videojs\"}[chunkId]||chunkId) + \".js\"\n \t}\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar promises = [];\n\n\n \t\t// JSONP chunk loading for javascript\n\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n \t\t\t// a Promise means \"currently loading\".\n \t\t\tif(installedChunkData) {\n \t\t\t\tpromises.push(installedChunkData[2]);\n \t\t\t} else {\n \t\t\t\t// setup Promise in chunk cache\n \t\t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t\t\t});\n \t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n \t\t\t\t// start chunk loading\n \t\t\t\tvar script = document.createElement('script');\n \t\t\t\tvar onScriptComplete;\n\n \t\t\t\tscript.charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t}\n \t\t\t\tscript.src = jsonpScriptSrc(chunkId);\n\n \t\t\t\tonScriptComplete = function (event) {\n \t\t\t\t\t// avoid mem leaks in IE.\n \t\t\t\t\tscript.onerror = script.onload = null;\n \t\t\t\t\tclearTimeout(timeout);\n \t\t\t\t\tvar chunk = installedChunks[chunkId];\n \t\t\t\t\tif(chunk !== 0) {\n \t\t\t\t\t\tif(chunk) {\n \t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n \t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n \t\t\t\t\t\t\tvar error = new Error('Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')');\n \t\t\t\t\t\t\terror.type = errorType;\n \t\t\t\t\t\t\terror.request = realSrc;\n \t\t\t\t\t\t\tchunk[1](error);\n \t\t\t\t\t\t}\n \t\t\t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t\t\t}\n \t\t\t\t};\n \t\t\t\tvar timeout = setTimeout(function(){\n \t\t\t\t\tonScriptComplete({ type: 'timeout', target: script });\n \t\t\t\t}, 120000);\n \t\t\t\tscript.onerror = script.onload = onScriptComplete;\n \t\t\t\tdocument.head.appendChild(script);\n \t\t\t}\n \t\t}\n \t\treturn Promise.all(promises);\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/js/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","/*\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery';\n\n__webpack_nonce__ = btoa(OC.requestToken)\n__webpack_public_path__ = OC.filePath('files_videoplayer', '', 'js/')\n\nvar videojs = null;\n\nvar videoViewer = {\n\tUI: {\n\t\tshow: function () {\n\n\t\t\tvar source = document.createElement('source');\n\t\t\tsource.src = escapeHTML(videoViewer.location);\n\n\t\t\tif (videoViewer.mime) {\n\t\t\t\tsource.type = escapeHTML(videoViewer.mime);\n\t\t\t}\n\n\t\t\tvar playerView = document.createElement('video');\n\t\t\tplayerView.id = 'my_video_1';\n\t\t\tplayerView.classList.add('video-js');\n\t\t\tplayerView.classList.add('vjs-fill');\n\t\t\tplayerView.classList.add('vjs-big-play-centered');\n\t\t\tplayerView.controls = true;\n\t\t\tplayerView.preload = \"auto\";\n\t\t\tplayerView.width = \"100%\";\n\t\t\tplayerView.height = \"100%\";\n\t\t\tplayerView.poster = OC.filePath('files_videoplayer', '', 'img') + '/poster.png';\n\t\t\tplayerView.setAttribute('data-setup', '{\"techOrder\": [\"html5\"]}');\n\t\t\tplayerView.appendChild(source);\n\n\t\t\tif (videoViewer.inline === null) {\n\t\t\t\tvar overlay = document.createElement('div');\n\t\t\t\toverlay.id = 'videoplayer_overlay';\n\t\t\t\toverlay.style.display = 'none';\n\n\t\t\t\tvar outer_container = document.createElement('div');\n\t\t\t\touter_container.id = 'videoplayer_outer_container';\n\n\t\t\t\tvar container = document.createElement('div');\n\t\t\t\tcontainer.id = 'videoplayer_container';\n\n\t\t\t\tvar player = document.createElement('div');\n\t\t\t\tplayer.id = 'videoplayer';\n\n\t\t\t\tcontainer.appendChild(player);\n\t\t\t\touter_container.appendChild(container);\n\t\t\t\toverlay.appendChild(outer_container);\n\n\t\t\t\tplayer.appendChild(playerView);\n\t\t\t\tdocument.body.appendChild(overlay);\n\n\t\t\t\t// close when clicking on the overlay\n\t\t\t\toverlay.addEventListener('click', function(e) {\n\t\t\t\t\tif (e.target === this) {\n\t\t\t\t\t\tvideoViewer.hidePlayer();\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\t// show elements\n\t\t\t\toverlay.style.display = 'block';\n\t\t\t\t//overlay.fadeIn('fast'); TODO: convert to fadein!\n\t\t\t} else {\n\t\t\t\tvar wrapper = document.createElement('div');\n\t\t\t\twrapper.id = 'videoplayer_view';\n\t\t\t\twrapper.appendChild(playerView);\n\t\t\t\tvideoViewer.inline.appendChild(wrapper);\n\t\t\t}\n\t\t\t// initialize player\n\t\t\tvideojs(\"my_video_1\", {\n\t\t\t\tfill: true,\n\t\t\t}).ready(function () {\n\t\t\t\tvideoViewer.player = this;\n\t\t\t\tif (videoViewer.inline === null) {\n\t\t\t\t\t// append close button to video element\n\t\t\t\t\tvar closeButton = document.createElement('a');\n\t\t\t\t\tcloseButton.className = 'icon-view-close';\n\t\t\t\t\tcloseButton.id = 'box-close';\n\t\t\t\t\tcloseButton.href = '#';\n\t\t\t\t\tcloseButton.addEventListener('click', function () {\n\t\t\t\t\t\tvideoViewer.hidePlayer();\n\t\t\t\t\t});\n\t\t\t\t\tdocument.getElementById('my_video_1').appendChild(closeButton);\n\t\t\t\t}\n\t\t\t\t// autoplay\n\t\t\t\tif (document.getElementById('body-public') === null) {\n\t\t\t\t\tvideoViewer.player.play();\n\t\t\t\t}\n\t\t\t});\n\n\t\t},\n\t\thide: function () {\n\t\t\t/* TODO: it was, so put the fade back in\n\t\t\t$('#videoplayer_overlay').fadeOut('fast', function () {\n\t\t\t\t$('#videoplayer_overlay').remove();\n\t\t\t});\n\t\t\t*/\n\t\t\tvar overlay = document.getElementById('videoplayer_overlay');\n\t\t\toverlay.style.display = 'none';\n\t\t\toverlay.parentElement.removeChild(overlay);\n\t\t}\n\t},\n\tmime: null,\n\tfile: null,\n\tlocation: null,\n\tplayer: null,\n\tinline: null,\n\tmimeTypes: [\n\t\t'video/mp4',\n\t\t'video/x-m4v',\n\t\t'video/webm',\n\t\t'video/x-flv',\n\t\t'video/ogg',\n\t\t'video/quicktime',\n\t\t'video/x-matroska'\n\t],\n\tmimeTypeAliasses: {\n\t\t'video/x-matroska': 'video/webm' // mkv support for Chrome. webm uses the same container format\n\t},\n\tonView: function (file, data) {\n\t\tvideoViewer.file = file;\n\t\tvideoViewer.dir = data.dir;\n\t\tvideoViewer.location = data.fileList.getDownloadUrl(file, videoViewer.dir);\n\t\tvideoViewer.mime = data.$file.attr('data-mime');\n\t\tif (videoViewer.mimeTypeAliasses.hasOwnProperty(videoViewer.mime)) {\n\t\t\tvideoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime];\n\t\t}\n\t\tvideoViewer.showPlayer();\n\t},\n\tonViewInline: function (element, file, mime) {\n\t\tvideoViewer.location = file;\n\t\tvideoViewer.mime = mime;\n\t\tif (videoViewer.mimeTypeAliasses.hasOwnProperty(videoViewer.mime)) {\n\t\t\tvideoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime];\n\t\t}\n\t\tvideoViewer.inline = element;\n\t\tvideoViewer.showPlayer();\n\t},\n\tshowPlayer: function () {\n\t\timport(/* webpackChunkName: \"videojs\" */ 'video.js').then((_videojs) => {\n\t\t\tvideojs = _videojs.default;\n\t\t\tPromise.all([\n\t\t\t\timport(/* webpackChunkName: \"videojs\" */ '../css/style.css'),\n\t\t\t\timport(/* webpackChunkName: \"videojs\" */'!style-loader!css-loader!video.js/dist/video-js.css')\n\t\t\t]).then(() => {\n\t\t\t\tvideoViewer.UI.show();\n\t\t\t});\n\t\t});\n\t},\n\thidePlayer: function () {\n\t\tif (videoViewer.player !== null && videoViewer.player !== false && videoViewer.inline === null) {\n\t\t\tvideoViewer.player.dispose();\n\t\t\tvideoViewer.player = false;\n\t\t\tvideoViewer.UI.hide();\n\t\t}\n\t},\n\tlog: function (message) {\n\t\tconsole.log(message);\n\t}\n};\n\ndocument.addEventListener('DOMContentLoaded', function () {\n\n\t// add event to ESC key\n\tdocument.addEventListener('keyup', function(e) {\n\t\tif ((e.key !== undefined && e.key === 'Escape') ||\n\t\t\t(e.keyCode !== undefined && e.keyCode === 27)) {\n\t\t\tvideoViewer.hidePlayer();\n\t\t}\n\t});\n\n\tif (typeof FileActions !== 'undefined') {\n\t\tfor (var i = 0; i < videoViewer.mimeTypes.length; ++i) {\n\t\t\tvar mime = videoViewer.mimeTypes[i];\n\t\t\tOCA.Files.fileActions.register(mime, 'View', OC.PERMISSION_READ, '', videoViewer.onView);\n\t\t\tOCA.Files.fileActions.setDefault(mime, 'View');\n\t\t\tif (mime === mimetype) {\n\t\t\t\tisSupportedMimetype = true;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Public page magic\n\tif (document.getElementById('body-public') && document.getElementById('imgframe')) {\n\t\tvar mimetype = document.getElementById('mimetype').value;\n\t\tfor (var i = 0; i < videoViewer.mimeTypes.length; ++i) {\n\t\t\tif (videoViewer.mimeTypes[i] === mimetype) {\n\t\t\t\tvar videoUrl = window.location + '/download';\n\t\t\t\tvideoViewer.onViewInline(document.getElementById('imgframe'), videoUrl, mimetype);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n});\n","/*!\n * jQuery JavaScript Library v2.1.4\n * http://jquery.com/\n *\n * Includes Sizzle.js\n * http://sizzlejs.com/\n *\n * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2015-04-28T16:01Z\n */\n\n(function( global, factory ) {\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n}(typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Support: Firefox 18+\n// Can't be in strict mode, several libs including ASP.NET trace\n// the stack via arguments.caller.callee and Firefox dies if\n// you try to trace through \"use strict\" call chains. (#13335)\n//\n\nvar arr = [];\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar support = {};\n\n\n\nvar\n\t// Use the correct document accordingly with window argument (sandbox)\n\tdocument = window.document,\n\n\tversion = \"2.1.4\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android<4.1\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,\n\n\t// Matches dashed string for camelizing\n\trmsPrefix = /^-ms-/,\n\trdashAlpha = /-([\\da-z])/gi,\n\n\t// Used by jQuery.camelCase as callback to replace()\n\tfcamelCase = function( all, letter ) {\n\t\treturn letter.toUpperCase();\n\t};\n\njQuery.fn = jQuery.prototype = {\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// Start with an empty selector\n\tselector: \"\",\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\t\treturn num != null ?\n\n\t\t\t// Return just the one element from the set\n\t\t\t( num < 0 ? this[ num + this.length ] : this[ num ] ) :\n\n\t\t\t// Return all the elements in a clean array\n\t\t\tslice.call( this );\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\t\tret.context = this.context;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\t// (You can seed the arguments with an array of args, but this is\n\t// only used internally.)\n\teach: function( callback, args ) {\n\t\treturn jQuery.each( this, callback, args );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map(this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t}));\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor(null);\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[0] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !jQuery.isFunction(target) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\t\t// Only deal with non-null/undefined values\n\t\tif ( (options = arguments[ i ]) != null ) {\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && jQuery.isArray(src) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject(src) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend({\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisFunction: function( obj ) {\n\t\treturn jQuery.type(obj) === \"function\";\n\t},\n\n\tisArray: Array.isArray,\n\n\tisWindow: function( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t},\n\n\tisNumeric: function( obj ) {\n\t\t// parseFloat NaNs numeric-cast false positives (null|true|false|\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t// adding 1 corrects loss of precision from parseFloat (#15100)\n\t\treturn !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0;\n\t},\n\n\tisPlainObject: function( obj ) {\n\t\t// Not plain objects:\n\t\t// - Any object or value whose internal [[Class]] property is not \"[object Object]\"\n\t\t// - DOM nodes\n\t\t// - window\n\t\tif ( jQuery.type( obj ) !== \"object\" || obj.nodeType || jQuery.isWindow( obj ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( obj.constructor &&\n\t\t\t\t!hasOwn.call( obj.constructor.prototype, \"isPrototypeOf\" ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// If the function hasn't returned already, we're confident that\n\t\t// |obj| is a plain object, created by {} or constructed with new Object\n\t\treturn true;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\ttype: function( obj ) {\n\t\tif ( obj == null ) {\n\t\t\treturn obj + \"\";\n\t\t}\n\t\t// Support: Android<4.0, iOS<6 (functionish RegExp)\n\t\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\t\tclass2type[ toString.call(obj) ] || \"object\" :\n\t\t\ttypeof obj;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tvar script,\n\t\t\tindirect = eval;\n\n\t\tcode = jQuery.trim( code );\n\n\t\tif ( code ) {\n\t\t\t// If the code includes a valid, prologue position\n\t\t\t// strict mode pragma, execute code by injecting a\n\t\t\t// script tag into the document.\n\t\t\tif ( code.indexOf(\"use strict\") === 1 ) {\n\t\t\t\tscript = document.createElement(\"script\");\n\t\t\t\tscript.text = code;\n\t\t\t\tdocument.head.appendChild( script ).parentNode.removeChild( script );\n\t\t\t} else {\n\t\t\t// Otherwise, avoid the DOM node creation, insertion\n\t\t\t// and removal by using an indirect global eval\n\t\t\t\tindirect( code );\n\t\t\t}\n\t\t}\n\t},\n\n\t// Convert dashed to camelCase; used by the css and data modules\n\t// Support: IE9-11+\n\t// Microsoft forgot to hump their vendor prefix (#9572)\n\tcamelCase: function( string ) {\n\t\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n\t},\n\n\tnodeName: function( elem, name ) {\n\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\t},\n\n\t// args is for internal usage only\n\teach: function( obj, callback, args ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = obj.length,\n\t\t\tisArray = isArraylike( obj );\n\n\t\tif ( args ) {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// A special, fast, case for the most common use of each\n\t\t} else {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android<4.1\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArraylike( Object(arr) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tisArray = isArraylike( elems ),\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArray ) {\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// Bind a function to a context, optionally partially applying any\n\t// arguments.\n\tproxy: function( fn, context ) {\n\t\tvar tmp, args, proxy;\n\n\t\tif ( typeof context === \"string\" ) {\n\t\t\ttmp = fn[ context ];\n\t\t\tcontext = fn;\n\t\t\tfn = tmp;\n\t\t}\n\n\t\t// Quick check to determine if target is callable, in the spec\n\t\t// this throws a TypeError, but we will just return undefined.\n\t\tif ( !jQuery.isFunction( fn ) ) {\n\t\t\treturn undefined;\n\t\t}\n\n\t\t// Simulated bind\n\t\targs = slice.call( arguments, 2 );\n\t\tproxy = function() {\n\t\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t\t};\n\n\t\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\t\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\t\treturn proxy;\n\t},\n\n\tnow: Date.now,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n});\n\n// Populate the class2type map\njQuery.each(\"Boolean Number String Function Array Date RegExp Object Error\".split(\" \"), function(i, name) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n});\n\nfunction isArraylike( obj ) {\n\n\t// Support: iOS 8.2 (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = \"length\" in obj && obj.length,\n\t\ttype = jQuery.type( obj );\n\n\tif ( type === \"function\" || jQuery.isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\tif ( obj.nodeType === 1 && length ) {\n\t\treturn true;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.2.0-pre\n * http://sizzlejs.com/\n *\n * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2014-12-16\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// General-purpose constants\n\tMAX_NEGATIVE = 1 << 31,\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// http://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\t// http://www.w3.org/TR/css3-syntax/#characters\n\tcharacterEncoding = \"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",\n\n\t// Loosely modeled on CSS identifier characters\n\t// An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors\n\t// Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = characterEncoding.replace( \"w\", \"w#\" ),\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + characterEncoding + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + characterEncoding + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + characterEncoding + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + characterEncoding + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + characterEncoding.replace( \"w\", \"w*\" ) + \")\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\trescape = /'|\\\\/g,\n\n\t// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t};\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar match, elem, m, nodeType,\n\t\t// QSA vars\n\t\ti, groups, old, nid, newContext, newSelector;\n\n\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\n\tcontext = context || document;\n\tresults = results || [];\n\tnodeType = context.nodeType;\n\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\tif ( !seed && documentIsHTML ) {\n\n\t\t// Try to shortcut find operations when possible (e.g., not under DocumentFragment)\n\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\t\t\t// Speed-up: Sizzle(\"#ID\")\n\t\t\tif ( (m = match[1]) ) {\n\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\telem = context.getElementById( m );\n\t\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t\t// nodes that are no longer in the document (jQuery #6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Handle the case where IE, Opera, and Webkit return items\n\t\t\t\t\t\t// by name instead of ID\n\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Context is not a document\n\t\t\t\t\tif ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&\n\t\t\t\t\t\tcontains( context, elem ) && elem.id === m ) {\n\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Speed-up: Sizzle(\"TAG\")\n\t\t\t} else if ( match[2] ) {\n\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\treturn results;\n\n\t\t\t// Speed-up: Sizzle(\".CLASS\")\n\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName ) {\n\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\treturn results;\n\t\t\t}\n\t\t}\n\n\t\t// QSA path\n\t\tif ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\t\t\tnid = old = expando;\n\t\t\tnewContext = context;\n\t\t\tnewSelector = nodeType !== 1 && selector;\n\n\t\t\t// qSA works strangely on Element-rooted queries\n\t\t\t// We can work around this by specifying an extra ID on the root\n\t\t\t// and working up from there (Thanks to Andrew Dupont for the technique)\n\t\t\t// IE 8 doesn't work on object elements\n\t\t\tif ( nodeType === 1 && context.nodeName.toLowerCase() !== \"object\" ) {\n\t\t\t\tgroups = tokenize( selector );\n\n\t\t\t\tif ( (old = context.getAttribute(\"id\")) ) {\n\t\t\t\t\tnid = old.replace( rescape, \"\\\\$&\" );\n\t\t\t\t} else {\n\t\t\t\t\tcontext.setAttribute( \"id\", nid );\n\t\t\t\t}\n\t\t\t\tnid = \"[id='\" + nid + \"'] \";\n\n\t\t\t\ti = groups.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tgroups[i] = nid + toSelector( groups[i] );\n\t\t\t\t}\n\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) || context;\n\t\t\t\tnewSelector = groups.join(\",\");\n\t\t\t}\n\n\t\t\tif ( newSelector ) {\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch(qsaError) {\n\t\t\t\t} finally {\n\t\t\t\t\tif ( !old ) {\n\t\t\t\t\t\tcontext.removeAttribute(\"id\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {Function(string, Object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created div and expects a boolean result\n */\nfunction assert( fn ) {\n\tvar div = document.createElement(\"div\");\n\n\ttry {\n\t\treturn !!fn( div );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( div.parentNode ) {\n\t\t\tdiv.parentNode.removeChild( div );\n\t\t}\n\t\t// release memory in IE\n\t\tdiv = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = attrs.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\t( ~b.sourceIndex || MAX_NEGATIVE ) -\n\t\t\t( ~a.sourceIndex || MAX_NEGATIVE );\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, parent,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// If no document and documentElement is available, return\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Set our document\n\tdocument = doc;\n\tdocElem = doc.documentElement;\n\tparent = doc.defaultView;\n\n\t// Support: IE>8\n\t// If iframe document is assigned to \"document\" variable and if iframe has been reloaded,\n\t// IE will throw \"permission denied\" error when accessing \"document\" variable, see jQuery #13936\n\t// IE6-8 do not support the defaultView property so parent will be undefined\n\tif ( parent && parent !== parent.top ) {\n\t\t// IE11 does not have attachEvent, so all must suffer\n\t\tif ( parent.addEventListener ) {\n\t\t\tparent.addEventListener( \"unload\", unloadHandler, false );\n\t\t} else if ( parent.attachEvent ) {\n\t\t\tparent.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Support tests\n\t---------------------------------------------------------------------- */\n\tdocumentIsHTML = !isXML( doc );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( div ) {\n\t\tdiv.className = \"i\";\n\t\treturn !div.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( div ) {\n\t\tdiv.appendChild( doc.createComment(\"\") );\n\t\treturn !div.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( doc.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( div ) {\n\t\tdocElem.appendChild( div ).id = expando;\n\t\treturn !doc.getElementsByName || !doc.getElementsByName( expando ).length;\n\t});\n\n\t// ID find and filter\n\tif ( support.getById ) {\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar m = context.getElementById( id );\n\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t// nodes that are no longer in the document #6963\n\t\t\t\treturn m && m.parentNode ? [ m ] : [];\n\t\t\t}\n\t\t};\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t} else {\n\t\t// Support: IE6/7\n\t\t// getElementById is not reliable as a find shortcut\n\t\tdelete Expr.find[\"ID\"];\n\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" && elem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See http://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( div ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// http://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( div ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\f]' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( div.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !div.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+\n\t\t\tif ( !div.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibing-combinator selector` fails\n\t\t\tif ( !div.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( div ) {\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = doc.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tdiv.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( div.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":enabled\").length ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tdiv.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( div ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( div, \"div\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( div, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully does not implement inclusive descendent\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === doc ? -1 :\n\t\t\t\tb === doc ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn doc;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, outerCache, node, diff, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\t\t\t\t\t\t\touterCache = parent[ expando ] || (parent[ expando ] = {});\n\t\t\t\t\t\t\tcache = outerCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[0] === dirruns && cache[1];\n\t\t\t\t\t\t\tdiff = cache[0] === dirruns && cache[2];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\touterCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t} else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {\n\t\t\t\t\t\t\tdiff = cache[1];\n\n\t\t\t\t\t\t// xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\tif ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) {\n\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t(node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": function( elem ) {\n\t\t\treturn elem.disabled === false;\n\t\t},\n\n\t\t\"disabled\": function( elem ) {\n\t\t\treturn elem.disabled === true;\n\t\t},\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tcheckNonElements = base && dir === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from dir caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\t\t\t\t\t\tif ( (oldCache = outerCache[ dir ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\touterCache[ dir ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context !== document && context;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Keep `i` a string if there are no elements so `matchedCount` will be \"00\" below\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\tmatchedCount += i;\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is no seed and only one group\n\tif ( match.length === 1 ) {\n\n\t\t// Take a shortcut and set the context if the root selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tsupport.getById && context.nodeType === 9 && documentIsHTML &&\n\t\t\t\tExpr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\trsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( div1 ) {\n\t// Should return 1, but returns 4 (following)\n\treturn div1.compareDocumentPosition( document.createElement(\"div\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( div ) {\n\tdiv.innerHTML = \"<a href='#'></a>\";\n\treturn div.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( div ) {\n\tdiv.innerHTML = \"<input/>\";\n\tdiv.firstChild.setAttribute( \"value\", \"\" );\n\treturn div.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( div ) {\n\treturn div.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\njQuery.expr[\":\"] = jQuery.expr.pseudos;\njQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\n\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\nvar rsingleTag = (/^<(\\w+)\\s*\\/?>(?:<\\/\\1>|)$/);\n\n\n\nvar risSimple = /^.[^:#\\[\\.,]*$/;\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( jQuery.isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\t/* jshint -W018 */\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t});\n\n\t}\n\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t});\n\n\t}\n\n\tif ( typeof qualifier === \"string\" ) {\n\t\tif ( risSimple.test( qualifier ) ) {\n\t\t\treturn jQuery.filter( qualifier, elements, not );\n\t\t}\n\n\t\tqualifier = jQuery.filter( qualifier, elements );\n\t}\n\n\treturn jQuery.grep( elements, function( elem ) {\n\t\treturn ( indexOf.call( qualifier, elem ) >= 0 ) !== not;\n\t});\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\treturn elems.length === 1 && elem.nodeType === 1 ?\n\t\tjQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :\n\t\tjQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\t\treturn elem.nodeType === 1;\n\t\t}));\n};\n\njQuery.fn.extend({\n\tfind: function( selector ) {\n\t\tvar i,\n\t\t\tlen = this.length,\n\t\t\tret = [],\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter(function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}) );\n\t\t}\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\t// Needed because $( selector, context ) becomes $( context ).find( selector )\n\t\tret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );\n\t\tret.selector = this.selector ? this.selector + \" \" + selector : selector;\n\t\treturn ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], false) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], true) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n});\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,\n\n\tinit = jQuery.fn.init = function( selector, context ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[0] === \"<\" && selector[ selector.length - 1 ] === \">\" && selector.length >= 3 ) {\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && (match[1] || !context) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[1] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[0] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[1],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( jQuery.isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[2] );\n\n\t\t\t\t\t// Support: Blackberry 4.6\n\t\t\t\t\t// gEBID returns nodes no longer in the document (#6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t\tthis[0] = elem;\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.context = document;\n\t\t\t\t\tthis.selector = selector;\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || rootjQuery ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis.context = this[0] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( jQuery.isFunction( selector ) ) {\n\t\t\treturn typeof rootjQuery.ready !== \"undefined\" ?\n\t\t\t\trootjQuery.ready( selector ) :\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\tif ( selector.selector !== undefined ) {\n\t\t\tthis.selector = selector.selector;\n\t\t\tthis.context = selector.context;\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.extend({\n\tdir: function( elem, dir, until ) {\n\t\tvar matched = [],\n\t\t\ttruncate = until !== undefined;\n\n\t\twhile ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tmatched.push( elem );\n\t\t\t}\n\t\t}\n\t\treturn matched;\n\t},\n\n\tsibling: function( n, elem ) {\n\t\tvar matched = [];\n\n\t\tfor ( ; n; n = n.nextSibling ) {\n\t\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\t\tmatched.push( n );\n\t\t\t}\n\t\t}\n\n\t\treturn matched;\n\t}\n});\n\njQuery.fn.extend({\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter(function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[i] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\tpos = rneedsContext.test( selectors ) || typeof selectors !== \"string\" ?\n\t\t\t\tjQuery( selectors, context || this.context ) :\n\t\t\t\t0;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tfor ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) {\n\t\t\t\t// Always skip document fragments\n\t\t\t\tif ( cur.nodeType < 11 && (pos ?\n\t\t\t\t\tpos.index(cur) > -1 :\n\n\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\tjQuery.find.matchesSelector(cur, selectors)) ) {\n\n\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.unique(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter(selector)\n\t\t);\n\t}\n});\n\nfunction sibling( cur, dir ) {\n\twhile ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each({\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn jQuery.dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn jQuery.sibling( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\treturn elem.contentDocument || jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.unique( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n});\nvar rnotwhite = (/\\S+/g);\n\n\n\n// String to Object options format cache\nvar optionsCache = {};\n\n// Convert String-formatted options into Object-formatted ones and store in cache\nfunction createOptions( options ) {\n\tvar object = optionsCache[ options ] = {};\n\tjQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t});\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\t( optionsCache[ options ] || createOptions( options ) ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Last fire value (for non-forgettable lists)\n\t\tmemory,\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\t\t// Flag to know if list is currently firing\n\t\tfiring,\n\t\t// First callback to fire (used internally by add and fireWith)\n\t\tfiringStart,\n\t\t// End of the loop when firing\n\t\tfiringLength,\n\t\t// Index of currently firing callback (modified by remove if needed)\n\t\tfiringIndex,\n\t\t// Actual callback list\n\t\tlist = [],\n\t\t// Stack of fire calls for repeatable lists\n\t\tstack = !options.once && [],\n\t\t// Fire callbacks\n\t\tfire = function( data ) {\n\t\t\tmemory = options.memory && data;\n\t\t\tfired = true;\n\t\t\tfiringIndex = firingStart || 0;\n\t\t\tfiringStart = 0;\n\t\t\tfiringLength = list.length;\n\t\t\tfiring = true;\n\t\t\tfor ( ; list && firingIndex < firingLength; firingIndex++ ) {\n\t\t\t\tif ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {\n\t\t\t\t\tmemory = false; // To prevent further calls using add\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\tfiring = false;\n\t\t\tif ( list ) {\n\t\t\t\tif ( stack ) {\n\t\t\t\t\tif ( stack.length ) {\n\t\t\t\t\t\tfire( stack.shift() );\n\t\t\t\t\t}\n\t\t\t\t} else if ( memory ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t} else {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t// Actual Callbacks object\n\t\tself = {\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\t// First, we save the current length\n\t\t\t\t\tvar start = list.length;\n\t\t\t\t\t(function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tvar type = jQuery.type( arg );\n\t\t\t\t\t\t\tif ( type === \"function\" ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && type !== \"string\" ) {\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t})( arguments );\n\t\t\t\t\t// Do we need to add the callbacks to the\n\t\t\t\t\t// current firing batch?\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tfiringLength = list.length;\n\t\t\t\t\t// With memory, if we're not firing then\n\t\t\t\t\t// we should call right away\n\t\t\t\t\t} else if ( memory ) {\n\t\t\t\t\t\tfiringStart = start;\n\t\t\t\t\t\tfire( memory );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\t\tvar index;\n\t\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\t\tlist.splice( index, 1 );\n\t\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\t\t\tif ( index <= firingLength ) {\n\t\t\t\t\t\t\t\t\tfiringLength--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length );\n\t\t\t},\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tlist = [];\n\t\t\t\tfiringLength = 0;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Have the list do nothing anymore\n\t\t\tdisable: function() {\n\t\t\t\tlist = stack = memory = undefined;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it disabled?\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\t\t\t// Lock the list in its current state\n\t\t\tlock: function() {\n\t\t\t\tstack = undefined;\n\t\t\t\tif ( !memory ) {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it locked?\n\t\t\tlocked: function() {\n\t\t\t\treturn !stack;\n\t\t\t},\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( list && ( !fired || stack ) ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tstack.push( args );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfire( args );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\njQuery.extend({\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\t\t\t\t// action, add listener, listener list, final state\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks(\"once memory\"), \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks(\"once memory\"), \"rejected\" ],\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks(\"memory\") ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\tthen: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\t\t\t\t\treturn jQuery.Deferred(function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\t\t\t\t\tvar fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];\n\t\t\t\t\t\t\t// deferred[ done | fail | progress ] for forwarding actions to newDefer\n\t\t\t\t\t\t\tdeferred[ tuple[1] ](function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && jQuery.isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject )\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t}).promise();\n\t\t\t\t},\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Keep pipe for back-compat\n\t\tpromise.pipe = promise.then;\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 3 ];\n\n\t\t\t// promise[ done | fail | progress ] = list.add\n\t\t\tpromise[ tuple[1] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(function() {\n\t\t\t\t\t// state = [ resolved | rejected ]\n\t\t\t\t\tstate = stateString;\n\n\t\t\t\t// [ reject_list | resolve_list ].disable; progress_list.lock\n\t\t\t\t}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );\n\t\t\t}\n\n\t\t\t// deferred[ resolve | reject | notify ]\n\t\t\tdeferred[ tuple[0] ] = function() {\n\t\t\t\tdeferred[ tuple[0] + \"With\" ]( this === deferred ? promise : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\t\t\tdeferred[ tuple[0] + \"With\" ] = list.fireWith;\n\t\t});\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( subordinate /* , ..., subordinateN */ ) {\n\t\tvar i = 0,\n\t\t\tresolveValues = slice.call( arguments ),\n\t\t\tlength = resolveValues.length,\n\n\t\t\t// the count of uncompleted subordinates\n\t\t\tremaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,\n\n\t\t\t// the master Deferred. If resolveValues consist of only a single Deferred, just use that.\n\t\t\tdeferred = remaining === 1 ? subordinate : jQuery.Deferred(),\n\n\t\t\t// Update function for both resolve and progress values\n\t\t\tupdateFunc = function( i, contexts, values ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tcontexts[ i ] = this;\n\t\t\t\t\tvalues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( values === progressValues ) {\n\t\t\t\t\t\tdeferred.notifyWith( contexts, values );\n\t\t\t\t\t} else if ( !( --remaining ) ) {\n\t\t\t\t\t\tdeferred.resolveWith( contexts, values );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t},\n\n\t\t\tprogressValues, progressContexts, resolveContexts;\n\n\t\t// Add listeners to Deferred subordinates; treat others as resolved\n\t\tif ( length > 1 ) {\n\t\t\tprogressValues = new Array( length );\n\t\t\tprogressContexts = new Array( length );\n\t\t\tresolveContexts = new Array( length );\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {\n\t\t\t\t\tresolveValues[ i ].promise()\n\t\t\t\t\t\t.done( updateFunc( i, resolveContexts, resolveValues ) )\n\t\t\t\t\t\t.fail( deferred.reject )\n\t\t\t\t\t\t.progress( updateFunc( i, progressContexts, progressValues ) );\n\t\t\t\t} else {\n\t\t\t\t\t--remaining;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// If we're not waiting on anything, resolve the master\n\t\tif ( !remaining ) {\n\t\t\tdeferred.resolveWith( resolveContexts, resolveValues );\n\t\t}\n\n\t\treturn deferred.promise();\n\t}\n});\n\n\n// The deferred used on DOM ready\nvar readyList;\n\njQuery.fn.ready = function( fn ) {\n\t// Add the callback\n\tjQuery.ready.promise().done( fn );\n\n\treturn this;\n};\n\njQuery.extend({\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Hold (or release) the ready event\n\tholdReady: function( hold ) {\n\t\tif ( hold ) {\n\t\t\tjQuery.readyWait++;\n\t\t} else {\n\t\t\tjQuery.ready( true );\n\t\t}\n\t},\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\n\t\t// Trigger any bound ready events\n\t\tif ( jQuery.fn.triggerHandler ) {\n\t\t\tjQuery( document ).triggerHandler( \"ready\" );\n\t\t\tjQuery( document ).off( \"ready\" );\n\t\t}\n\t}\n});\n\n/**\n * The ready event handler and self cleanup method\n */\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed, false );\n\twindow.removeEventListener( \"load\", completed, false );\n\tjQuery.ready();\n}\n\njQuery.ready.promise = function( obj ) {\n\tif ( !readyList ) {\n\n\t\treadyList = jQuery.Deferred();\n\n\t\t// Catch cases where $(document).ready() is called after the browser event has already occurred.\n\t\t// We once tried to use readyState \"interactive\" here, but it caused issues like the one\n\t\t// discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15\n\t\tif ( document.readyState === \"complete\" ) {\n\t\t\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\t\t\tsetTimeout( jQuery.ready );\n\n\t\t} else {\n\n\t\t\t// Use the handy event callback\n\t\t\tdocument.addEventListener( \"DOMContentLoaded\", completed, false );\n\n\t\t\t// A fallback to window.onload, that will always work\n\t\t\twindow.addEventListener( \"load\", completed, false );\n\t\t}\n\t}\n\treturn readyList.promise( obj );\n};\n\n// Kick off the DOM ready check even if the user does not\njQuery.ready.promise();\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( jQuery.type( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\tjQuery.access( elems, fn, i, key[i], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !jQuery.isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn chainable ?\n\t\telems :\n\n\t\t// Gets\n\t\tbulk ?\n\t\t\tfn.call( elems ) :\n\t\t\tlen ? fn( elems[0], key ) : emptyGet;\n};\n\n\n/**\n * Determines whether an object can have data\n */\njQuery.acceptData = function( owner ) {\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\t/* jshint -W018 */\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\nfunction Data() {\n\t// Support: Android<4,\n\t// Old WebKit does not have Object.preventExtensions/freeze method,\n\t// return new empty object instead with no [[set]] accessor\n\tObject.defineProperty( this.cache = {}, 0, {\n\t\tget: function() {\n\t\t\treturn {};\n\t\t}\n\t});\n\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\nData.accepts = jQuery.acceptData;\n\nData.prototype = {\n\tkey: function( owner ) {\n\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t// but we should not, see #8335.\n\t\t// Always return the key for a frozen object.\n\t\tif ( !Data.accepts( owner ) ) {\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar descriptor = {},\n\t\t\t// Check if the owner object already has a cache key\n\t\t\tunlock = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !unlock ) {\n\t\t\tunlock = Data.uid++;\n\n\t\t\t// Secure it in a non-enumerable, non-writable property\n\t\t\ttry {\n\t\t\t\tdescriptor[ this.expando ] = { value: unlock };\n\t\t\t\tObject.defineProperties( owner, descriptor );\n\n\t\t\t// Support: Android<4\n\t\t\t// Fallback to a less secure definition\n\t\t\t} catch ( e ) {\n\t\t\t\tdescriptor[ this.expando ] = unlock;\n\t\t\t\tjQuery.extend( owner, descriptor );\n\t\t\t}\n\t\t}\n\n\t\t// Ensure the cache object\n\t\tif ( !this.cache[ unlock ] ) {\n\t\t\tthis.cache[ unlock ] = {};\n\t\t}\n\n\t\treturn unlock;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\t// There may be an unlock assigned to this node,\n\t\t\t// if there is no entry for this \"owner\", create one inline\n\t\t\t// and set the unlock as though an owner entry had always existed\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\t// Handle: [ owner, key, value ] args\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ data ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\t\t\t// Fresh assignments by object are shallow copied\n\t\t\tif ( jQuery.isEmptyObject( cache ) ) {\n\t\t\t\tjQuery.extend( this.cache[ unlock ], data );\n\t\t\t// Otherwise, copy the properties one-by-one to the cache object\n\t\t\t} else {\n\t\t\t\tfor ( prop in data ) {\n\t\t\t\t\tcache[ prop ] = data[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\t// Either a valid cache is found, or will be created.\n\t\t// New caches will be created and the unlock returned,\n\t\t// allowing direct access to the newly created\n\t\t// empty data object. A valid owner object must be provided.\n\t\tvar cache = this.cache[ this.key( owner ) ];\n\n\t\treturn key === undefined ?\n\t\t\tcache : cache[ key ];\n\t},\n\taccess: function( owner, key, value ) {\n\t\tvar stored;\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t((key && typeof key === \"string\") && value === undefined) ) {\n\n\t\t\tstored = this.get( owner, key );\n\n\t\t\treturn stored !== undefined ?\n\t\t\t\tstored : this.get( owner, jQuery.camelCase(key) );\n\t\t}\n\n\t\t// [*]When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i, name, camel,\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\tif ( key === undefined ) {\n\t\t\tthis.cache[ unlock ] = {};\n\n\t\t} else {\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( jQuery.isArray( key ) ) {\n\t\t\t\t// If \"name\" is an array of keys...\n\t\t\t\t// When data is initially created, via (\"key\", \"val\") signature,\n\t\t\t\t// keys will be converted to camelCase.\n\t\t\t\t// Since there is no way to tell _how_ a key was added, remove\n\t\t\t\t// both plain key and camelCase key. #12786\n\t\t\t\t// This will only penalize the array argument path.\n\t\t\t\tname = key.concat( key.map( jQuery.camelCase ) );\n\t\t\t} else {\n\t\t\t\tcamel = jQuery.camelCase( key );\n\t\t\t\t// Try the string as a key before any manipulation\n\t\t\t\tif ( key in cache ) {\n\t\t\t\t\tname = [ key, camel ];\n\t\t\t\t} else {\n\t\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\t\tname = camel;\n\t\t\t\t\tname = name in cache ?\n\t\t\t\t\t\t[ name ] : ( name.match( rnotwhite ) || [] );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\ti = name.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ name[ i ] ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\treturn !jQuery.isEmptyObject(\n\t\t\tthis.cache[ owner[ this.expando ] ] || {}\n\t\t);\n\t},\n\tdiscard: function( owner ) {\n\t\tif ( owner[ this.expando ] ) {\n\t\t\tdelete this.cache[ owner[ this.expando ] ];\n\t\t}\n\t}\n};\nvar data_priv = new Data();\n\nvar data_user = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /([A-Z])/g;\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$1\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = data === \"true\" ? true :\n\t\t\t\t\tdata === \"false\" ? false :\n\t\t\t\t\tdata === \"null\" ? null :\n\t\t\t\t\t// Only convert to a number if it doesn't change the string\n\t\t\t\t\t+data + \"\" === data ? +data :\n\t\t\t\t\trbrace.test( data ) ? jQuery.parseJSON( data ) :\n\t\t\t\t\tdata;\n\t\t\t} catch( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdata_user.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend({\n\thasData: function( elem ) {\n\t\treturn data_user.hasData( elem ) || data_priv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn data_user.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdata_user.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to data_priv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn data_priv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdata_priv.remove( elem, name );\n\t}\n});\n\njQuery.fn.extend({\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = data_user.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !data_priv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE11+\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = jQuery.camelCase( name.slice(5) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata_priv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each(function() {\n\t\t\t\tdata_user.set( this, key );\n\t\t\t});\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data,\n\t\t\t\tcamelKey = jQuery.camelCase( key );\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key as-is\n\t\t\t\tdata = data_user.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key camelized\n\t\t\t\tdata = data_user.get( elem, camelKey );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, camelKey, undefined );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each(function() {\n\t\t\t\t// First, attempt to store a copy or reference of any\n\t\t\t\t// data that might've been store with a camelCased key.\n\t\t\t\tvar data = data_user.get( this, camelKey );\n\n\t\t\t\t// For HTML5 data-* attribute interop, we have to\n\t\t\t\t// store property names with dashes in a camelCase form.\n\t\t\t\t// This might not apply to all properties...*\n\t\t\t\tdata_user.set( this, camelKey, value );\n\n\t\t\t\t// *... In the case of properties that might _actually_\n\t\t\t\t// have dashes, we need to also store a copy of that\n\t\t\t\t// unchanged property.\n\t\t\t\tif ( key.indexOf(\"-\") !== -1 && data !== undefined ) {\n\t\t\t\t\tdata_user.set( this, key, value );\n\t\t\t\t}\n\t\t\t});\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each(function() {\n\t\t\tdata_user.remove( this, key );\n\t\t});\n\t}\n});\n\n\njQuery.extend({\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = data_priv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || jQuery.isArray( data ) ) {\n\t\t\t\t\tqueue = data_priv.access( elem, type, jQuery.makeArray(data) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn data_priv.get( elem, key ) || data_priv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks(\"once memory\").add(function() {\n\t\t\t\tdata_priv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t})\n\t\t});\n\t}\n});\n\njQuery.fn.extend({\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[0], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each(function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[0] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t});\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t});\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = data_priv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n});\nvar pnum = (/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/).source;\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHidden = function( elem, el ) {\n\t\t// isHidden might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\t\treturn jQuery.css( elem, \"display\" ) === \"none\" || !jQuery.contains( elem.ownerDocument, elem );\n\t};\n\nvar rcheckableType = (/^(?:checkbox|radio)$/i);\n\n\n\n(function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Safari<=5.1\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Safari<=5.1, Android<4.2\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE<=11+\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n})();\nvar strundefined = typeof undefined;\n\n\n\nsupport.focusinBubbles = \"onfocusin\" in window;\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu)|click/,\n\trfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)$/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !(events = elemData.events) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !(eventHandle = elemData.handle) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend({\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join(\".\")\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !(handlers = events[ type ]) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle, false );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.hasData( elem ) && data_priv.get( elem );\n\n\t\tif ( !elemData || !(events = elemData.events) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[2] && new RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector || selector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdelete elemData.handle;\n\t\t\tdata_priv.remove( elem, \"events\" );\n\t\t}\n\t},\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split(\".\") : [];\n\n\t\tcur = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf(\".\") >= 0 ) {\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split(\".\");\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf(\":\") < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join(\".\");\n\t\tevent.namespace_re = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === (elem.ownerDocument || document) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) {\n\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( data_priv.get( cur, \"events\" ) || {} )[ event.type ] && data_priv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && jQuery.acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) &&\n\t\t\t\tjQuery.acceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\t\t\t\t\telem[ type ]();\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\tdispatch: function( event ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tevent = jQuery.event.fix( event );\n\n\t\tvar i, j, ret, matched, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\targs = slice.call( arguments ),\n\t\t\thandlers = ( data_priv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[0] = event;\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )\n\t\t\t\t\t\t\t.apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( (event.result = ret) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, matches, sel, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\t// Black-hole SVG <use> instance trees (#13180)\n\t\t// Avoid non-left-click bubbling in Firefox (#3861)\n\t\tif ( delegateCount && cur.nodeType && (!event.button || event.type !== \"click\") ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.disabled !== true || event.type !== \"click\" ) {\n\t\t\t\t\tmatches = [];\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matches[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatches[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) >= 0 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matches[ sel ] ) {\n\t\t\t\t\t\t\tmatches.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matches.length ) {\n\t\t\t\t\t\thandlerQueue.push({ elem: cur, handlers: matches });\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) });\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\t// Includes some event props shared by KeyEvent and MouseEvent\n\tprops: \"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),\n\n\tfixHooks: {},\n\n\tkeyHooks: {\n\t\tprops: \"char charCode key keyCode\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\n\t\t\t// Add which for key events\n\t\t\tif ( event.which == null ) {\n\t\t\t\tevent.which = original.charCode != null ? original.charCode : original.keyCode;\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tmouseHooks: {\n\t\tprops: \"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\t\t\tvar eventDoc, doc, body,\n\t\t\t\tbutton = original.button;\n\n\t\t\t// Calculate pageX/Y if missing and clientX/Y available\n\t\t\tif ( event.pageX == null && original.clientX != null ) {\n\t\t\t\teventDoc = event.target.ownerDocument || document;\n\t\t\t\tdoc = eventDoc.documentElement;\n\t\t\t\tbody = eventDoc.body;\n\n\t\t\t\tevent.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );\n\t\t\t\tevent.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 );\n\t\t\t}\n\n\t\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\t\t// Note: button is not normalized, so don't use it\n\t\t\tif ( !event.which && button !== undefined ) {\n\t\t\t\tevent.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tfix: function( event ) {\n\t\tif ( event[ jQuery.expando ] ) {\n\t\t\treturn event;\n\t\t}\n\n\t\t// Create a writable copy of the event object and normalize some properties\n\t\tvar i, prop, copy,\n\t\t\ttype = event.type,\n\t\t\toriginalEvent = event,\n\t\t\tfixHook = this.fixHooks[ type ];\n\n\t\tif ( !fixHook ) {\n\t\t\tthis.fixHooks[ type ] = fixHook =\n\t\t\t\trmouseEvent.test( type ) ? this.mouseHooks :\n\t\t\t\trkeyEvent.test( type ) ? this.keyHooks :\n\t\t\t\t{};\n\t\t}\n\t\tcopy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;\n\n\t\tevent = new jQuery.Event( originalEvent );\n\n\t\ti = copy.length;\n\t\twhile ( i-- ) {\n\t\t\tprop = copy[ i ];\n\t\t\tevent[ prop ] = originalEvent[ prop ];\n\t\t}\n\n\t\t// Support: Cordova 2.5 (WebKit) (#13255)\n\t\t// All events should have a target; Cordova deviceready doesn't\n\t\tif ( !event.target ) {\n\t\t\tevent.target = document;\n\t\t}\n\n\t\t// Support: Safari 6.0+, Chrome<28\n\t\t// Target should not be a text node (#504, #13143)\n\t\tif ( event.target.nodeType === 3 ) {\n\t\t\tevent.target = event.target.parentNode;\n\t\t}\n\n\t\treturn fixHook.filter ? fixHook.filter( event, originalEvent ) : event;\n\t},\n\n\tspecial: {\n\t\tload: {\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && jQuery.nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn jQuery.nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tsimulate: function( type, elem, event, bubble ) {\n\t\t// Piggyback on a donor event to simulate a different one.\n\t\t// Fake originalEvent to avoid donor's stopPropagation, but if the\n\t\t// simulated event prevents default then we do the same on the donor.\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true,\n\t\t\t\toriginalEvent: {}\n\t\t\t}\n\t\t);\n\t\tif ( bubble ) {\n\t\t\tjQuery.event.trigger( e, null, elem );\n\t\t} else {\n\t\t\tjQuery.event.dispatch.call( elem, e );\n\t\t}\n\t\tif ( e.isDefaultPrevented() ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle, false );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\t// Allow instantiation without the 'new' keyword\n\tif ( !(this instanceof jQuery.Event) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\t\t\t\t// Support: Android<4.0\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || jQuery.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && e.preventDefault ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopPropagation ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopImmediatePropagation ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// Support: Chrome 15+\njQuery.each({\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mousenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || (related !== target && !jQuery.contains( target, related )) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n});\n\n// Support: Firefox, Chrome, Safari\n// Create \"bubbling\" focus and blur events\nif ( !support.focusinBubbles ) {\n\tjQuery.each({ focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );\n\t\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdata_priv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdata_priv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdata_priv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t});\n}\n\njQuery.fn.extend({\n\n\ton: function( types, selector, data, fn, /*INTERNAL*/ one ) {\n\t\tvar origFn, type;\n\n\t\t// Types can be a map of types/handlers\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-Object, selector, data )\n\t\t\tif ( typeof selector !== \"string\" ) {\n\t\t\t\t// ( types-Object, data )\n\t\t\t\tdata = data || selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.on( type, selector, data, types[ type ], one );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( data == null && fn == null ) {\n\t\t\t// ( types, fn )\n\t\t\tfn = selector;\n\t\t\tdata = selector = undefined;\n\t\t} else if ( fn == null ) {\n\t\t\tif ( typeof selector === \"string\" ) {\n\t\t\t\t// ( types, selector, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = undefined;\n\t\t\t} else {\n\t\t\t\t// ( types, data, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t} else if ( !fn ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( one === 1 ) {\n\t\t\torigFn = fn;\n\t\t\tfn = function( event ) {\n\t\t\t\t// Can use an empty set, since event contains the info\n\t\t\t\tjQuery().off( event );\n\t\t\t\treturn origFn.apply( this, arguments );\n\t\t\t};\n\t\t\t// Use same guid so caller can remove using origFn\n\t\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.add( this, types, fn, data, selector );\n\t\t});\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn this.on( types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ? handleObj.origType + \".\" + handleObj.namespace : handleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t});\n\t},\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t});\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[0];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n});\n\n\nvar\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>]*)\\/>/gi,\n\trtagName = /<([\\w:]+)/,\n\trhtml = /<|&#?\\w+;/,\n\trnoInnerhtml = /<(?:script|style|link)/i,\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trscriptType = /^$|\\/(?:java|ecma)script/i,\n\trscriptTypeMasked = /^true\\/(.*)/,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g,\n\n\t// We have to close these tags to support XHTML (#13200)\n\twrapMap = {\n\n\t\t// Support: IE9\n\t\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t\tthead: [ 1, \"<table>\", \"</table>\" ],\n\t\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\t\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\t\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t\t_default: [ 0, \"\", \"\" ]\n\t};\n\n// Support: IE9\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: 1.x compatibility\n// Manipulating tables requires a tbody\nfunction manipulationTarget( elem, content ) {\n\treturn jQuery.nodeName( elem, \"table\" ) &&\n\t\tjQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ?\n\n\t\telem.getElementsByTagName(\"tbody\")[0] ||\n\t\t\telem.appendChild( elem.ownerDocument.createElement(\"tbody\") ) :\n\t\telem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = (elem.getAttribute(\"type\") !== null) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tvar match = rscriptTypeMasked.exec( elem.type );\n\n\tif ( match ) {\n\t\telem.type = match[ 1 ];\n\t} else {\n\t\telem.removeAttribute(\"type\");\n\t}\n\n\treturn elem;\n}\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdata_priv.set(\n\t\t\telems[ i ], \"globalEval\", !refElements || data_priv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( data_priv.hasData( src ) ) {\n\t\tpdataOld = data_priv.access( src );\n\t\tpdataCur = data_priv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( data_user.hasData( src ) ) {\n\t\tudataOld = data_user.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdata_user.set( dest, udataCur );\n\t}\n}\n\nfunction getAll( context, tag ) {\n\tvar ret = context.getElementsByTagName ? context.getElementsByTagName( tag || \"*\" ) :\n\t\t\tcontext.querySelectorAll ? context.querySelectorAll( tag || \"*\" ) :\n\t\t\t[];\n\n\treturn tag === undefined || tag && jQuery.nodeName( context, tag ) ?\n\t\tjQuery.merge( [ context ], ret ) :\n\t\tret;\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\njQuery.extend({\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tbuildFragment: function( elems, context, scripts, selection ) {\n\t\tvar elem, tmp, tag, wrap, contains, j,\n\t\t\tfragment = context.createDocumentFragment(),\n\t\t\tnodes = [],\n\t\t\ti = 0,\n\t\t\tl = elems.length;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\telem = elems[ i ];\n\n\t\t\tif ( elem || elem === 0 ) {\n\n\t\t\t\t// Add nodes directly\n\t\t\t\tif ( jQuery.type( elem ) === \"object\" ) {\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t\t// Convert non-html into a text node\n\t\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t\t// Convert html into DOM nodes\n\t\t\t\t} else {\n\t\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement(\"div\") );\n\n\t\t\t\t\t// Deserialize a standard representation\n\t\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\t\ttmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, \"<$1></$2>\" ) + wrap[ 2 ];\n\n\t\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\t\tj = wrap[ 0 ];\n\t\t\t\t\twhile ( j-- ) {\n\t\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t\t// Remember the top-level container\n\t\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\t\ttmp.textContent = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Remove wrapper from fragment\n\t\tfragment.textContent = \"\";\n\n\t\ti = 0;\n\t\twhile ( (elem = nodes[ i++ ]) ) {\n\n\t\t\t// #4087 - If origin and destination elements are the same, and this is\n\t\t\t// that element, do not do anything\n\t\t\tif ( selection && jQuery.inArray( elem, selection ) !== -1 ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t\t// Append to fragment\n\t\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t\t// Preserve script evaluation history\n\t\t\tif ( contains ) {\n\t\t\t\tsetGlobalEval( tmp );\n\t\t\t}\n\n\t\t\t// Capture executables\n\t\t\tif ( scripts ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (elem = tmp[ j++ ]) ) {\n\t\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\t\tscripts.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn fragment;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type, key,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[ i ]) !== undefined; i++ ) {\n\t\t\tif ( jQuery.acceptData( elem ) ) {\n\t\t\t\tkey = elem[ data_priv.expando ];\n\n\t\t\t\tif ( key && (data = data_priv.cache[ key ]) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( data_priv.cache[ key ] ) {\n\t\t\t\t\t\t// Discard any remaining `private` data\n\t\t\t\t\t\tdelete data_priv.cache[ key ];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Discard any remaining `user` data\n\t\t\tdelete data_user.cache[ elem[ data_user.expando ] ];\n\t\t}\n\t}\n});\n\njQuery.fn.extend({\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each(function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t});\n\t},\n\n\tprepend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t});\n\t},\n\n\tbefore: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t});\n\t},\n\n\tafter: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t});\n\t},\n\n\tremove: function( selector, keepData /* Internal Use Only */ ) {\n\t\tvar elem,\n\t\t\telems = selector ? jQuery.filter( selector, this ) : this,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[i]) != null; i++ ) {\n\t\t\tif ( !keepData && elem.nodeType === 1 ) {\n\t\t\t\tjQuery.cleanData( getAll( elem ) );\n\t\t\t}\n\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\tif ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\t\t\tsetGlobalEval( getAll( elem, \"script\" ) );\n\t\t\t\t}\n\t\t\t\telem.parentNode.removeChild( elem );\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = this[i]) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map(function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t});\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = value.replace( rxhtmlTag, \"<$1></$2>\" );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar arg = arguments[ 0 ];\n\n\t\t// Make the changes, replacing each context element with the new content\n\t\tthis.domManip( arguments, function( elem ) {\n\t\t\targ = this.parentNode;\n\n\t\t\tjQuery.cleanData( getAll( this ) );\n\n\t\t\tif ( arg ) {\n\t\t\t\targ.replaceChild( elem, this );\n\t\t\t}\n\t\t});\n\n\t\t// Force removal if there was no new content (e.g., from empty arguments)\n\t\treturn arg && (arg.length || arg.nodeType) ? this : this.remove();\n\t},\n\n\tdetach: function( selector ) {\n\t\treturn this.remove( selector, true );\n\t},\n\n\tdomManip: function( args, callback ) {\n\n\t\t// Flatten any nested arrays\n\t\targs = concat.apply( [], args );\n\n\t\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tset = this,\n\t\t\tiNoClone = l - 1,\n\t\t\tvalue = args[ 0 ],\n\t\t\tisFunction = jQuery.isFunction( value );\n\n\t\t// We can't cloneNode fragments that contain checked, in WebKit\n\t\tif ( isFunction ||\n\t\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\t\treturn this.each(function( index ) {\n\t\t\t\tvar self = set.eq( index );\n\t\t\t\tif ( isFunction ) {\n\t\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t\t}\n\t\t\t\tself.domManip( args, callback );\n\t\t\t});\n\t\t}\n\n\t\tif ( l ) {\n\t\t\tfragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this );\n\t\t\tfirst = fragment.firstChild;\n\n\t\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\t\tfragment = first;\n\t\t\t}\n\n\t\t\tif ( first ) {\n\t\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\t\thasScripts = scripts.length;\n\n\t\t\t\t// Use the original fragment for the last item instead of the first because it can end up\n\t\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\tnode = fragment;\n\n\t\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\t\t\t// Support: QtWebKit\n\t\t\t\t\t\t\t// jQuery.merge because push.apply(_, arraylike) throws\n\t\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcallback.call( this[ i ], node, i );\n\t\t\t\t}\n\n\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t\t// Reenable scripts\n\t\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t\t!data_priv.access( node, \"globalEval\" ) && jQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\t\tif ( node.src ) {\n\t\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.globalEval( node.textContent.replace( rcleanScript, \"\" ) );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t}\n});\n\njQuery.each({\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: QtWebKit\n\t\t\t// .get() because push.apply(_, arraylike) throws\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n});\n\n\nvar iframe,\n\telemdisplay = {};\n\n/**\n * Retrieve the actual display of a element\n * @param {String} name nodeName of the element\n * @param {Object} doc Document object\n */\n// Called only from within defaultDisplay\nfunction actualDisplay( name, doc ) {\n\tvar style,\n\t\telem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),\n\n\t\t// getDefaultComputedStyle might be reliably used only on attached element\n\t\tdisplay = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ?\n\n\t\t\t// Use of this method is a temporary fix (more like optimization) until something better comes along,\n\t\t\t// since it was removed from specification and supported only in FF\n\t\t\tstyle.display : jQuery.css( elem[ 0 ], \"display\" );\n\n\t// We don't have any data stored on the element,\n\t// so use \"detach\" method as fast way to get rid of the element\n\telem.detach();\n\n\treturn display;\n}\n\n/**\n * Try to determine the default display value of an element\n * @param {String} nodeName\n */\nfunction defaultDisplay( nodeName ) {\n\tvar doc = document,\n\t\tdisplay = elemdisplay[ nodeName ];\n\n\tif ( !display ) {\n\t\tdisplay = actualDisplay( nodeName, doc );\n\n\t\t// If the simple way fails, read from inside an iframe\n\t\tif ( display === \"none\" || !display ) {\n\n\t\t\t// Use the already-created iframe if possible\n\t\t\tiframe = (iframe || jQuery( \"<iframe frameborder='0' width='0' height='0'/>\" )).appendTo( doc.documentElement );\n\n\t\t\t// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse\n\t\t\tdoc = iframe[ 0 ].contentDocument;\n\n\t\t\t// Support: IE\n\t\t\tdoc.write();\n\t\t\tdoc.close();\n\n\t\t\tdisplay = actualDisplay( nodeName, doc );\n\t\t\tiframe.detach();\n\t\t}\n\n\t\t// Store the correct default display\n\t\telemdisplay[ nodeName ] = display;\n\t}\n\n\treturn display;\n}\nvar rmargin = (/^margin/);\n\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\t\t// Support: IE<=11+, Firefox<=30+ (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tif ( elem.ownerDocument.defaultView.opener ) {\n\t\t\treturn elem.ownerDocument.defaultView.getComputedStyle( elem, null );\n\t\t}\n\n\t\treturn window.getComputedStyle( elem, null );\n\t};\n\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// Support: IE9\n\t// getPropertyValue is only needed for .css('filter') (#12537)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\t}\n\n\tif ( computed ) {\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// Support: iOS < 6\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels\n\t\t// this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values\n\t\tif ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\t\t// Support: IE\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn (this.get = hookFn).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\n(function() {\n\tvar pixelPositionVal, boxSizingReliableVal,\n\t\tdocElem = document.documentElement,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE9-11+\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tcontainer.style.cssText = \"border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;\" +\n\t\t\"position:absolute\";\n\tcontainer.appendChild( div );\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computePixelPositionAndBoxSizingReliable() {\n\t\tdiv.style.cssText =\n\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t// Vendor-prefix box-sizing\n\t\t\t\"-webkit-box-sizing:border-box;-moz-box-sizing:border-box;\" +\n\t\t\t\"box-sizing:border-box;display:block;margin-top:1%;top:1%;\" +\n\t\t\t\"border:1px;padding:1px;width:4px;position:absolute\";\n\t\tdiv.innerHTML = \"\";\n\t\tdocElem.appendChild( container );\n\n\t\tvar divStyle = window.getComputedStyle( div, null );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\t\tboxSizingReliableVal = divStyle.width === \"4px\";\n\n\t\tdocElem.removeChild( container );\n\t}\n\n\t// Support: node.js jsdom\n\t// Don't assume that getComputedStyle is a property of the global object\n\tif ( window.getComputedStyle ) {\n\t\tjQuery.extend( support, {\n\t\t\tpixelPosition: function() {\n\n\t\t\t\t// This test is executed only once but we still do memoizing\n\t\t\t\t// since we can use the boxSizingReliable pre-computing.\n\t\t\t\t// No need to check if the test was already performed, though.\n\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\treturn pixelPositionVal;\n\t\t\t},\n\t\t\tboxSizingReliable: function() {\n\t\t\t\tif ( boxSizingReliableVal == null ) {\n\t\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\t}\n\t\t\t\treturn boxSizingReliableVal;\n\t\t\t},\n\t\t\treliableMarginRight: function() {\n\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Check if div with explicit width and no margin-right incorrectly\n\t\t\t\t// gets computed margin-right based on width of container. (#3333)\n\t\t\t\t// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right\n\t\t\t\t// This support function is only executed once so no memoizing is needed.\n\t\t\t\tvar ret,\n\t\t\t\t\tmarginDiv = div.appendChild( document.createElement( \"div\" ) );\n\n\t\t\t\t// Reset CSS: box-sizing; display; margin; border; padding\n\t\t\t\tmarginDiv.style.cssText = div.style.cssText =\n\t\t\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t\t\t// Vendor-prefix box-sizing\n\t\t\t\t\t\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;\" +\n\t\t\t\t\t\"box-sizing:content-box;display:block;margin:0;border:0;padding:0\";\n\t\t\t\tmarginDiv.style.marginRight = marginDiv.style.width = \"0\";\n\t\t\t\tdiv.style.width = \"1px\";\n\t\t\t\tdocElem.appendChild( container );\n\n\t\t\t\tret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight );\n\n\t\t\t\tdocElem.removeChild( container );\n\t\t\t\tdiv.removeChild( marginDiv );\n\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t});\n\t}\n})();\n\n\n// A method for quickly swapping in/out CSS properties to get correct calculations.\njQuery.swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar\n\t// Swappable if display is none or starts with table except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trnumsplit = new RegExp( \"^(\" + pnum + \")(.*)$\", \"i\" ),\n\trrelNum = new RegExp( \"^([+-])=(\" + pnum + \")\", \"i\" ),\n\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"O\", \"Moz\", \"ms\" ];\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( style, name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in style ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[0].toUpperCase() + name.slice(1),\n\t\torigName = name,\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in style ) {\n\t\t\treturn name;\n\t\t}\n\t}\n\n\treturn origName;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\tvar matches = rnumsplit.exec( value );\n\treturn matches ?\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {\n\tvar i = extra === ( isBorderBox ? \"border\" : \"content\" ) ?\n\t\t// If we already have the right measurement, avoid augmentation\n\t\t4 :\n\t\t// Otherwise initialize for horizontal or vertical properties\n\t\tname === \"width\" ? 1 : 0,\n\n\t\tval = 0;\n\n\tfor ( ; i < 4; i += 2 ) {\n\t\t// Both box models exclude margin, so add it if we want it\n\t\tif ( extra === \"margin\" ) {\n\t\t\tval += jQuery.css( elem, extra + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\tif ( isBorderBox ) {\n\t\t\t// border-box includes padding, so remove it if we want content\n\t\t\tif ( extra === \"content\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// At this point, extra isn't border nor margin, so remove border\n\t\t\tif ( extra !== \"margin\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t} else {\n\t\t\t// At this point, extra isn't content, so add padding\n\t\t\tval += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// At this point, extra isn't content nor padding, so add border\n\t\t\tif ( extra !== \"padding\" ) {\n\t\t\t\tval += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn val;\n}\n\nfunction getWidthOrHeight( elem, name, extra ) {\n\n\t// Start with offset property, which is equivalent to the border-box value\n\tvar valueIsBorderBox = true,\n\t\tval = name === \"width\" ? elem.offsetWidth : elem.offsetHeight,\n\t\tstyles = getStyles( elem ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t// Some non-html elements return undefined for offsetWidth, so check for null/undefined\n\t// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285\n\t// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668\n\tif ( val <= 0 || val == null ) {\n\t\t// Fall back to computed then uncomputed css if necessary\n\t\tval = curCSS( elem, name, styles );\n\t\tif ( val < 0 || val == null ) {\n\t\t\tval = elem.style[ name ];\n\t\t}\n\n\t\t// Computed unit is not pixels. Stop here and return.\n\t\tif ( rnumnonpx.test(val) ) {\n\t\t\treturn val;\n\t\t}\n\n\t\t// Check for style in case a browser which returns unreliable values\n\t\t// for getComputedStyle silently falls back to the reliable elem.style\n\t\tvalueIsBorderBox = isBorderBox &&\n\t\t\t( support.boxSizingReliable() || val === elem.style[ name ] );\n\n\t\t// Normalize \"\", auto, and prepare for extra\n\t\tval = parseFloat( val ) || 0;\n\t}\n\n\t// Use the active box-sizing model to add/subtract irrelevant styles\n\treturn ( val +\n\t\taugmentWidthOrHeight(\n\t\t\telem,\n\t\t\tname,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles\n\t\t)\n\t) + \"px\";\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem, hidden,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tvalues[ index ] = data_priv.get( elem, \"olddisplay\" );\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\t\t\t// Reset the inline display of this element to learn if it is\n\t\t\t// being hidden by cascaded rules or not\n\t\t\tif ( !values[ index ] && display === \"none\" ) {\n\t\t\t\telem.style.display = \"\";\n\t\t\t}\n\n\t\t\t// Set elements which have been overridden with display: none\n\t\t\t// in a stylesheet to whatever the default browser style is\n\t\t\t// for such an element\n\t\t\tif ( elem.style.display === \"\" && isHidden( elem ) ) {\n\t\t\t\tvalues[ index ] = data_priv.access( elem, \"olddisplay\", defaultDisplay(elem.nodeName) );\n\t\t\t}\n\t\t} else {\n\t\t\thidden = isHidden( elem );\n\n\t\t\tif ( display !== \"none\" || !hidden ) {\n\t\t\t\tdata_priv.set( elem, \"olddisplay\", hidden ? display : jQuery.css( elem, \"display\" ) );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of most of the elements in a second loop\n\t// to avoid the constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\t\tif ( !show || elem.style.display === \"none\" || elem.style.display === \"\" ) {\n\t\t\telem.style.display = show ? values[ index ] || \"\" : \"none\";\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.extend({\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {\n\t\t\"float\": \"cssFloat\"\n\t},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = jQuery.camelCase( name ),\n\t\t\tstyle = elem.style;\n\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && (ret = rrelNum.exec( value )) ) {\n\t\t\t\tvalue = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number, add 'px' to the (except for certain CSS properties)\n\t\t\tif ( type === \"number\" && !jQuery.cssNumber[ origName ] ) {\n\t\t\t\tvalue += \"px\";\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !(\"set\" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {\n\t\t\t\tstyle[ name ] = value;\n\t\t\t}\n\n\t\t} else {\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = jQuery.camelCase( name );\n\n\t\t// Make sure that we're working with the right name\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || jQuery.isNumeric( num ) ? num || 0 : val;\n\t\t}\n\t\treturn val;\n\t}\n});\n\njQuery.each([ \"height\", \"width\" ], function( i, name ) {\n\tjQuery.cssHooks[ name ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) && elem.offsetWidth === 0 ?\n\t\t\t\t\tjQuery.swap( elem, cssShow, function() {\n\t\t\t\t\t\treturn getWidthOrHeight( elem, name, extra );\n\t\t\t\t\t}) :\n\t\t\t\t\tgetWidthOrHeight( elem, name, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar styles = extra && getStyles( elem );\n\t\t\treturn setPositiveNumber( elem, value, extra ?\n\t\t\t\taugmentWidthOrHeight(\n\t\t\t\t\telem,\n\t\t\t\t\tname,\n\t\t\t\t\textra,\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\t\tstyles\n\t\t\t\t) : 0\n\t\t\t);\n\t\t}\n\t};\n});\n\n// Support: Android 2.3\njQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn jQuery.swap( elem, { \"display\": \"inline-block\" },\n\t\t\t\tcurCSS, [ elem, \"marginRight\" ] );\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each({\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split(\" \") : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( !rmargin.test( prefix ) ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n});\n\njQuery.fn.extend({\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( jQuery.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t},\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( isHidden( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t});\n\t}\n});\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || \"swing\";\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\tif ( tween.elem[ tween.prop ] != null &&\n\t\t\t\t(!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE9\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t}\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back Compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, timerId,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trfxnum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" ),\n\trrun = /queueHooks$/,\n\tanimationPrefilters = [ defaultPrefilter ],\n\ttweeners = {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value ),\n\t\t\t\ttarget = tween.cur(),\n\t\t\t\tparts = rfxnum.exec( value ),\n\t\t\t\tunit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t\t\t// Starting value computation is required for potential unit mismatches\n\t\t\t\tstart = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +target ) &&\n\t\t\t\t\trfxnum.exec( jQuery.css( tween.elem, prop ) ),\n\t\t\t\tscale = 1,\n\t\t\t\tmaxIterations = 20;\n\n\t\t\tif ( start && start[ 3 ] !== unit ) {\n\t\t\t\t// Trust units reported by jQuery.css\n\t\t\t\tunit = unit || start[ 3 ];\n\n\t\t\t\t// Make sure we update the tween properties later on\n\t\t\t\tparts = parts || [];\n\n\t\t\t\t// Iteratively approximate from a nonzero starting point\n\t\t\t\tstart = +target || 1;\n\n\t\t\t\tdo {\n\t\t\t\t\t// If previous iteration zeroed out, double until we get *something*.\n\t\t\t\t\t// Use string for doubling so we don't accidentally see scale as unchanged below\n\t\t\t\t\tscale = scale || \".5\";\n\n\t\t\t\t\t// Adjust and apply\n\t\t\t\t\tstart = start / scale;\n\t\t\t\t\tjQuery.style( tween.elem, prop, start + unit );\n\n\t\t\t\t// Update scale, tolerating zero or NaN from tween.cur(),\n\t\t\t\t// break the loop if scale is unchanged or perfect, or if we've just had enough\n\t\t\t\t} while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );\n\t\t\t}\n\n\t\t\t// Update tween properties\n\t\t\tif ( parts ) {\n\t\t\t\tstart = tween.start = +start || +target || 0;\n\t\t\t\ttween.unit = unit;\n\t\t\t\t// If a +=/-= token was provided, we're doing a relative animation\n\t\t\t\ttween.end = parts[ 1 ] ?\n\t\t\t\t\tstart + ( parts[ 1 ] + 1 ) * parts[ 2 ] :\n\t\t\t\t\t+parts[ 2 ];\n\t\t\t}\n\n\t\t\treturn tween;\n\t\t} ]\n\t};\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\tsetTimeout(function() {\n\t\tfxNow = undefined;\n\t});\n\treturn ( fxNow = jQuery.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4 ; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( tweeners[ prop ] || [] ).concat( tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( (tween = collection[ index ].call( animation, prop, value )) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\t/* jshint validthis: true */\n\tvar prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHidden( elem ),\n\t\tdataShow = data_priv.get( elem, \"fxshow\" );\n\n\t// Handle queue: false promises\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always(function() {\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always(function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t}\n\n\t// Height/width overflow pass\n\tif ( elem.nodeType === 1 && ( \"height\" in props || \"width\" in props ) ) {\n\t\t// Make sure that nothing sneaks out\n\t\t// Record all 3 overflow attributes because IE9-10 do not\n\t\t// change the overflow attribute when overflowX and\n\t\t// overflowY are set to the same value\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Set display property to inline-block for height/width\n\t\t// animations on inline elements that are having width/height animated\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\n\t\t// Test default display if display is currently \"none\"\n\t\tcheckDisplay = display === \"none\" ?\n\t\t\tdata_priv.get( elem, \"olddisplay\" ) || defaultDisplay( elem.nodeName ) : display;\n\n\t\tif ( checkDisplay === \"inline\" && jQuery.css( elem, \"float\" ) === \"none\" ) {\n\t\t\tstyle.display = \"inline-block\";\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always(function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t});\n\t}\n\n\t// show/hide pass\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.exec( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\n\t\t// Any non-fx value stops us from restoring the original display value\n\t\t} else {\n\t\t\tdisplay = undefined;\n\t\t}\n\t}\n\n\tif ( !jQuery.isEmptyObject( orig ) ) {\n\t\tif ( dataShow ) {\n\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\thidden = dataShow.hidden;\n\t\t\t}\n\t\t} else {\n\t\t\tdataShow = data_priv.access( elem, \"fxshow\", {} );\n\t\t}\n\n\t\t// Store state if its toggle - enables .stop().toggle() to \"reverse\"\n\t\tif ( toggle ) {\n\t\t\tdataShow.hidden = !hidden;\n\t\t}\n\t\tif ( hidden ) {\n\t\t\tjQuery( elem ).show();\n\t\t} else {\n\t\t\tanim.done(function() {\n\t\t\t\tjQuery( elem ).hide();\n\t\t\t});\n\t\t}\n\t\tanim.done(function() {\n\t\t\tvar prop;\n\n\t\t\tdata_priv.remove( elem, \"fxshow\" );\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t}\n\t\t});\n\t\tfor ( prop in orig ) {\n\t\t\ttween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\n\t\t\tif ( !( prop in dataShow ) ) {\n\t\t\t\tdataShow[ prop ] = tween.start;\n\t\t\t\tif ( hidden ) {\n\t\t\t\t\ttween.end = tween.start;\n\t\t\t\t\ttween.start = prop === \"width\" || prop === \"height\" ? 1 : 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t// If this is a noop like .hide().hide(), restore an overwritten display value\n\t} else if ( (display === \"none\" ? defaultDisplay( elem.nodeName ) : display) === \"inline\" ) {\n\t\tstyle.display = display;\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = jQuery.camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( jQuery.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = animationPrefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t}),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ]);\n\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t} else {\n\t\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t},\n\t\tanimation = deferred.promise({\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, { specialEasing: {} }, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t}),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length ; index++ ) {\n\t\tresult = animationPrefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( jQuery.isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t})\n\t);\n\n\t// attach callbacks from options\n\treturn animation.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweener: function( props, callback ) {\n\t\tif ( jQuery.isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.split(\" \");\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length ; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\ttweeners[ prop ] = tweeners[ prop ] || [];\n\t\t\ttweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tanimationPrefilters.unshift( callback );\n\t\t} else {\n\t\t\tanimationPrefilters.push( callback );\n\t\t}\n\t}\n});\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tjQuery.isFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !jQuery.isFunction( easing ) && easing\n\t};\n\n\topt.duration = jQuery.fx.off ? 0 : typeof opt.duration === \"number\" ? opt.duration :\n\t\topt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( jQuery.isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend({\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHidden ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate({ opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || data_priv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = data_priv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t});\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tvar index,\n\t\t\t\tdata = data_priv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t});\n\t}\n});\n\njQuery.each([ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n});\n\n// Generate shortcuts for custom animations\njQuery.each({\n\tslideDown: genFx(\"show\"),\n\tslideUp: genFx(\"hide\"),\n\tslideToggle: genFx(\"toggle\"),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n});\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = jQuery.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\t\t// Checks the timer has not already been removed\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tif ( timer() ) {\n\t\tjQuery.fx.start();\n\t} else {\n\t\tjQuery.timers.pop();\n\t}\n};\n\njQuery.fx.interval = 13;\n\njQuery.fx.start = function() {\n\tif ( !timerId ) {\n\t\ttimerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );\n\t}\n};\n\njQuery.fx.stop = function() {\n\tclearInterval( timerId );\n\ttimerId = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\tclearTimeout( timeout );\n\t\t};\n\t});\n};\n\n\n(function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: iOS<=5.1, Android<=4.2+\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE<=11+\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: Android<=2.3\n\t// Options inside disabled selects are incorrectly marked as disabled\n\tselect.disabled = true;\n\tsupport.optDisabled = !opt.disabled;\n\n\t// Support: IE<=11+\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n})();\n\n\nvar nodeHook, boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend({\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tattr: function( elem, name, value ) {\n\t\tvar hooks, ret,\n\t\t\tnType = elem.nodeType;\n\n\t\t// don't get/set attributes on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === strundefined ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// All attributes are lowercase\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\tname = name.toLowerCase();\n\t\t\thooks = jQuery.attrHooks[ name ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\n\t\t\t} else if ( hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {\n\t\t\t\treturn ret;\n\n\t\t\t} else {\n\t\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\t\treturn value;\n\t\t\t}\n\n\t\t} else if ( hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ) {\n\t\t\treturn ret;\n\n\t\t} else {\n\t\t\tret = jQuery.find.attr( elem, name );\n\n\t\t\t// Non-existent attributes return null, we normalize to undefined\n\t\t\treturn ret == null ?\n\t\t\t\tundefined :\n\t\t\t\tret;\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name, propName,\n\t\t\ti = 0,\n\t\t\tattrNames = value && value.match( rnotwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( (name = attrNames[i++]) ) {\n\t\t\t\tpropName = jQuery.propFix[ name ] || name;\n\n\t\t\t\t// Boolean attributes get special treatment (#10870)\n\t\t\t\tif ( jQuery.expr.match.bool.test( name ) ) {\n\t\t\t\t\t// Set corresponding property to false\n\t\t\t\t\telem[ propName ] = false;\n\t\t\t\t}\n\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tjQuery.nodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle;\n\t\tif ( !isXML ) {\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ name ];\n\t\t\tattrHandle[ name ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tname.toLowerCase() :\n\t\t\t\tnull;\n\t\t\tattrHandle[ name ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n});\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i;\n\njQuery.fn.extend({\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t},\n\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks, notxml,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnotxml = nType !== 1 || !jQuery.isXMLDoc( elem );\n\n\t\tif ( notxml ) {\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\treturn hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ?\n\t\t\t\tret :\n\t\t\t\t( elem[ name ] = value );\n\n\t\t} else {\n\t\t\treturn hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ?\n\t\t\t\tret :\n\t\t\t\telem[ name ];\n\t\t}\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\t\t\t\treturn elem.hasAttribute( \"tabindex\" ) || rfocusable.test( elem.nodeName ) || elem.href ?\n\t\t\t\t\telem.tabIndex :\n\t\t\t\t\t-1;\n\t\t\t}\n\t\t}\n\t}\n});\n\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t}\n\t};\n}\n\njQuery.each([\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n});\n\n\n\n\nvar rclass = /[\\t\\r\\n\\f]/g;\n\njQuery.fn.extend({\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\n\t\tif ( proceed ) {\n\t\t\t// The disjunction here is for better compressibility (see removeClass)\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\" \"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = jQuery.trim( cur );\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = arguments.length === 0 || typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\t\tif ( proceed ) {\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\"\"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) >= 0 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = value ? jQuery.trim( cur ) : \"\";\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value;\n\n\t\tif ( typeof stateVal === \"boolean\" && type === \"string\" ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( type === \"string\" ) {\n\t\t\t\t// Toggle individual class names\n\t\t\t\tvar className,\n\t\t\t\t\ti = 0,\n\t\t\t\t\tself = jQuery( this ),\n\t\t\t\t\tclassNames = value.match( rnotwhite ) || [];\n\n\t\t\t\twhile ( (className = classNames[ i++ ]) ) {\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( type === strundefined || type === \"boolean\" ) {\n\t\t\t\tif ( this.className ) {\n\t\t\t\t\t// store className if set\n\t\t\t\t\tdata_priv.set( this, \"__className__\", this.className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tthis.className = this.className || value === false ? \"\" : data_priv.get( this, \"__className__\" ) || \"\";\n\t\t\t}\n\t\t});\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className = \" \" + selector + \" \",\n\t\t\ti = 0,\n\t\t\tl = this.length;\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tif ( this[i].nodeType === 1 && (\" \" + this[i].className + \" \").replace(rclass, \" \").indexOf( className ) >= 0 ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n});\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend({\n\tval: function( value ) {\n\t\tvar hooks, ret, isFunction,\n\t\t\telem = this[0];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, \"value\" )) !== undefined ) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\treturn typeof ret === \"string\" ?\n\t\t\t\t\t// Handle most common string cases\n\t\t\t\t\tret.replace(rreturn, \"\") :\n\t\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\t\tret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tisFunction = jQuery.isFunction( value );\n\n\t\treturn this.each(function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( isFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( jQuery.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t});\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !(\"set\" in hooks) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\t\t\t\t\t// Support: IE10-11+\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\tjQuery.trim( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\" || index < 0,\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length,\n\t\t\t\t\ti = index < 0 ?\n\t\t\t\t\t\tmax :\n\t\t\t\t\t\tone ? index : 0;\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// IE6-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t( support.optDisabled ? !option.disabled : option.getAttribute( \"disabled\" ) === null ) &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\t\t\t\t\tif ( (option.selected = jQuery.inArray( option.value, values ) >= 0) ) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Radios and checkboxes getter/setter\njQuery.each([ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( jQuery.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute(\"value\") === null ? \"on\" : elem.value;\n\t\t};\n\t}\n});\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\njQuery.each( (\"blur focus focusin focusout load resize scroll unload click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup error contextmenu\").split(\" \"), function( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n});\n\njQuery.fn.extend({\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t},\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ? this.off( selector, \"**\" ) : this.off( types, selector || \"**\", fn );\n\t}\n});\n\n\nvar nonce = jQuery.now();\n\nvar rquery = (/\\?/);\n\n\n\n// Support: Android 2.3\n// Workaround failure to string-cast null input\njQuery.parseJSON = function( data ) {\n\treturn JSON.parse( data + \"\" );\n};\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml, tmp;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE9\n\ttry {\n\t\ttmp = new DOMParser();\n\t\txml = tmp.parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trhash = /#.*$/,\n\trts = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\trurl = /^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Document location\n\tajaxLocation = window.location.href,\n\n\t// Segment location into parts\n\tajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || [];\n\n\t\tif ( jQuery.isFunction( func ) ) {\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( (dataType = dataTypes[i++]) ) {\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[0] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" && !seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t});\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || (deep = {}) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader(\"Content-Type\");\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[0] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s[ \"throws\" ] ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn { state: \"parsererror\", error: conv ? e : \"No conversion from \" + prev + \" to \" + current };\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend({\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: ajaxLocation,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /xml/,\n\t\t\thtml: /html/,\n\t\t\tjson: /json/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": jQuery.parseJSON,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\t\t\t// Cross-domain detection vars\n\t\t\tparts,\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\t\t\t// Loop variable\n\t\t\ti,\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\tjQuery.event,\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks(\"once memory\"),\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\t\t\t// The jqXHR state\n\t\t\tstate = 0,\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( state === 2 ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( (match = rheaders.exec( responseHeadersString )) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[1].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn state === 2 ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tvar lname = name.toLowerCase();\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\tname = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\t// Lazy-add the new callback in a way that preserves old ones\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR ).complete = completeDeferred.add;\n\t\tjqXHR.success = jqXHR.done;\n\t\tjqXHR.error = jqXHR.fail;\n\n\t\t// Remove hash character (#7531: and string promotion)\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || ajaxLocation ) + \"\" ).replace( rhash, \"\" )\n\t\t\t.replace( rprotocol, ajaxLocParts[ 1 ] + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = jQuery.trim( s.dataType || \"*\" ).toLowerCase().match( rnotwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when we have a protocol:host:port mismatch\n\t\tif ( s.crossDomain == null ) {\n\t\t\tparts = rurl.exec( s.url.toLowerCase() );\n\t\t\ts.crossDomain = !!( parts &&\n\t\t\t\t( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||\n\t\t\t\t\t( parts[ 3 ] || ( parts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) !==\n\t\t\t\t\t\t( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) )\n\t\t\t);\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( state === 2 ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger(\"ajaxStart\");\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\tcacheURL = s.url;\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// If data is available, append data to url\n\t\t\tif ( s.data ) {\n\t\t\t\tcacheURL = ( s.url += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data );\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add anti-cache in url if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\ts.url = rts.test( cacheURL ) ?\n\n\t\t\t\t\t// If there is already a '_' parameter, set its value\n\t\t\t\t\tcacheURL.replace( rts, \"$1_=\" + nonce++ ) :\n\n\t\t\t\t\t// Otherwise add one to the end\n\t\t\t\t\tcacheURL + ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + nonce++;\n\t\t\t}\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tfor ( i in { success: 1, error: 1, complete: 1 } ) {\n\t\t\tjqXHR[ i ]( s[ i ] );\n\t\t}\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = setTimeout(function() {\n\t\t\t\t\tjqXHR.abort(\"timeout\");\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tstate = 1;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\t\t\t\t// Propagate exception as error if not done\n\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\tdone( -1, e );\n\t\t\t\t// Simply rethrow otherwise\n\t\t\t\t} else {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Called once\n\t\t\tif ( state === 2 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// State is \"done\" now\n\t\t\tstate = 2;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\tclearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"Last-Modified\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"etag\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger(\"ajaxStop\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n});\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( jQuery.isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\treturn jQuery.ajax({\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t});\n\t};\n});\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t});\n};\n\n\njQuery.fn.extend({\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapAll( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\tif ( this[ 0 ] ) {\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map(function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t}).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t});\n\t},\n\n\twrap: function( html ) {\n\t\tvar isFunction = jQuery.isFunction( html );\n\n\t\treturn this.each(function( i ) {\n\t\t\tjQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );\n\t\t});\n\t},\n\n\tunwrap: function() {\n\t\treturn this.parent().each(function() {\n\t\t\tif ( !jQuery.nodeName( this, \"body\" ) ) {\n\t\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t\t}\n\t\t}).end();\n\t}\n});\n\n\njQuery.expr.filters.hidden = function( elem ) {\n\t// Support: Opera <= 12.12\n\t// Opera reports offsetWidths and offsetHeights less than zero on some elements\n\treturn elem.offsetWidth <= 0 && elem.offsetHeight <= 0;\n};\njQuery.expr.filters.visible = function( elem ) {\n\treturn !jQuery.expr.filters.hidden( elem );\n};\n\n\n\n\nvar r20 = /%20/g,\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( jQuery.isArray( obj ) ) {\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams( prefix + \"[\" + ( typeof v === \"object\" ? i : \"\" ) + \"]\", v, traditional, add );\n\t\t\t}\n\t\t});\n\n\t} else if ( !traditional && jQuery.type( obj ) === \"object\" ) {\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, value ) {\n\t\t\t// If value is a function, invoke it and return its value\n\t\t\tvalue = jQuery.isFunction( value ) ? value() : ( value == null ? \"\" : value );\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" + encodeURIComponent( value );\n\t\t};\n\n\t// Set traditional to true for jQuery <= 1.3.2 behavior.\n\tif ( traditional === undefined ) {\n\t\ttraditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t});\n\n\t} else {\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" ).replace( r20, \"+\" );\n};\n\njQuery.fn.extend({\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map(function() {\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t})\n\t\t.filter(function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t})\n\t\t.map(function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\treturn val == null ?\n\t\t\t\tnull :\n\t\t\t\tjQuery.isArray( val ) ?\n\t\t\t\t\tjQuery.map( val, function( val ) {\n\t\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t\t}) :\n\t\t\t\t\t{ name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t}).get();\n\t}\n});\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new XMLHttpRequest();\n\t} catch( e ) {}\n};\n\nvar xhrId = 0,\n\txhrCallbacks = {},\n\txhrSuccessStatus = {\n\t\t// file protocol always yields status code 0, assume 200\n\t\t0: 200,\n\t\t// Support: IE9\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\n// Support: IE9\n// Open requests must be manually aborted on unload (#5280)\n// See https://support.microsoft.com/kb/2856746 for more info\nif ( window.attachEvent ) {\n\twindow.attachEvent( \"onunload\", function() {\n\t\tfor ( var key in xhrCallbacks ) {\n\t\t\txhrCallbacks[ key ]();\n\t\t}\n\t});\n}\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport(function( options ) {\n\tvar callback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr(),\n\t\t\t\t\tid = ++xhrId;\n\n\t\t\t\txhr.open( options.type, options.url, options.async, options.username, options.password );\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[\"X-Requested-With\"] ) {\n\t\t\t\t\theaders[\"X-Requested-With\"] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tdelete xhrCallbacks[ id ];\n\t\t\t\t\t\t\tcallback = xhr.onload = xhr.onerror = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\t// file: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\t\t\t\t\t\t\t\t\t// Support: IE9\n\t\t\t\t\t\t\t\t\t// Accessing binary-data responseText throws an exception\n\t\t\t\t\t\t\t\t\t// (#11426)\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText === \"string\" ? {\n\t\t\t\t\t\t\t\t\t\ttext: xhr.responseText\n\t\t\t\t\t\t\t\t\t} : undefined,\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\txhr.onerror = callback(\"error\");\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = xhrCallbacks[ id ] = callback(\"abort\");\n\n\t\t\t\ttry {\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\n// Install script dataType\njQuery.ajaxSetup({\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /(?:java|ecma)script/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n});\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n});\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery(\"<script>\").prop({\n\t\t\t\t\tasync: true,\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t}).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup({\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n});\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" && !( s.contentType || \"\" ).indexOf(\"application/x-www-form-urlencoded\") && rjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[\"script json\"] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always(function() {\n\t\t\t// Restore preexisting value\n\t\t\twindow[ callbackName ] = overwritten;\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\t\t\t\t// make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && jQuery.isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t});\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n});\n\n\n\n\n// data: string of html\n// context (optional): If specified, the fragment will be created in this context, defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\tcontext = context || document;\n\n\tvar parsed = rsingleTag.exec( data ),\n\t\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[1] ) ];\n\t}\n\n\tparsed = jQuery.buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n// Keep a copy of the old load method\nvar _load = jQuery.fn.load;\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tif ( typeof url !== \"string\" && _load ) {\n\t\treturn _load.apply( this, arguments );\n\t}\n\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf(\" \");\n\n\tif ( off >= 0 ) {\n\t\tselector = jQuery.trim( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( jQuery.isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax({\n\t\t\turl: url,\n\n\t\t\t// if \"type\" variable is undefined, then \"GET\" method will be used\n\t\t\ttype: type,\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t}).done(function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery(\"<div>\").append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t}).complete( callback && function( jqXHR, status ) {\n\t\t\tself.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t});\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [ \"ajaxStart\", \"ajaxStop\", \"ajaxComplete\", \"ajaxError\", \"ajaxSuccess\", \"ajaxSend\" ], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n});\n\n\n\n\njQuery.expr.filters.animated = function( elem ) {\n\treturn jQuery.grep(jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t}).length;\n};\n\n\n\n\nvar docElem = window.document.documentElement;\n\n/**\n * Gets a window from an element\n */\nfunction getWindow( elem ) {\n\treturn jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;\n}\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf(\"auto\") > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( jQuery.isFunction( options ) ) {\n\t\t\toptions = options.call( elem, i, curOffset );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend({\n\toffset: function( options ) {\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each(function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t});\n\t\t}\n\n\t\tvar docElem, win,\n\t\t\telem = this[ 0 ],\n\t\t\tbox = { top: 0, left: 0 },\n\t\t\tdoc = elem && elem.ownerDocument;\n\n\t\tif ( !doc ) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocElem = doc.documentElement;\n\n\t\t// Make sure it's not a disconnected DOM node\n\t\tif ( !jQuery.contains( docElem, elem ) ) {\n\t\t\treturn box;\n\t\t}\n\n\t\t// Support: BlackBerry 5, iOS 3 (original iPhone)\n\t\t// If we don't have gBCR, just use 0,0 rather than error\n\t\tif ( typeof elem.getBoundingClientRect !== strundefined ) {\n\t\t\tbox = elem.getBoundingClientRect();\n\t\t}\n\t\twin = getWindow( doc );\n\t\treturn {\n\t\t\ttop: box.top + win.pageYOffset - docElem.clientTop,\n\t\t\tleft: box.left + win.pageXOffset - docElem.clientLeft\n\t\t};\n\t},\n\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\t\t\t// Assume getBoundingClientRect is there when computed position is fixed\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\t// Get *real* offsetParent\n\t\t\toffsetParent = this.offsetParent();\n\n\t\t\t// Get correct offsets\n\t\t\toffset = this.offset();\n\t\t\tif ( !jQuery.nodeName( offsetParent[ 0 ], \"html\" ) ) {\n\t\t\t\tparentOffset = offsetParent.offset();\n\t\t\t}\n\n\t\t\t// Add offsetParent borders\n\t\t\tparentOffset.top += jQuery.css( offsetParent[ 0 ], \"borderTopWidth\", true );\n\t\t\tparentOffset.left += jQuery.css( offsetParent[ 0 ], \"borderLeftWidth\", true );\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\toffsetParent: function() {\n\t\treturn this.map(function() {\n\t\t\tvar offsetParent = this.offsetParent || docElem;\n\n\t\t\twhile ( offsetParent && ( !jQuery.nodeName( offsetParent, \"html\" ) && jQuery.css( offsetParent, \"position\" ) === \"static\" ) ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || docElem;\n\t\t});\n\t}\n});\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\t\t\tvar win = getWindow( elem );\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : window.pageXOffset,\n\t\t\t\t\ttop ? val : window.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length, null );\n\t};\n});\n\n// Support: Safari<7+, Chrome<37+\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n});\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name }, function( defaultExtra, funcName ) {\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( jQuery.isWindow( elem ) ) {\n\t\t\t\t\t// As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there\n\t\t\t\t\t// isn't a whole lot we can do. See pull request at this URL for discussion:\n\t\t\t\t\t// https://github.com/jquery/jquery/pull/764\n\t\t\t\t\treturn elem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable, null );\n\t\t};\n\t});\n});\n\n\n// The number of elements contained in the matched element set\njQuery.fn.size = function() {\n\treturn this.length;\n};\n\njQuery.fn.andSelf = jQuery.fn.addBack;\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t});\n}\n\n\n\n\nvar\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( typeof noGlobal === strundefined ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n\n}));\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/viewer.js","webpack:///./node_modules/jquery/dist/jquery.js"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","parentJsonpFunction","shift","installedModules","0","__webpack_require__","exports","module","l","e","promises","installedChunkData","promise","Promise","resolve","reject","onScriptComplete","script","document","createElement","charset","timeout","nc","setAttribute","src","p","1","2","jsonpScriptSrc","event","onerror","onload","clearTimeout","chunk","errorType","type","realSrc","target","error","Error","request","undefined","setTimeout","head","appendChild","all","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","oe","err","console","jsonpArray","window","oldJsonpFunction","slice","s","__webpack_exports__","__webpack_nonce__","btoa","OC","requestToken","__webpack_public_path__","filePath","videojs","videoViewer","UI","show","source","escapeHTML","location","replace","mime","playerView","id","classList","add","controls","preload","width","height","poster","inline","overlay","style","display","outer_container","container","player","body","addEventListener","this","hidePlayer","wrapper","fill","ready","closeButton","className","href","getElementById","play","hide","parentElement","removeChild","file","mimeTypes","mimeTypeAliasses","video/x-matroska","onView","dir","fileList","getDownloadUrl","$file","attr","showPlayer","onViewInline","element","then","_videojs","default","dispose","log","message","keyCode","FileActions","OCA","Files","fileActions","register","PERMISSION_READ","setDefault","mimetype","isSupportedMimetype","videoUrl","__WEBPACK_AMD_DEFINE_RESULT__","global","factory","noGlobal","arr","concat","indexOf","class2type","toString","hasOwn","support","jQuery","selector","context","fn","init","rtrim","rmsPrefix","rdashAlpha","fcamelCase","letter","toUpperCase","isArraylike","obj","isWindow","nodeType","jquery","constructor","toArray","num","pushStack","elems","ret","merge","prevObject","each","callback","args","map","elem","apply","arguments","first","eq","last","len","j","end","sort","splice","extend","options","copy","copyIsArray","clone","deep","isFunction","isPlainObject","isArray","expando","Math","random","isReady","msg","noop","Array","isNumeric","parseFloat","isEmptyObject","globalEval","code","indirect","eval","trim","text","parentNode","camelCase","string","nodeName","toLowerCase","makeArray","results","inArray","second","grep","invert","matches","callbackExpect","arg","guid","proxy","tmp","now","Date","split","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","sortOrder","a","b","MAX_NEGATIVE","pop","push_native","list","booleans","whitespace","characterEncoding","identifier","attributes","pseudos","rwhitespace","RegExp","rcomma","rcombinators","rattributeQuotes","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","needsContext","rinputs","rheader","rnative","rquickExpr","rsibling","rescape","runescape","funescape","_","escaped","escapedWhitespace","high","String","fromCharCode","unloadHandler","childNodes","els","seed","match","groups","old","nid","newContext","newSelector","ownerDocument","exec","getElementsByTagName","getElementsByClassName","qsa","test","getAttribute","toSelector","testContext","join","querySelectorAll","qsaError","removeAttribute","keys","cache","cacheLength","markFunction","assert","div","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createPositionalPseudo","argument","matchIndexes","documentElement","node","hasCompare","parent","doc","defaultView","top","attachEvent","createComment","getById","getElementsByName","find","filter","attrId","getAttributeNode","tag","innerHTML","input","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","val","specified","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative",">"," ","+","~","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","simple","forward","ofType","xml","outerCache","nodeIndex","start","useCache","lastChild","pseudo","setFilters","idx","matched","not","matcher","unmatched","has","innerText","lang","elemLang","hash","root","focus","activeElement","hasFocus","tabIndex","enabled","disabled","checked","selected","selectedIndex","empty","header","button","even","odd","lt","gt","radio","checkbox","password","image","submit","reset","tokens","addCombinator","combinator","base","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","setMatchers","elementMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","matcherFromGroupMatchers","token","compiled","div1","defaultValue","unique","isXMLDoc","rneedsContext","rsingleTag","risSimple","winnow","qualifier","self","is","rootjQuery","parseHTML","rparentsprev","guaranteedUnique","children","contents","next","prev","sibling","until","truncate","targets","closest","pos","index","prevAll","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","siblings","contentDocument","reverse","readyList","rnotwhite","optionsCache","completed","removeEventListener","Callbacks","flag","createOptions","memory","fired","firing","firingStart","firingLength","firingIndex","stack","once","fire","stopOnFalse","disable","remove","lock","locked","fireWith","Deferred","func","tuples","state","always","deferred","fail","fns","newDefer","tuple","returned","progress","notify","pipe","stateString","when","subordinate","progressValues","progressContexts","resolveContexts","resolveValues","remaining","updateFunc","values","notifyWith","resolveWith","readyWait","holdReady","hold","wait","triggerHandler","off","readyState","access","chainable","emptyGet","raw","bulk","Data","uid","acceptData","owner","accepts","descriptor","unlock","defineProperties","set","prop","stored","camel","hasData","discard","data_priv","data_user","rbrace","rmultiDash","dataAttr","parseJSON","removeData","_data","_removeData","camelKey","queue","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","cssExpand","isHidden","el","css","rcheckableType","createDocumentFragment","checkClone","cloneNode","noCloneChecked","focusinBubbles","rkeyEvent","rmouseEvent","rfocusMorph","rtypenamespace","returnTrue","returnFalse","safeActiveElement","types","handleObjIn","eventHandle","events","handleObj","special","handlers","namespaces","origType","elemData","handle","triggered","dispatch","delegateType","bindType","namespace","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","trigger","onlyHandlers","bubbleType","ontype","eventPath","Event","isTrigger","namespace_re","noBubble","parentWindow","isPropagationStopped","preventDefault","isDefaultPrevented","_default","fix","handlerQueue","delegateTarget","preDispatch","currentTarget","isImmediatePropagationStopped","stopPropagation","postDispatch","sel","props","fixHooks","keyHooks","original","which","charCode","mouseHooks","eventDoc","pageX","clientX","scrollLeft","clientLeft","pageY","clientY","scrollTop","clientTop","originalEvent","fixHook","load","blur","click","beforeunload","returnValue","simulate","bubble","isSimulated","defaultPrevented","timeStamp","stopImmediatePropagation","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","relatedTarget","attaches","on","one","origFn","rxhtmlTag","rtagName","rhtml","rnoInnerhtml","rchecked","rscriptType","rscriptTypeMasked","rcleanScript","wrapMap","option","thead","col","tr","td","manipulationTarget","content","disableScript","restoreScript","setGlobalEval","refElements","cloneCopyEvent","dest","pdataOld","pdataCur","udataOld","udataCur","getAll","optgroup","tbody","tfoot","colgroup","caption","th","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","buildFragment","scripts","selection","wrap","fragment","nodes","createTextNode","cleanData","append","domManip","prepend","insertBefore","before","after","keepData","html","replaceWith","replaceChild","detach","hasScripts","iNoClone","_evalUrl","appendTo","prependTo","insertAfter","replaceAll","insert","iframe","elemdisplay","actualDisplay","getDefaultComputedStyle","defaultDisplay","write","close","rmargin","rnumnonpx","getStyles","opener","getComputedStyle","curCSS","computed","minWidth","maxWidth","getPropertyValue","addGetHookIf","conditionFn","hookFn","pixelPositionVal","boxSizingReliableVal","computePixelPositionAndBoxSizingReliable","cssText","divStyle","backgroundClip","clearCloneStyle","pixelPosition","boxSizingReliable","reliableMarginRight","marginDiv","marginRight","swap","rdisplayswap","rnumsplit","rrelNum","cssShow","position","visibility","cssNormalTransform","letterSpacing","fontWeight","cssPrefixes","vendorPropName","capName","origName","setPositiveNumber","subtract","max","augmentWidthOrHeight","extra","isBorderBox","styles","getWidthOrHeight","valueIsBorderBox","offsetWidth","offsetHeight","showHide","hidden","Tween","easing","cssHooks","opacity","cssNumber","columnCount","fillOpacity","flexGrow","flexShrink","lineHeight","order","orphans","widows","zIndex","zoom","cssProps","float","margin","padding","border","prefix","suffix","expand","expanded","parts","toggle","unit","propHooks","run","percent","eased","duration","step","tween","fx","linear","swing","cos","PI","fxNow","timerId","rfxtypes","rfxnum","rrun","animationPrefilters","opts","oldfire","anim","dataShow","unqueued","overflow","overflowX","overflowY","createTween","tweeners","*","scale","maxIterations","createFxNow","genFx","includeWidth","animation","collection","Animation","properties","stopped","tick","currentTime","startTime","tweens","specialEasing","originalProperties","originalOptions","gotoEnd","rejectWith","propFilter","timer","complete","tweener","prefilter","speed","opt","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","interval","setInterval","clearInterval","slow","fast","delay","time","checkOn","optSelected","optDisabled","radioValue","boolHook","removeAttr","nType","attrHooks","nodeHook","propName","attrNames","propFix","rfocusable","removeProp","for","class","hasAttribute","rclass","addClass","classes","clazz","finalValue","proceed","removeClass","toggleClass","stateVal","classNames","hasClass","rreturn","valHooks","optionSet","hover","fnOver","fnOut","unbind","delegate","undelegate","nonce","rquery","JSON","parse","parseXML","DOMParser","parseFromString","rhash","rts","rheaders","rnoContent","rprotocol","rurl","prefilters","transports","allTypes","ajaxLocation","ajaxLocParts","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","processData","async","contentType","json","responseFields","converters","* text","text html","text json","text xml","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","fireGlobals","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","lname","overrideMimeType","mimeType","status","abort","statusText","finalText","success","method","crossDomain","param","traditional","hasContent","ifModified","headers","beforeSend","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","ajaxConvert","getJSON","getScript","throws","wrapAll","firstElementChild","wrapInner","unwrap","visible","r20","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","v","encodeURIComponent","serialize","serializeArray","xhr","XMLHttpRequest","xhrId","xhrCallbacks","xhrSuccessStatus","1223","xhrSupported","cors","open","username","xhrFields","responseText","text script","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","keepScripts","parsed","_load","params","animated","getWindow","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","left","using","win","box","getBoundingClientRect","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","","defaultExtra","funcName","size","andSelf","_jQuery","_$","$","noConflict","w"],"mappings":"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","file":"main.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t};\n\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t0: 0\n \t};\n\n\n\n \t// script path function\n \tfunction jsonpScriptSrc(chunkId) {\n \t\treturn __webpack_require__.p + \"\" + ({\"1\":\"vendors~videojs\",\"2\":\"videojs\"}[chunkId]||chunkId) + \".js\"\n \t}\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar promises = [];\n\n\n \t\t// JSONP chunk loading for javascript\n\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n \t\t\t// a Promise means \"currently loading\".\n \t\t\tif(installedChunkData) {\n \t\t\t\tpromises.push(installedChunkData[2]);\n \t\t\t} else {\n \t\t\t\t// setup Promise in chunk cache\n \t\t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t\t\t});\n \t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n \t\t\t\t// start chunk loading\n \t\t\t\tvar script = document.createElement('script');\n \t\t\t\tvar onScriptComplete;\n\n \t\t\t\tscript.charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t}\n \t\t\t\tscript.src = jsonpScriptSrc(chunkId);\n\n \t\t\t\tonScriptComplete = function (event) {\n \t\t\t\t\t// avoid mem leaks in IE.\n \t\t\t\t\tscript.onerror = script.onload = null;\n \t\t\t\t\tclearTimeout(timeout);\n \t\t\t\t\tvar chunk = installedChunks[chunkId];\n \t\t\t\t\tif(chunk !== 0) {\n \t\t\t\t\t\tif(chunk) {\n \t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n \t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n \t\t\t\t\t\t\tvar error = new Error('Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')');\n \t\t\t\t\t\t\terror.type = errorType;\n \t\t\t\t\t\t\terror.request = realSrc;\n \t\t\t\t\t\t\tchunk[1](error);\n \t\t\t\t\t\t}\n \t\t\t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t\t\t}\n \t\t\t\t};\n \t\t\t\tvar timeout = setTimeout(function(){\n \t\t\t\t\tonScriptComplete({ type: 'timeout', target: script });\n \t\t\t\t}, 120000);\n \t\t\t\tscript.onerror = script.onload = onScriptComplete;\n \t\t\t\tdocument.head.appendChild(script);\n \t\t\t}\n \t\t}\n \t\treturn Promise.all(promises);\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/js/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n","/*\n * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nimport $ from 'jquery';\n\n__webpack_nonce__ = btoa(OC.requestToken)\n__webpack_public_path__ = OC.filePath('files_videoplayer', '', 'js/')\n\nvar videojs = null;\n\nvar videoViewer = {\n\tUI: {\n\t\tshow: function () {\n\n\t\t\tvar source = document.createElement('source');\n\t\t\tsource.src = escapeHTML(videoViewer.location).replace('&amp;', '&');\n\n\t\t\tif (videoViewer.mime) {\n\t\t\t\tsource.type = escapeHTML(videoViewer.mime);\n\t\t\t}\n\n\t\t\tvar playerView = document.createElement('video');\n\t\t\tplayerView.id = 'my_video_1';\n\t\t\tplayerView.classList.add('video-js');\n\t\t\tplayerView.classList.add('vjs-fill');\n\t\t\tplayerView.classList.add('vjs-big-play-centered');\n\t\t\tplayerView.controls = true;\n\t\t\tplayerView.preload = \"auto\";\n\t\t\tplayerView.width = \"100%\";\n\t\t\tplayerView.height = \"100%\";\n\t\t\tplayerView.poster = OC.filePath('files_videoplayer', '', 'img') + '/poster.png';\n\t\t\tplayerView.setAttribute('data-setup', '{\"techOrder\": [\"html5\"]}');\n\t\t\tplayerView.appendChild(source);\n\n\t\t\tif (videoViewer.inline === null) {\n\t\t\t\tvar overlay = document.createElement('div');\n\t\t\t\toverlay.id = 'videoplayer_overlay';\n\t\t\t\toverlay.style.display = 'none';\n\n\t\t\t\tvar outer_container = document.createElement('div');\n\t\t\t\touter_container.id = 'videoplayer_outer_container';\n\n\t\t\t\tvar container = document.createElement('div');\n\t\t\t\tcontainer.id = 'videoplayer_container';\n\n\t\t\t\tvar player = document.createElement('div');\n\t\t\t\tplayer.id = 'videoplayer';\n\n\t\t\t\tcontainer.appendChild(player);\n\t\t\t\touter_container.appendChild(container);\n\t\t\t\toverlay.appendChild(outer_container);\n\n\t\t\t\tplayer.appendChild(playerView);\n\t\t\t\tdocument.body.appendChild(overlay);\n\n\t\t\t\t// close when clicking on the overlay\n\t\t\t\toverlay.addEventListener('click', function(e) {\n\t\t\t\t\tif (e.target === this) {\n\t\t\t\t\t\tvideoViewer.hidePlayer();\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\t// show elements\n\t\t\t\toverlay.style.display = 'block';\n\t\t\t\t//overlay.fadeIn('fast'); TODO: convert to fadein!\n\t\t\t} else {\n\t\t\t\tvar wrapper = document.createElement('div');\n\t\t\t\twrapper.id = 'videoplayer_view';\n\t\t\t\twrapper.appendChild(playerView);\n\t\t\t\tvideoViewer.inline.appendChild(wrapper);\n\t\t\t}\n\t\t\t// initialize player\n\t\t\tvideojs(\"my_video_1\", {\n\t\t\t\tfill: true,\n\t\t\t}).ready(function () {\n\t\t\t\tvideoViewer.player = this;\n\t\t\t\tif (videoViewer.inline === null) {\n\t\t\t\t\t// append close button to video element\n\t\t\t\t\tvar closeButton = document.createElement('a');\n\t\t\t\t\tcloseButton.className = 'icon-view-close';\n\t\t\t\t\tcloseButton.id = 'box-close';\n\t\t\t\t\tcloseButton.href = '#';\n\t\t\t\t\tcloseButton.addEventListener('click', function () {\n\t\t\t\t\t\tvideoViewer.hidePlayer();\n\t\t\t\t\t});\n\t\t\t\t\tdocument.getElementById('my_video_1').appendChild(closeButton);\n\t\t\t\t}\n\t\t\t\t// autoplay\n\t\t\t\tif (document.getElementById('body-public') === null) {\n\t\t\t\t\tvideoViewer.player.play();\n\t\t\t\t}\n\t\t\t});\n\n\t\t},\n\t\thide: function () {\n\t\t\t/* TODO: it was, so put the fade back in\n\t\t\t$('#videoplayer_overlay').fadeOut('fast', function () {\n\t\t\t\t$('#videoplayer_overlay').remove();\n\t\t\t});\n\t\t\t*/\n\t\t\tvar overlay = document.getElementById('videoplayer_overlay');\n\t\t\toverlay.style.display = 'none';\n\t\t\toverlay.parentElement.removeChild(overlay);\n\t\t}\n\t},\n\tmime: null,\n\tfile: null,\n\tlocation: null,\n\tplayer: null,\n\tinline: null,\n\tmimeTypes: [\n\t\t'video/mp4',\n\t\t'video/x-m4v',\n\t\t'video/webm',\n\t\t'video/x-flv',\n\t\t'video/ogg',\n\t\t'video/quicktime',\n\t\t'video/x-matroska'\n\t],\n\tmimeTypeAliasses: {\n\t\t'video/x-matroska': 'video/webm' // mkv support for Chrome. webm uses the same container format\n\t},\n\tonView: function (file, data) {\n\t\tvideoViewer.file = file;\n\t\tvideoViewer.dir = data.dir;\n\t\tvideoViewer.location = data.fileList.getDownloadUrl(file, videoViewer.dir);\n\t\tvideoViewer.mime = data.$file.attr('data-mime');\n\t\tif (videoViewer.mimeTypeAliasses.hasOwnProperty(videoViewer.mime)) {\n\t\t\tvideoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime];\n\t\t}\n\t\tvideoViewer.showPlayer();\n\t},\n\tonViewInline: function (element, file, mime) {\n\t\tvideoViewer.location = file;\n\t\tvideoViewer.mime = mime;\n\t\tif (videoViewer.mimeTypeAliasses.hasOwnProperty(videoViewer.mime)) {\n\t\t\tvideoViewer.mime = videoViewer.mimeTypeAliasses[videoViewer.mime];\n\t\t}\n\t\tvideoViewer.inline = element;\n\t\tvideoViewer.showPlayer();\n\t},\n\tshowPlayer: function () {\n\t\timport(/* webpackChunkName: \"videojs\" */ 'video.js').then((_videojs) => {\n\t\t\tvideojs = _videojs.default;\n\t\t\tPromise.all([\n\t\t\t\timport(/* webpackChunkName: \"videojs\" */ '../css/style.css'),\n\t\t\t\timport(/* webpackChunkName: \"videojs\" */'!style-loader!css-loader!video.js/dist/video-js.css')\n\t\t\t]).then(() => {\n\t\t\t\tvideoViewer.UI.show();\n\t\t\t});\n\t\t});\n\t},\n\thidePlayer: function () {\n\t\tif (videoViewer.player !== null && videoViewer.player !== false && videoViewer.inline === null) {\n\t\t\tvideoViewer.player.dispose();\n\t\t\tvideoViewer.player = false;\n\t\t\tvideoViewer.UI.hide();\n\t\t}\n\t},\n\tlog: function (message) {\n\t\tconsole.log(message);\n\t}\n};\n\ndocument.addEventListener('DOMContentLoaded', function () {\n\n\t// add event to ESC key\n\tdocument.addEventListener('keyup', function(e) {\n\t\tif ((e.key !== undefined && e.key === 'Escape') ||\n\t\t\t(e.keyCode !== undefined && e.keyCode === 27)) {\n\t\t\tvideoViewer.hidePlayer();\n\t\t}\n\t});\n\n\tif (typeof FileActions !== 'undefined') {\n\t\tfor (var i = 0; i < videoViewer.mimeTypes.length; ++i) {\n\t\t\tvar mime = videoViewer.mimeTypes[i];\n\t\t\tOCA.Files.fileActions.register(mime, 'View', OC.PERMISSION_READ, '', videoViewer.onView);\n\t\t\tOCA.Files.fileActions.setDefault(mime, 'View');\n\t\t\tif (mime === mimetype) {\n\t\t\t\tisSupportedMimetype = true;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Public page magic\n\tif (document.getElementById('body-public') && document.getElementById('imgframe')) {\n\t\tvar mimetype = document.getElementById('mimetype').value;\n\t\tfor (var i = 0; i < videoViewer.mimeTypes.length; ++i) {\n\t\t\tif (videoViewer.mimeTypes[i] === mimetype) {\n\t\t\t\tvar videoUrl = window.location + '/download';\n\t\t\t\tvideoViewer.onViewInline(document.getElementById('imgframe'), videoUrl, mimetype);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n});\n","/*!\n * jQuery JavaScript Library v2.1.4\n * http://jquery.com/\n *\n * Includes Sizzle.js\n * http://sizzlejs.com/\n *\n * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2015-04-28T16:01Z\n */\n\n(function( global, factory ) {\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n}(typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Support: Firefox 18+\n// Can't be in strict mode, several libs including ASP.NET trace\n// the stack via arguments.caller.callee and Firefox dies if\n// you try to trace through \"use strict\" call chains. (#13335)\n//\n\nvar arr = [];\n\nvar slice = arr.slice;\n\nvar concat = arr.concat;\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar support = {};\n\n\n\nvar\n\t// Use the correct document accordingly with window argument (sandbox)\n\tdocument = window.document,\n\n\tversion = \"2.1.4\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t},\n\n\t// Support: Android<4.1\n\t// Make sure we trim BOM and NBSP\n\trtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,\n\n\t// Matches dashed string for camelizing\n\trmsPrefix = /^-ms-/,\n\trdashAlpha = /-([\\da-z])/gi,\n\n\t// Used by jQuery.camelCase as callback to replace()\n\tfcamelCase = function( all, letter ) {\n\t\treturn letter.toUpperCase();\n\t};\n\njQuery.fn = jQuery.prototype = {\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// Start with an empty selector\n\tselector: \"\",\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\t\treturn num != null ?\n\n\t\t\t// Return just the one element from the set\n\t\t\t( num < 0 ? this[ num + this.length ] : this[ num ] ) :\n\n\t\t\t// Return all the elements in a clean array\n\t\t\tslice.call( this );\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\t\tret.context = this.context;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\t// (You can seed the arguments with an array of args, but this is\n\t// only used internally.)\n\teach: function( callback, args ) {\n\t\treturn jQuery.each( this, callback, args );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map(this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t}));\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor(null);\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[0] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !jQuery.isFunction(target) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\t\t// Only deal with non-null/undefined values\n\t\tif ( (options = arguments[ i ]) != null ) {\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tsrc = target[ name ];\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {\n\t\t\t\t\tif ( copyIsArray ) {\n\t\t\t\t\t\tcopyIsArray = false;\n\t\t\t\t\t\tclone = src && jQuery.isArray(src) ? src : [];\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src && jQuery.isPlainObject(src) ? src : {};\n\t\t\t\t\t}\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend({\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisFunction: function( obj ) {\n\t\treturn jQuery.type(obj) === \"function\";\n\t},\n\n\tisArray: Array.isArray,\n\n\tisWindow: function( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t},\n\n\tisNumeric: function( obj ) {\n\t\t// parseFloat NaNs numeric-cast false positives (null|true|false|\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t// adding 1 corrects loss of precision from parseFloat (#15100)\n\t\treturn !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0;\n\t},\n\n\tisPlainObject: function( obj ) {\n\t\t// Not plain objects:\n\t\t// - Any object or value whose internal [[Class]] property is not \"[object Object]\"\n\t\t// - DOM nodes\n\t\t// - window\n\t\tif ( jQuery.type( obj ) !== \"object\" || obj.nodeType || jQuery.isWindow( obj ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tif ( obj.constructor &&\n\t\t\t\t!hasOwn.call( obj.constructor.prototype, \"isPrototypeOf\" ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// If the function hasn't returned already, we're confident that\n\t\t// |obj| is a plain object, created by {} or constructed with new Object\n\t\treturn true;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\ttype: function( obj ) {\n\t\tif ( obj == null ) {\n\t\t\treturn obj + \"\";\n\t\t}\n\t\t// Support: Android<4.0, iOS<6 (functionish RegExp)\n\t\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\t\tclass2type[ toString.call(obj) ] || \"object\" :\n\t\t\ttypeof obj;\n\t},\n\n\t// Evaluates a script in a global context\n\tglobalEval: function( code ) {\n\t\tvar script,\n\t\t\tindirect = eval;\n\n\t\tcode = jQuery.trim( code );\n\n\t\tif ( code ) {\n\t\t\t// If the code includes a valid, prologue position\n\t\t\t// strict mode pragma, execute code by injecting a\n\t\t\t// script tag into the document.\n\t\t\tif ( code.indexOf(\"use strict\") === 1 ) {\n\t\t\t\tscript = document.createElement(\"script\");\n\t\t\t\tscript.text = code;\n\t\t\t\tdocument.head.appendChild( script ).parentNode.removeChild( script );\n\t\t\t} else {\n\t\t\t// Otherwise, avoid the DOM node creation, insertion\n\t\t\t// and removal by using an indirect global eval\n\t\t\t\tindirect( code );\n\t\t\t}\n\t\t}\n\t},\n\n\t// Convert dashed to camelCase; used by the css and data modules\n\t// Support: IE9-11+\n\t// Microsoft forgot to hump their vendor prefix (#9572)\n\tcamelCase: function( string ) {\n\t\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n\t},\n\n\tnodeName: function( elem, name ) {\n\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\t},\n\n\t// args is for internal usage only\n\teach: function( obj, callback, args ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = obj.length,\n\t\t\tisArray = isArraylike( obj );\n\n\t\tif ( args ) {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.apply( obj[ i ], args );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// A special, fast, case for the most common use of each\n\t\t} else {\n\t\t\tif ( isArray ) {\n\t\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( i in obj ) {\n\t\t\t\t\tvalue = callback.call( obj[ i ], i, obj[ i ] );\n\n\t\t\t\t\tif ( value === false ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// Support: Android<4.1\n\ttrim: function( text ) {\n\t\treturn text == null ?\n\t\t\t\"\" :\n\t\t\t( text + \"\" ).replace( rtrim, \"\" );\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArraylike( Object(arr) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar value,\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tisArray = isArraylike( elems ),\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArray ) {\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn concat.apply( [], ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// Bind a function to a context, optionally partially applying any\n\t// arguments.\n\tproxy: function( fn, context ) {\n\t\tvar tmp, args, proxy;\n\n\t\tif ( typeof context === \"string\" ) {\n\t\t\ttmp = fn[ context ];\n\t\t\tcontext = fn;\n\t\t\tfn = tmp;\n\t\t}\n\n\t\t// Quick check to determine if target is callable, in the spec\n\t\t// this throws a TypeError, but we will just return undefined.\n\t\tif ( !jQuery.isFunction( fn ) ) {\n\t\t\treturn undefined;\n\t\t}\n\n\t\t// Simulated bind\n\t\targs = slice.call( arguments, 2 );\n\t\tproxy = function() {\n\t\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t\t};\n\n\t\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\t\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\t\treturn proxy;\n\t},\n\n\tnow: Date.now,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n});\n\n// Populate the class2type map\njQuery.each(\"Boolean Number String Function Array Date RegExp Object Error\".split(\" \"), function(i, name) {\n\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n});\n\nfunction isArraylike( obj ) {\n\n\t// Support: iOS 8.2 (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = \"length\" in obj && obj.length,\n\t\ttype = jQuery.type( obj );\n\n\tif ( type === \"function\" || jQuery.isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\tif ( obj.nodeType === 1 && length ) {\n\t\treturn true;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.2.0-pre\n * http://sizzlejs.com/\n *\n * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2014-12-16\n */\n(function( window ) {\n\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// General-purpose constants\n\tMAX_NEGATIVE = 1 << 31,\n\n\t// Instance methods\n\thasOwn = ({}).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpush_native = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\t// Use a stripped-down indexOf as it's faster than native\n\t// http://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[i] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\t// http://www.w3.org/TR/css3-syntax/#characters\n\tcharacterEncoding = \"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",\n\n\t// Loosely modeled on CSS identifier characters\n\t// An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors\n\t// Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier\n\tidentifier = characterEncoding.replace( \"w\", \"w#\" ),\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + characterEncoding + \")(?:\" + whitespace +\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\t\t// \"Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" + whitespace +\n\t\t\"*\\\\]\",\n\n\tpseudos = \":(\" + characterEncoding + \")(?:\\\\((\" +\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" + whitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace + \"*\" ),\n\n\trattributeQuotes = new RegExp( \"=\" + whitespace + \"*([^\\\\]'\\\"]*?)\" + whitespace + \"*\\\\]\", \"g\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + characterEncoding + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + characterEncoding + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + characterEncoding.replace( \"w\", \"w*\" ) + \")\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" + whitespace +\n\t\t\t\"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" + whitespace +\n\t\t\t\"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace + \"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" +\n\t\t\twhitespace + \"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\trescape = /'|\\\\/g,\n\n\t// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\([\\\\da-f]{1,6}\" + whitespace + \"?|(\" + whitespace + \")|.)\", \"ig\" ),\n\tfunescape = function( _, escaped, escapedWhitespace ) {\n\t\tvar high = \"0x\" + escaped - 0x10000;\n\t\t// NaN means non-codepoint\n\t\t// Support: Firefox<24\n\t\t// Workaround erroneous numeric interpretation of +\"0x\"\n\t\treturn high !== high || escapedWhitespace ?\n\t\t\tescaped :\n\t\t\thigh < 0 ?\n\t\t\t\t// BMP codepoint\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\t// Supplemental Plane codepoint (surrogate pair)\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t};\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t(arr = slice.call( preferredDoc.childNodes )),\n\t\tpreferredDoc.childNodes\n\t);\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpush_native.apply( target, slice.call(els) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( (target[j++] = els[i++]) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar match, elem, m, nodeType,\n\t\t// QSA vars\n\t\ti, groups, old, nid, newContext, newSelector;\n\n\tif ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\n\tcontext = context || document;\n\tresults = results || [];\n\tnodeType = context.nodeType;\n\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\tif ( !seed && documentIsHTML ) {\n\n\t\t// Try to shortcut find operations when possible (e.g., not under DocumentFragment)\n\t\tif ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {\n\t\t\t// Speed-up: Sizzle(\"#ID\")\n\t\t\tif ( (m = match[1]) ) {\n\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\telem = context.getElementById( m );\n\t\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t\t// nodes that are no longer in the document (jQuery #6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Handle the case where IE, Opera, and Webkit return items\n\t\t\t\t\t\t// by name instead of ID\n\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Context is not a document\n\t\t\t\t\tif ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&\n\t\t\t\t\t\tcontains( context, elem ) && elem.id === m ) {\n\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Speed-up: Sizzle(\"TAG\")\n\t\t\t} else if ( match[2] ) {\n\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\treturn results;\n\n\t\t\t// Speed-up: Sizzle(\".CLASS\")\n\t\t\t} else if ( (m = match[3]) && support.getElementsByClassName ) {\n\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\treturn results;\n\t\t\t}\n\t\t}\n\n\t\t// QSA path\n\t\tif ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {\n\t\t\tnid = old = expando;\n\t\t\tnewContext = context;\n\t\t\tnewSelector = nodeType !== 1 && selector;\n\n\t\t\t// qSA works strangely on Element-rooted queries\n\t\t\t// We can work around this by specifying an extra ID on the root\n\t\t\t// and working up from there (Thanks to Andrew Dupont for the technique)\n\t\t\t// IE 8 doesn't work on object elements\n\t\t\tif ( nodeType === 1 && context.nodeName.toLowerCase() !== \"object\" ) {\n\t\t\t\tgroups = tokenize( selector );\n\n\t\t\t\tif ( (old = context.getAttribute(\"id\")) ) {\n\t\t\t\t\tnid = old.replace( rescape, \"\\\\$&\" );\n\t\t\t\t} else {\n\t\t\t\t\tcontext.setAttribute( \"id\", nid );\n\t\t\t\t}\n\t\t\t\tnid = \"[id='\" + nid + \"'] \";\n\n\t\t\t\ti = groups.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tgroups[i] = nid + toSelector( groups[i] );\n\t\t\t\t}\n\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) || context;\n\t\t\t\tnewSelector = groups.join(\",\");\n\t\t\t}\n\n\t\t\tif ( newSelector ) {\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch(qsaError) {\n\t\t\t\t} finally {\n\t\t\t\t\tif ( !old ) {\n\t\t\t\t\t\tcontext.removeAttribute(\"id\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {Function(string, Object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn (cache[ key + \" \" ] = value);\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created div and expects a boolean result\n */\nfunction assert( fn ) {\n\tvar div = document.createElement(\"div\");\n\n\ttry {\n\t\treturn !!fn( div );\n\t} catch (e) {\n\t\treturn false;\n\t} finally {\n\t\t// Remove from its parent by default\n\t\tif ( div.parentNode ) {\n\t\t\tdiv.parentNode.removeChild( div );\n\t\t}\n\t\t// release memory in IE\n\t\tdiv = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split(\"|\"),\n\t\ti = attrs.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[i] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\t( ~b.sourceIndex || MAX_NEGATIVE ) -\n\t\t\t( ~a.sourceIndex || MAX_NEGATIVE );\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( (cur = cur.nextSibling) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn (name === \"input\" || name === \"button\") && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction(function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction(function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ (j = matchIndexes[i]) ] ) {\n\t\t\t\t\tseed[j] = !(matches[j] = seed[j]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t});\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\t// documentElement is verified for cases where it doesn't yet exist\n\t// (such as loading iframes in IE - #4833)\n\tvar documentElement = elem && (elem.ownerDocument || elem).documentElement;\n\treturn documentElement ? documentElement.nodeName !== \"HTML\" : false;\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, parent,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// If no document and documentElement is available, return\n\tif ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Set our document\n\tdocument = doc;\n\tdocElem = doc.documentElement;\n\tparent = doc.defaultView;\n\n\t// Support: IE>8\n\t// If iframe document is assigned to \"document\" variable and if iframe has been reloaded,\n\t// IE will throw \"permission denied\" error when accessing \"document\" variable, see jQuery #13936\n\t// IE6-8 do not support the defaultView property so parent will be undefined\n\tif ( parent && parent !== parent.top ) {\n\t\t// IE11 does not have attachEvent, so all must suffer\n\t\tif ( parent.addEventListener ) {\n\t\t\tparent.addEventListener( \"unload\", unloadHandler, false );\n\t\t} else if ( parent.attachEvent ) {\n\t\t\tparent.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t/* Support tests\n\t---------------------------------------------------------------------- */\n\tdocumentIsHTML = !isXML( doc );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert(function( div ) {\n\t\tdiv.className = \"i\";\n\t\treturn !div.getAttribute(\"className\");\n\t});\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert(function( div ) {\n\t\tdiv.appendChild( doc.createComment(\"\") );\n\t\treturn !div.getElementsByTagName(\"*\").length;\n\t});\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( doc.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert(function( div ) {\n\t\tdocElem.appendChild( div ).id = expando;\n\t\treturn !doc.getElementsByName || !doc.getElementsByName( expando ).length;\n\t});\n\n\t// ID find and filter\n\tif ( support.getById ) {\n\t\tExpr.find[\"ID\"] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar m = context.getElementById( id );\n\t\t\t\t// Check parentNode to catch when Blackberry 4.6 returns\n\t\t\t\t// nodes that are no longer in the document #6963\n\t\t\t\treturn m && m.parentNode ? [ m ] : [];\n\t\t\t}\n\t\t};\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute(\"id\") === attrId;\n\t\t\t};\n\t\t};\n\t} else {\n\t\t// Support: IE6/7\n\t\t// getElementById is not reliable as a find shortcut\n\t\tdelete Expr.find[\"ID\"];\n\n\t\tExpr.filter[\"ID\"] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" && elem.getAttributeNode(\"id\");\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[\"TAG\"] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( (elem = results[i++]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[\"CLASS\"] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See http://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert(function( div ) {\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// http://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( div ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\f]' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( div.querySelectorAll(\"[msallowcapture^='']\").length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !div.querySelectorAll(\"[selected]\").length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+\n\t\t\tif ( !div.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push(\"~=\");\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":checked\").length ) {\n\t\t\t\trbuggyQSA.push(\":checked\");\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibing-combinator selector` fails\n\t\t\tif ( !div.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push(\".#.+[+~]\");\n\t\t\t}\n\t\t});\n\n\t\tassert(function( div ) {\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = doc.createElement(\"input\");\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tdiv.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( div.querySelectorAll(\"[name=d]\").length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !div.querySelectorAll(\":enabled\").length ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tdiv.querySelectorAll(\"*,:x\");\n\t\t\trbuggyQSA.push(\",.*:\");\n\t\t});\n\t}\n\n\tif ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector) )) ) {\n\n\t\tassert(function( div ) {\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( div, \"div\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( div, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t});\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join(\"|\") );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join(\"|\") );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully does not implement inclusive descendent\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t));\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( (b = b.parentNode) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\tcompare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\tif ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\t\t\treturn a === doc ? -1 :\n\t\t\t\tb === doc ? 1 :\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( (cur = cur.parentNode) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[i] === bp[i] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[i], bp[i] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\tap[i] === preferredDoc ? -1 :\n\t\t\tbp[i] === preferredDoc ? 1 :\n\t\t\t0;\n\t};\n\n\treturn doc;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\t// Make sure that attribute selectors are quoted\n\texpr = expr.replace( rattributeQuotes, \"='$1']\" );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\t\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t\t// fragment in IE 9\n\t\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch (e) {}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\t// Set document vars if needed\n\tif ( ( context.ownerDocument || context ) !== document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\t// Set document vars if needed\n\tif ( ( elem.ownerDocument || elem ) !== document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t(val = elem.getAttributeNode(name)) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( (elem = results[i++]) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( (node = elem[i++]) ) {\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[1] = match[1].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[3] = ( match[3] || match[4] || match[5] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[2] === \"~=\" ) {\n\t\t\t\tmatch[3] = \" \" + match[3] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[1] = match[1].toLowerCase();\n\n\t\t\tif ( match[1].slice( 0, 3 ) === \"nth\" ) {\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[3] ) {\n\t\t\t\t\tSizzle.error( match[0] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === \"even\" || match[3] === \"odd\" ) );\n\t\t\t\tmatch[5] = +( ( match[7] + match[8] ) || match[3] === \"odd\" );\n\n\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[3] ) {\n\t\t\t\tSizzle.error( match[0] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[6] && match[2];\n\n\t\t\tif ( matchExpr[\"CHILD\"].test( match[0] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[3] ) {\n\t\t\t\tmatch[2] = match[4] || match[5] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t(excess = tokenize( unquoted, true )) &&\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t(excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[0] = match[0].slice( 0, excess );\n\t\t\t\tmatch[2] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() { return true; } :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t(pattern = new RegExp( \"(^|\" + whitespace + \")\" + className + \"(\" + whitespace + \"|$)\" )) &&\n\t\t\t\tclassCache( className, function( elem ) {\n\t\t\t\t\treturn pattern.test( typeof elem.className === \"string\" && elem.className || typeof elem.getAttribute !== \"undefined\" && elem.getAttribute(\"class\") || \"\" );\n\t\t\t\t});\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tvar cache, outerCache, node, diff, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( (node = node[ dir ]) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\t\t\t\t\t\t\touterCache = parent[ expando ] || (parent[ expando ] = {});\n\t\t\t\t\t\t\tcache = outerCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[0] === dirruns && cache[1];\n\t\t\t\t\t\t\tdiff = cache[0] === dirruns && cache[2];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\touterCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t} else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {\n\t\t\t\t\t\t\tdiff = cache[1];\n\n\t\t\t\t\t\t// xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\twhile ( (node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t(diff = nodeIndex = 0) || start.pop()) ) {\n\n\t\t\t\t\t\t\t\tif ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) {\n\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t(node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction(function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[i] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[i] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction(function( selector ) {\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction(function( seed, matches, context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = unmatched[i]) ) {\n\t\t\t\t\t\t\tseed[i] = !(matches[i] = elem);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}) :\n\t\t\t\tfunction( elem, context, xml ) {\n\t\t\t\t\tinput[0] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[0] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t}),\n\n\t\t\"has\": markFunction(function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t}),\n\n\t\t\"contains\": markFunction(function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t}),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test(lang || \"\") ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( (elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute(\"xml:lang\") || elem.getAttribute(\"lang\")) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( (elem = elem.parentNode) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t}),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": function( elem ) {\n\t\t\treturn elem.disabled === false;\n\t\t},\n\n\t\t\"disabled\": function( elem ) {\n\t\t\treturn elem.disabled === true;\n\t\t},\n\n\t\t\"checked\": function( elem ) {\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn (nodeName === \"input\" && !!elem.checked) || (nodeName === \"option\" && !!elem.selected);\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t// but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[\"empty\"]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( (attr = elem.getAttribute(\"type\")) == null || attr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo(function() {\n\t\t\treturn [ 0 ];\n\t\t}),\n\n\t\t\"last\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t}),\n\n\t\t\"eq\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t}),\n\n\t\t\"even\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"odd\": createPositionalPseudo(function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"lt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t}),\n\n\t\t\"gt\": createPositionalPseudo(function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t})\n\t}\n};\n\nExpr.pseudos[\"nth\"] = Expr.pseudos[\"eq\"];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || (match = rcomma.exec( soFar )) ) {\n\t\t\tif ( match ) {\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[0].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( (tokens = []) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( (match = rcombinators.exec( soFar )) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push({\n\t\t\t\tvalue: matched,\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[0].replace( rtrim, \" \" )\n\t\t\t});\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||\n\t\t\t\t(match = preFilters[ type ]( match ))) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push({\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t});\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[i].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tcheckNonElements = base && dir === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from dir caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( (elem = elem[ dir ]) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || (elem[ expando ] = {});\n\t\t\t\t\t\tif ( (oldCache = outerCache[ dir ]) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn (newCache[ 2 ] = oldCache[ 2 ]);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\touterCache[ dir ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[i]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[0];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[i], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (elem = unmatched[i]) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction(function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts( selector || \"*\", context.nodeType ? [ context ] : context, [] ),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( (elem = temp[i]) ) {\n\t\t\t\t\tmatcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( (elem = matcherOut[i]) ) {\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( (matcherIn[i] = elem) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, (matcherOut = []), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( (elem = matcherOut[i]) &&\n\t\t\t\t\t\t(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {\n\n\t\t\t\t\t\tseed[temp] = !(results[temp] = elem);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t});\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[0].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[\" \"],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t(checkContext = context).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( (matcher = Expr.relative[ tokens[i].type ]) ) {\n\t\t\tmatchers = [ addCombinator(elementMatcher( matchers ), matcher) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[j].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\t\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\t\ttokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" })\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( (tokens = tokens.slice( j )) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[\"TAG\"]( \"*\", outermost ),\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\t\t\t\toutermostContext = context !== document && context;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Keep `i` a string if there are no elements so `matchedCount` will be \"00\" below\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && (elem = elems[i]) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (matcher = elementMatchers[j++]) ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( (elem = !matcher && elem) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\tmatchedCount += i;\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (matcher = setMatchers[j++]) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !(unmatched[i] || setMatched[i]) ) {\n\t\t\t\t\t\t\t\tsetMatched[i] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[i] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n * selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n * selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( (selector = compiled.selector || selector) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is no seed and only one group\n\tif ( match.length === 1 ) {\n\n\t\t// Take a shortcut and set the context if the root selector is an ID\n\t\ttokens = match[0] = match[0].slice( 0 );\n\t\tif ( tokens.length > 2 && (token = tokens[0]).type === \"ID\" &&\n\t\t\t\tsupport.getById && context.nodeType === 9 && documentIsHTML &&\n\t\t\t\tExpr.relative[ tokens[1].type ] ) {\n\n\t\t\tcontext = ( Expr.find[\"ID\"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[\"needsContext\"].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[i];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ (type = token.type) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( (find = Expr.find[ type ]) ) {\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( (seed = find(\n\t\t\t\t\ttoken.matches[0].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context\n\t\t\t\t)) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\trsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split(\"\").sort( sortOrder ).join(\"\") === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert(function( div1 ) {\n\t// Should return 1, but returns 4 (following)\n\treturn div1.compareDocumentPosition( document.createElement(\"div\") ) & 1;\n});\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert(function( div ) {\n\tdiv.innerHTML = \"<a href='#'></a>\";\n\treturn div.firstChild.getAttribute(\"href\") === \"#\" ;\n}) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert(function( div ) {\n\tdiv.innerHTML = \"<input/>\";\n\tdiv.firstChild.setAttribute( \"value\", \"\" );\n\treturn div.firstChild.getAttribute( \"value\" ) === \"\";\n}) ) {\n\taddHandle( \"value\", function( elem, name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t});\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert(function( div ) {\n\treturn div.getAttribute(\"disabled\") == null;\n}) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t\t(val = elem.getAttributeNode( name )) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\tnull;\n\t\t}\n\t});\n}\n\nreturn Sizzle;\n\n})( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\njQuery.expr[\":\"] = jQuery.expr.pseudos;\njQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\n\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\nvar rsingleTag = (/^<(\\w+)\\s*\\/?>(?:<\\/\\1>|)$/);\n\n\n\nvar risSimple = /^.[^:#\\[\\.,]*$/;\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( jQuery.isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\t/* jshint -W018 */\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t});\n\n\t}\n\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t});\n\n\t}\n\n\tif ( typeof qualifier === \"string\" ) {\n\t\tif ( risSimple.test( qualifier ) ) {\n\t\t\treturn jQuery.filter( qualifier, elements, not );\n\t\t}\n\n\t\tqualifier = jQuery.filter( qualifier, elements );\n\t}\n\n\treturn jQuery.grep( elements, function( elem ) {\n\t\treturn ( indexOf.call( qualifier, elem ) >= 0 ) !== not;\n\t});\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\treturn elems.length === 1 && elem.nodeType === 1 ?\n\t\tjQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :\n\t\tjQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\t\treturn elem.nodeType === 1;\n\t\t}));\n};\n\njQuery.fn.extend({\n\tfind: function( selector ) {\n\t\tvar i,\n\t\t\tlen = this.length,\n\t\t\tret = [],\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter(function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}) );\n\t\t}\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\t// Needed because $( selector, context ) becomes $( context ).find( selector )\n\t\tret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );\n\t\tret.selector = this.selector ? this.selector + \" \" + selector : selector;\n\t\treturn ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], false) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow(this, selector || [], true) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n});\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,\n\n\tinit = jQuery.fn.init = function( selector, context ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[0] === \"<\" && selector[ selector.length - 1 ] === \">\" && selector.length >= 3 ) {\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && (match[1] || !context) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[1] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[0] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[1],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( jQuery.isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[2] );\n\n\t\t\t\t\t// Support: Blackberry 4.6\n\t\t\t\t\t// gEBID returns nodes no longer in the document (#6963)\n\t\t\t\t\tif ( elem && elem.parentNode ) {\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t\tthis[0] = elem;\n\t\t\t\t\t}\n\n\t\t\t\t\tthis.context = document;\n\t\t\t\t\tthis.selector = selector;\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || rootjQuery ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis.context = this[0] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( jQuery.isFunction( selector ) ) {\n\t\t\treturn typeof rootjQuery.ready !== \"undefined\" ?\n\t\t\t\trootjQuery.ready( selector ) :\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\tif ( selector.selector !== undefined ) {\n\t\t\tthis.selector = selector.selector;\n\t\t\tthis.context = selector.context;\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.extend({\n\tdir: function( elem, dir, until ) {\n\t\tvar matched = [],\n\t\t\ttruncate = until !== undefined;\n\n\t\twhile ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tmatched.push( elem );\n\t\t\t}\n\t\t}\n\t\treturn matched;\n\t},\n\n\tsibling: function( n, elem ) {\n\t\tvar matched = [];\n\n\t\tfor ( ; n; n = n.nextSibling ) {\n\t\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\t\tmatched.push( n );\n\t\t\t}\n\t\t}\n\n\t\treturn matched;\n\t}\n});\n\njQuery.fn.extend({\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter(function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[i] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\tpos = rneedsContext.test( selectors ) || typeof selectors !== \"string\" ?\n\t\t\t\tjQuery( selectors, context || this.context ) :\n\t\t\t\t0;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tfor ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) {\n\t\t\t\t// Always skip document fragments\n\t\t\t\tif ( cur.nodeType < 11 && (pos ?\n\t\t\t\t\tpos.index(cur) > -1 :\n\n\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\tjQuery.find.matchesSelector(cur, selectors)) ) {\n\n\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.unique(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter(selector)\n\t\t);\n\t}\n});\n\nfunction sibling( cur, dir ) {\n\twhile ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each({\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn jQuery.dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, i, until ) {\n\t\treturn jQuery.dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn jQuery.sibling( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\treturn elem.contentDocument || jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.unique( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n});\nvar rnotwhite = (/\\S+/g);\n\n\n\n// String to Object options format cache\nvar optionsCache = {};\n\n// Convert String-formatted options into Object-formatted ones and store in cache\nfunction createOptions( options ) {\n\tvar object = optionsCache[ options ] = {};\n\tjQuery.each( options.match( rnotwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t});\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\t( optionsCache[ options ] || createOptions( options ) ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Last fire value (for non-forgettable lists)\n\t\tmemory,\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\t\t// Flag to know if list is currently firing\n\t\tfiring,\n\t\t// First callback to fire (used internally by add and fireWith)\n\t\tfiringStart,\n\t\t// End of the loop when firing\n\t\tfiringLength,\n\t\t// Index of currently firing callback (modified by remove if needed)\n\t\tfiringIndex,\n\t\t// Actual callback list\n\t\tlist = [],\n\t\t// Stack of fire calls for repeatable lists\n\t\tstack = !options.once && [],\n\t\t// Fire callbacks\n\t\tfire = function( data ) {\n\t\t\tmemory = options.memory && data;\n\t\t\tfired = true;\n\t\t\tfiringIndex = firingStart || 0;\n\t\t\tfiringStart = 0;\n\t\t\tfiringLength = list.length;\n\t\t\tfiring = true;\n\t\t\tfor ( ; list && firingIndex < firingLength; firingIndex++ ) {\n\t\t\t\tif ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {\n\t\t\t\t\tmemory = false; // To prevent further calls using add\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\tfiring = false;\n\t\t\tif ( list ) {\n\t\t\t\tif ( stack ) {\n\t\t\t\t\tif ( stack.length ) {\n\t\t\t\t\t\tfire( stack.shift() );\n\t\t\t\t\t}\n\t\t\t\t} else if ( memory ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t} else {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t// Actual Callbacks object\n\t\tself = {\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\t// First, we save the current length\n\t\t\t\t\tvar start = list.length;\n\t\t\t\t\t(function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tvar type = jQuery.type( arg );\n\t\t\t\t\t\t\tif ( type === \"function\" ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && type !== \"string\" ) {\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t})( arguments );\n\t\t\t\t\t// Do we need to add the callbacks to the\n\t\t\t\t\t// current firing batch?\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tfiringLength = list.length;\n\t\t\t\t\t// With memory, if we're not firing then\n\t\t\t\t\t// we should call right away\n\t\t\t\t\t} else if ( memory ) {\n\t\t\t\t\t\tfiringStart = start;\n\t\t\t\t\t\tfire( memory );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\t\tvar index;\n\t\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\t\tlist.splice( index, 1 );\n\t\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\t\t\tif ( index <= firingLength ) {\n\t\t\t\t\t\t\t\t\tfiringLength--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length );\n\t\t\t},\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tlist = [];\n\t\t\t\tfiringLength = 0;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Have the list do nothing anymore\n\t\t\tdisable: function() {\n\t\t\t\tlist = stack = memory = undefined;\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it disabled?\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\t\t\t// Lock the list in its current state\n\t\t\tlock: function() {\n\t\t\t\tstack = undefined;\n\t\t\t\tif ( !memory ) {\n\t\t\t\t\tself.disable();\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Is it locked?\n\t\t\tlocked: function() {\n\t\t\t\treturn !stack;\n\t\t\t},\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( list && ( !fired || stack ) ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tif ( firing ) {\n\t\t\t\t\t\tstack.push( args );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfire( args );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\njQuery.extend({\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\t\t\t\t// action, add listener, listener list, final state\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks(\"once memory\"), \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks(\"once memory\"), \"rejected\" ],\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks(\"memory\") ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\tthen: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\t\t\t\t\treturn jQuery.Deferred(function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\t\t\t\t\tvar fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];\n\t\t\t\t\t\t\t// deferred[ done | fail | progress ] for forwarding actions to newDefer\n\t\t\t\t\t\t\tdeferred[ tuple[1] ](function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && jQuery.isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject )\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t}).promise();\n\t\t\t\t},\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Keep pipe for back-compat\n\t\tpromise.pipe = promise.then;\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 3 ];\n\n\t\t\t// promise[ done | fail | progress ] = list.add\n\t\t\tpromise[ tuple[1] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(function() {\n\t\t\t\t\t// state = [ resolved | rejected ]\n\t\t\t\t\tstate = stateString;\n\n\t\t\t\t// [ reject_list | resolve_list ].disable; progress_list.lock\n\t\t\t\t}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );\n\t\t\t}\n\n\t\t\t// deferred[ resolve | reject | notify ]\n\t\t\tdeferred[ tuple[0] ] = function() {\n\t\t\t\tdeferred[ tuple[0] + \"With\" ]( this === deferred ? promise : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\t\t\tdeferred[ tuple[0] + \"With\" ] = list.fireWith;\n\t\t});\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( subordinate /* , ..., subordinateN */ ) {\n\t\tvar i = 0,\n\t\t\tresolveValues = slice.call( arguments ),\n\t\t\tlength = resolveValues.length,\n\n\t\t\t// the count of uncompleted subordinates\n\t\t\tremaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,\n\n\t\t\t// the master Deferred. If resolveValues consist of only a single Deferred, just use that.\n\t\t\tdeferred = remaining === 1 ? subordinate : jQuery.Deferred(),\n\n\t\t\t// Update function for both resolve and progress values\n\t\t\tupdateFunc = function( i, contexts, values ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tcontexts[ i ] = this;\n\t\t\t\t\tvalues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( values === progressValues ) {\n\t\t\t\t\t\tdeferred.notifyWith( contexts, values );\n\t\t\t\t\t} else if ( !( --remaining ) ) {\n\t\t\t\t\t\tdeferred.resolveWith( contexts, values );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t},\n\n\t\t\tprogressValues, progressContexts, resolveContexts;\n\n\t\t// Add listeners to Deferred subordinates; treat others as resolved\n\t\tif ( length > 1 ) {\n\t\t\tprogressValues = new Array( length );\n\t\t\tprogressContexts = new Array( length );\n\t\t\tresolveContexts = new Array( length );\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {\n\t\t\t\t\tresolveValues[ i ].promise()\n\t\t\t\t\t\t.done( updateFunc( i, resolveContexts, resolveValues ) )\n\t\t\t\t\t\t.fail( deferred.reject )\n\t\t\t\t\t\t.progress( updateFunc( i, progressContexts, progressValues ) );\n\t\t\t\t} else {\n\t\t\t\t\t--remaining;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// If we're not waiting on anything, resolve the master\n\t\tif ( !remaining ) {\n\t\t\tdeferred.resolveWith( resolveContexts, resolveValues );\n\t\t}\n\n\t\treturn deferred.promise();\n\t}\n});\n\n\n// The deferred used on DOM ready\nvar readyList;\n\njQuery.fn.ready = function( fn ) {\n\t// Add the callback\n\tjQuery.ready.promise().done( fn );\n\n\treturn this;\n};\n\njQuery.extend({\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Hold (or release) the ready event\n\tholdReady: function( hold ) {\n\t\tif ( hold ) {\n\t\t\tjQuery.readyWait++;\n\t\t} else {\n\t\t\tjQuery.ready( true );\n\t\t}\n\t},\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\n\t\t// Trigger any bound ready events\n\t\tif ( jQuery.fn.triggerHandler ) {\n\t\t\tjQuery( document ).triggerHandler( \"ready\" );\n\t\t\tjQuery( document ).off( \"ready\" );\n\t\t}\n\t}\n});\n\n/**\n * The ready event handler and self cleanup method\n */\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed, false );\n\twindow.removeEventListener( \"load\", completed, false );\n\tjQuery.ready();\n}\n\njQuery.ready.promise = function( obj ) {\n\tif ( !readyList ) {\n\n\t\treadyList = jQuery.Deferred();\n\n\t\t// Catch cases where $(document).ready() is called after the browser event has already occurred.\n\t\t// We once tried to use readyState \"interactive\" here, but it caused issues like the one\n\t\t// discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15\n\t\tif ( document.readyState === \"complete\" ) {\n\t\t\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\t\t\tsetTimeout( jQuery.ready );\n\n\t\t} else {\n\n\t\t\t// Use the handy event callback\n\t\t\tdocument.addEventListener( \"DOMContentLoaded\", completed, false );\n\n\t\t\t// A fallback to window.onload, that will always work\n\t\t\twindow.addEventListener( \"load\", completed, false );\n\t\t}\n\t}\n\treturn readyList.promise( obj );\n};\n\n// Kick off the DOM ready check even if the user does not\njQuery.ready.promise();\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( jQuery.type( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\tjQuery.access( elems, fn, i, key[i], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !jQuery.isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn chainable ?\n\t\telems :\n\n\t\t// Gets\n\t\tbulk ?\n\t\t\tfn.call( elems ) :\n\t\t\tlen ? fn( elems[0], key ) : emptyGet;\n};\n\n\n/**\n * Determines whether an object can have data\n */\njQuery.acceptData = function( owner ) {\n\t// Accepts only:\n\t// - Node\n\t// - Node.ELEMENT_NODE\n\t// - Node.DOCUMENT_NODE\n\t// - Object\n\t// - Any\n\t/* jshint -W018 */\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\nfunction Data() {\n\t// Support: Android<4,\n\t// Old WebKit does not have Object.preventExtensions/freeze method,\n\t// return new empty object instead with no [[set]] accessor\n\tObject.defineProperty( this.cache = {}, 0, {\n\t\tget: function() {\n\t\t\treturn {};\n\t\t}\n\t});\n\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\nData.accepts = jQuery.acceptData;\n\nData.prototype = {\n\tkey: function( owner ) {\n\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t// but we should not, see #8335.\n\t\t// Always return the key for a frozen object.\n\t\tif ( !Data.accepts( owner ) ) {\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar descriptor = {},\n\t\t\t// Check if the owner object already has a cache key\n\t\t\tunlock = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !unlock ) {\n\t\t\tunlock = Data.uid++;\n\n\t\t\t// Secure it in a non-enumerable, non-writable property\n\t\t\ttry {\n\t\t\t\tdescriptor[ this.expando ] = { value: unlock };\n\t\t\t\tObject.defineProperties( owner, descriptor );\n\n\t\t\t// Support: Android<4\n\t\t\t// Fallback to a less secure definition\n\t\t\t} catch ( e ) {\n\t\t\t\tdescriptor[ this.expando ] = unlock;\n\t\t\t\tjQuery.extend( owner, descriptor );\n\t\t\t}\n\t\t}\n\n\t\t// Ensure the cache object\n\t\tif ( !this.cache[ unlock ] ) {\n\t\t\tthis.cache[ unlock ] = {};\n\t\t}\n\n\t\treturn unlock;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\t// There may be an unlock assigned to this node,\n\t\t\t// if there is no entry for this \"owner\", create one inline\n\t\t\t// and set the unlock as though an owner entry had always existed\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\t// Handle: [ owner, key, value ] args\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ data ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\t\t\t// Fresh assignments by object are shallow copied\n\t\t\tif ( jQuery.isEmptyObject( cache ) ) {\n\t\t\t\tjQuery.extend( this.cache[ unlock ], data );\n\t\t\t// Otherwise, copy the properties one-by-one to the cache object\n\t\t\t} else {\n\t\t\t\tfor ( prop in data ) {\n\t\t\t\t\tcache[ prop ] = data[ prop ];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\t// Either a valid cache is found, or will be created.\n\t\t// New caches will be created and the unlock returned,\n\t\t// allowing direct access to the newly created\n\t\t// empty data object. A valid owner object must be provided.\n\t\tvar cache = this.cache[ this.key( owner ) ];\n\n\t\treturn key === undefined ?\n\t\t\tcache : cache[ key ];\n\t},\n\taccess: function( owner, key, value ) {\n\t\tvar stored;\n\t\t// In cases where either:\n\t\t//\n\t\t// 1. No key was specified\n\t\t// 2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t// 1. The entire cache object\n\t\t// 2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t((key && typeof key === \"string\") && value === undefined) ) {\n\n\t\t\tstored = this.get( owner, key );\n\n\t\t\treturn stored !== undefined ?\n\t\t\t\tstored : this.get( owner, jQuery.camelCase(key) );\n\t\t}\n\n\t\t// [*]When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t// 1. An object of properties\n\t\t// 2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i, name, camel,\n\t\t\tunlock = this.key( owner ),\n\t\t\tcache = this.cache[ unlock ];\n\n\t\tif ( key === undefined ) {\n\t\t\tthis.cache[ unlock ] = {};\n\n\t\t} else {\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( jQuery.isArray( key ) ) {\n\t\t\t\t// If \"name\" is an array of keys...\n\t\t\t\t// When data is initially created, via (\"key\", \"val\") signature,\n\t\t\t\t// keys will be converted to camelCase.\n\t\t\t\t// Since there is no way to tell _how_ a key was added, remove\n\t\t\t\t// both plain key and camelCase key. #12786\n\t\t\t\t// This will only penalize the array argument path.\n\t\t\t\tname = key.concat( key.map( jQuery.camelCase ) );\n\t\t\t} else {\n\t\t\t\tcamel = jQuery.camelCase( key );\n\t\t\t\t// Try the string as a key before any manipulation\n\t\t\t\tif ( key in cache ) {\n\t\t\t\t\tname = [ key, camel ];\n\t\t\t\t} else {\n\t\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\t\tname = camel;\n\t\t\t\t\tname = name in cache ?\n\t\t\t\t\t\t[ name ] : ( name.match( rnotwhite ) || [] );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\ti = name.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ name[ i ] ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\treturn !jQuery.isEmptyObject(\n\t\t\tthis.cache[ owner[ this.expando ] ] || {}\n\t\t);\n\t},\n\tdiscard: function( owner ) {\n\t\tif ( owner[ this.expando ] ) {\n\t\t\tdelete this.cache[ owner[ this.expando ] ];\n\t\t}\n\t}\n};\nvar data_priv = new Data();\n\nvar data_user = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /([A-Z])/g;\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$1\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = data === \"true\" ? true :\n\t\t\t\t\tdata === \"false\" ? false :\n\t\t\t\t\tdata === \"null\" ? null :\n\t\t\t\t\t// Only convert to a number if it doesn't change the string\n\t\t\t\t\t+data + \"\" === data ? +data :\n\t\t\t\t\trbrace.test( data ) ? jQuery.parseJSON( data ) :\n\t\t\t\t\tdata;\n\t\t\t} catch( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdata_user.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend({\n\thasData: function( elem ) {\n\t\treturn data_user.hasData( elem ) || data_priv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn data_user.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdata_user.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to data_priv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn data_priv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdata_priv.remove( elem, name );\n\t}\n});\n\njQuery.fn.extend({\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = data_user.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !data_priv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE11+\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = jQuery.camelCase( name.slice(5) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdata_priv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each(function() {\n\t\t\t\tdata_user.set( this, key );\n\t\t\t});\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data,\n\t\t\t\tcamelKey = jQuery.camelCase( key );\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key as-is\n\t\t\t\tdata = data_user.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// with the key camelized\n\t\t\t\tdata = data_user.get( elem, camelKey );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, camelKey, undefined );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each(function() {\n\t\t\t\t// First, attempt to store a copy or reference of any\n\t\t\t\t// data that might've been store with a camelCased key.\n\t\t\t\tvar data = data_user.get( this, camelKey );\n\n\t\t\t\t// For HTML5 data-* attribute interop, we have to\n\t\t\t\t// store property names with dashes in a camelCase form.\n\t\t\t\t// This might not apply to all properties...*\n\t\t\t\tdata_user.set( this, camelKey, value );\n\n\t\t\t\t// *... In the case of properties that might _actually_\n\t\t\t\t// have dashes, we need to also store a copy of that\n\t\t\t\t// unchanged property.\n\t\t\t\tif ( key.indexOf(\"-\") !== -1 && data !== undefined ) {\n\t\t\t\t\tdata_user.set( this, key, value );\n\t\t\t\t}\n\t\t\t});\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each(function() {\n\t\t\tdata_user.remove( this, key );\n\t\t});\n\t}\n});\n\n\njQuery.extend({\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = data_priv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || jQuery.isArray( data ) ) {\n\t\t\t\t\tqueue = data_priv.access( elem, type, jQuery.makeArray(data) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn data_priv.get( elem, key ) || data_priv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks(\"once memory\").add(function() {\n\t\t\t\tdata_priv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t})\n\t\t});\n\t}\n});\n\njQuery.fn.extend({\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[0], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each(function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[0] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t});\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t});\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = data_priv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n});\nvar pnum = (/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/).source;\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar isHidden = function( elem, el ) {\n\t\t// isHidden might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\t\treturn jQuery.css( elem, \"display\" ) === \"none\" || !jQuery.contains( elem.ownerDocument, elem );\n\t};\n\nvar rcheckableType = (/^(?:checkbox|radio)$/i);\n\n\n\n(function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Safari<=5.1\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Safari<=5.1, Android<4.2\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE<=11+\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n})();\nvar strundefined = typeof undefined;\n\n\n\nsupport.focusinBubbles = \"onfocusin\" in window;\n\n\nvar\n\trkeyEvent = /^key/,\n\trmouseEvent = /^(?:mouse|pointer|contextmenu)|click/,\n\trfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\trtypenamespace = /^([^.]*)(?:\\.(.+)|)$/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.get( elem );\n\n\t\t// Don't attach events to noData or text/comment nodes (but allow plain objects)\n\t\tif ( !elemData ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !(events = elemData.events) ) {\n\t\t\tevents = elemData.events = {};\n\t\t}\n\t\tif ( !(eventHandle = elemData.handle) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend({\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join(\".\")\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !(handlers = events[ type ]) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle, false );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = data_priv.hasData( elem ) && data_priv.get( elem );\n\n\t\tif ( !elemData || !(events = elemData.events) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnotwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[t] ) || [];\n\t\t\ttype = origType = tmp[1];\n\t\t\tnamespaces = ( tmp[2] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[2] && new RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector || selector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdelete elemData.handle;\n\t\t\tdata_priv.remove( elem, \"events\" );\n\t\t}\n\t},\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split(\".\") : [];\n\n\t\tcur = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf(\".\") >= 0 ) {\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split(\".\");\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf(\":\") < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join(\".\");\n\t\tevent.namespace_re = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join(\"\\\\.(?:.*\\\\.|)\") + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === (elem.ownerDocument || document) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) {\n\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( data_priv.get( cur, \"events\" ) || {} )[ event.type ] && data_priv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && jQuery.acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) &&\n\t\t\t\tjQuery.acceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\t\t\t\t\telem[ type ]();\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\tdispatch: function( event ) {\n\n\t\t// Make a writable jQuery.Event from the native event object\n\t\tevent = jQuery.event.fix( event );\n\n\t\tvar i, j, ret, matched, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\targs = slice.call( arguments ),\n\t\t\thandlers = ( data_priv.get( this, \"events\" ) || {} )[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[0] = event;\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// Triggered event must either 1) have no namespace, or 2) have namespace(s)\n\t\t\t\t// a subset or equal to those in the bound event (both can have no namespace).\n\t\t\t\tif ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )\n\t\t\t\t\t\t\t.apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( (event.result = ret) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, matches, sel, handleObj,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\t// Black-hole SVG <use> instance trees (#13180)\n\t\t// Avoid non-left-click bubbling in Firefox (#3861)\n\t\tif ( delegateCount && cur.nodeType && (!event.button || event.type !== \"click\") ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.disabled !== true || event.type !== \"click\" ) {\n\t\t\t\t\tmatches = [];\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matches[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatches[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) >= 0 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matches[ sel ] ) {\n\t\t\t\t\t\t\tmatches.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matches.length ) {\n\t\t\t\t\t\thandlerQueue.push({ elem: cur, handlers: matches });\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) });\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\t// Includes some event props shared by KeyEvent and MouseEvent\n\tprops: \"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),\n\n\tfixHooks: {},\n\n\tkeyHooks: {\n\t\tprops: \"char charCode key keyCode\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\n\t\t\t// Add which for key events\n\t\t\tif ( event.which == null ) {\n\t\t\t\tevent.which = original.charCode != null ? original.charCode : original.keyCode;\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tmouseHooks: {\n\t\tprops: \"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),\n\t\tfilter: function( event, original ) {\n\t\t\tvar eventDoc, doc, body,\n\t\t\t\tbutton = original.button;\n\n\t\t\t// Calculate pageX/Y if missing and clientX/Y available\n\t\t\tif ( event.pageX == null && original.clientX != null ) {\n\t\t\t\teventDoc = event.target.ownerDocument || document;\n\t\t\t\tdoc = eventDoc.documentElement;\n\t\t\t\tbody = eventDoc.body;\n\n\t\t\t\tevent.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );\n\t\t\t\tevent.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 );\n\t\t\t}\n\n\t\t\t// Add which for click: 1 === left; 2 === middle; 3 === right\n\t\t\t// Note: button is not normalized, so don't use it\n\t\t\tif ( !event.which && button !== undefined ) {\n\t\t\t\tevent.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );\n\t\t\t}\n\n\t\t\treturn event;\n\t\t}\n\t},\n\n\tfix: function( event ) {\n\t\tif ( event[ jQuery.expando ] ) {\n\t\t\treturn event;\n\t\t}\n\n\t\t// Create a writable copy of the event object and normalize some properties\n\t\tvar i, prop, copy,\n\t\t\ttype = event.type,\n\t\t\toriginalEvent = event,\n\t\t\tfixHook = this.fixHooks[ type ];\n\n\t\tif ( !fixHook ) {\n\t\t\tthis.fixHooks[ type ] = fixHook =\n\t\t\t\trmouseEvent.test( type ) ? this.mouseHooks :\n\t\t\t\trkeyEvent.test( type ) ? this.keyHooks :\n\t\t\t\t{};\n\t\t}\n\t\tcopy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;\n\n\t\tevent = new jQuery.Event( originalEvent );\n\n\t\ti = copy.length;\n\t\twhile ( i-- ) {\n\t\t\tprop = copy[ i ];\n\t\t\tevent[ prop ] = originalEvent[ prop ];\n\t\t}\n\n\t\t// Support: Cordova 2.5 (WebKit) (#13255)\n\t\t// All events should have a target; Cordova deviceready doesn't\n\t\tif ( !event.target ) {\n\t\t\tevent.target = document;\n\t\t}\n\n\t\t// Support: Safari 6.0+, Chrome<28\n\t\t// Target should not be a text node (#504, #13143)\n\t\tif ( event.target.nodeType === 3 ) {\n\t\t\tevent.target = event.target.parentNode;\n\t\t}\n\n\t\treturn fixHook.filter ? fixHook.filter( event, originalEvent ) : event;\n\t},\n\n\tspecial: {\n\t\tload: {\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tfocus: {\n\t\t\t// Fire native event if possible so blur/focus sequence is correct\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this !== safeActiveElement() && this.focus ) {\n\t\t\t\t\tthis.focus();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusin\"\n\t\t},\n\t\tblur: {\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this === safeActiveElement() && this.blur ) {\n\t\t\t\t\tthis.blur();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdelegateType: \"focusout\"\n\t\t},\n\t\tclick: {\n\t\t\t// For checkbox, fire native event so checked state will be right\n\t\t\ttrigger: function() {\n\t\t\t\tif ( this.type === \"checkbox\" && this.click && jQuery.nodeName( this, \"input\" ) ) {\n\t\t\t\t\tthis.click();\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, don't fire native .click() on links\n\t\t\t_default: function( event ) {\n\t\t\t\treturn jQuery.nodeName( event.target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tsimulate: function( type, elem, event, bubble ) {\n\t\t// Piggyback on a donor event to simulate a different one.\n\t\t// Fake originalEvent to avoid donor's stopPropagation, but if the\n\t\t// simulated event prevents default then we do the same on the donor.\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true,\n\t\t\t\toriginalEvent: {}\n\t\t\t}\n\t\t);\n\t\tif ( bubble ) {\n\t\t\tjQuery.event.trigger( e, null, elem );\n\t\t} else {\n\t\t\tjQuery.event.dispatch.call( elem, e );\n\t\t}\n\t\tif ( e.isDefaultPrevented() ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\t}\n};\n\njQuery.removeEvent = function( elem, type, handle ) {\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle, false );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\t// Allow instantiation without the 'new' keyword\n\tif ( !(this instanceof jQuery.Event) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\t\t\t\t// Support: Android<4.0\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || jQuery.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && e.preventDefault ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopPropagation ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && e.stopImmediatePropagation ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// Support: Chrome 15+\njQuery.each({\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mousenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || (related !== target && !jQuery.contains( target, related )) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n});\n\n// Support: Firefox, Chrome, Safari\n// Create \"bubbling\" focus and blur events\nif ( !support.focusinBubbles ) {\n\tjQuery.each({ focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );\n\t\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdata_priv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this,\n\t\t\t\t\tattaches = data_priv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdata_priv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdata_priv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t});\n}\n\njQuery.fn.extend({\n\n\ton: function( types, selector, data, fn, /*INTERNAL*/ one ) {\n\t\tvar origFn, type;\n\n\t\t// Types can be a map of types/handlers\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-Object, selector, data )\n\t\t\tif ( typeof selector !== \"string\" ) {\n\t\t\t\t// ( types-Object, data )\n\t\t\t\tdata = data || selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.on( type, selector, data, types[ type ], one );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( data == null && fn == null ) {\n\t\t\t// ( types, fn )\n\t\t\tfn = selector;\n\t\t\tdata = selector = undefined;\n\t\t} else if ( fn == null ) {\n\t\t\tif ( typeof selector === \"string\" ) {\n\t\t\t\t// ( types, selector, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = undefined;\n\t\t\t} else {\n\t\t\t\t// ( types, data, fn )\n\t\t\t\tfn = data;\n\t\t\t\tdata = selector;\n\t\t\t\tselector = undefined;\n\t\t\t}\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t} else if ( !fn ) {\n\t\t\treturn this;\n\t\t}\n\n\t\tif ( one === 1 ) {\n\t\t\torigFn = fn;\n\t\t\tfn = function( event ) {\n\t\t\t\t// Can use an empty set, since event contains the info\n\t\t\t\tjQuery().off( event );\n\t\t\t\treturn origFn.apply( this, arguments );\n\t\t\t};\n\t\t\t// Use same guid so caller can remove using origFn\n\t\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.add( this, types, fn, data, selector );\n\t\t});\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn this.on( types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\t\t\t// ( event ) dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ? handleObj.origType + \".\" + handleObj.namespace : handleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t});\n\t},\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t});\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[0];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n});\n\n\nvar\n\trxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>]*)\\/>/gi,\n\trtagName = /<([\\w:]+)/,\n\trhtml = /<|&#?\\w+;/,\n\trnoInnerhtml = /<(?:script|style|link)/i,\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trscriptType = /^$|\\/(?:java|ecma)script/i,\n\trscriptTypeMasked = /^true\\/(.*)/,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g,\n\n\t// We have to close these tags to support XHTML (#13200)\n\twrapMap = {\n\n\t\t// Support: IE9\n\t\toption: [ 1, \"<select multiple='multiple'>\", \"</select>\" ],\n\n\t\tthead: [ 1, \"<table>\", \"</table>\" ],\n\t\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\t\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\t\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t\t_default: [ 0, \"\", \"\" ]\n\t};\n\n// Support: IE9\nwrapMap.optgroup = wrapMap.option;\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: 1.x compatibility\n// Manipulating tables requires a tbody\nfunction manipulationTarget( elem, content ) {\n\treturn jQuery.nodeName( elem, \"table\" ) &&\n\t\tjQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ?\n\n\t\telem.getElementsByTagName(\"tbody\")[0] ||\n\t\t\telem.appendChild( elem.ownerDocument.createElement(\"tbody\") ) :\n\t\telem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = (elem.getAttribute(\"type\") !== null) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tvar match = rscriptTypeMasked.exec( elem.type );\n\n\tif ( match ) {\n\t\telem.type = match[ 1 ];\n\t} else {\n\t\telem.removeAttribute(\"type\");\n\t}\n\n\treturn elem;\n}\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdata_priv.set(\n\t\t\telems[ i ], \"globalEval\", !refElements || data_priv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( data_priv.hasData( src ) ) {\n\t\tpdataOld = data_priv.access( src );\n\t\tpdataCur = data_priv.set( dest, pdataOld );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdelete pdataCur.handle;\n\t\t\tpdataCur.events = {};\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( data_user.hasData( src ) ) {\n\t\tudataOld = data_user.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdata_user.set( dest, udataCur );\n\t}\n}\n\nfunction getAll( context, tag ) {\n\tvar ret = context.getElementsByTagName ? context.getElementsByTagName( tag || \"*\" ) :\n\t\t\tcontext.querySelectorAll ? context.querySelectorAll( tag || \"*\" ) :\n\t\t\t[];\n\n\treturn tag === undefined || tag && jQuery.nodeName( context, tag ) ?\n\t\tjQuery.merge( [ context ], ret ) :\n\t\tret;\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\njQuery.extend({\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tbuildFragment: function( elems, context, scripts, selection ) {\n\t\tvar elem, tmp, tag, wrap, contains, j,\n\t\t\tfragment = context.createDocumentFragment(),\n\t\t\tnodes = [],\n\t\t\ti = 0,\n\t\t\tl = elems.length;\n\n\t\tfor ( ; i < l; i++ ) {\n\t\t\telem = elems[ i ];\n\n\t\t\tif ( elem || elem === 0 ) {\n\n\t\t\t\t// Add nodes directly\n\t\t\t\tif ( jQuery.type( elem ) === \"object\" ) {\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t\t// Convert non-html into a text node\n\t\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t\t// Convert html into DOM nodes\n\t\t\t\t} else {\n\t\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement(\"div\") );\n\n\t\t\t\t\t// Deserialize a standard representation\n\t\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\t\ttmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, \"<$1></$2>\" ) + wrap[ 2 ];\n\n\t\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\t\tj = wrap[ 0 ];\n\t\t\t\t\twhile ( j-- ) {\n\t\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: QtWebKit, PhantomJS\n\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t\t// Remember the top-level container\n\t\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\t\ttmp.textContent = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Remove wrapper from fragment\n\t\tfragment.textContent = \"\";\n\n\t\ti = 0;\n\t\twhile ( (elem = nodes[ i++ ]) ) {\n\n\t\t\t// #4087 - If origin and destination elements are the same, and this is\n\t\t\t// that element, do not do anything\n\t\t\tif ( selection && jQuery.inArray( elem, selection ) !== -1 ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tcontains = jQuery.contains( elem.ownerDocument, elem );\n\n\t\t\t// Append to fragment\n\t\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t\t// Preserve script evaluation history\n\t\t\tif ( contains ) {\n\t\t\t\tsetGlobalEval( tmp );\n\t\t\t}\n\n\t\t\t// Capture executables\n\t\t\tif ( scripts ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( (elem = tmp[ j++ ]) ) {\n\t\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\t\tscripts.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn fragment;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type, key,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[ i ]) !== undefined; i++ ) {\n\t\t\tif ( jQuery.acceptData( elem ) ) {\n\t\t\t\tkey = elem[ data_priv.expando ];\n\n\t\t\t\tif ( key && (data = data_priv.cache[ key ]) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( data_priv.cache[ key ] ) {\n\t\t\t\t\t\t// Discard any remaining `private` data\n\t\t\t\t\t\tdelete data_priv.cache[ key ];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Discard any remaining `user` data\n\t\t\tdelete data_user.cache[ elem[ data_user.expando ] ];\n\t\t}\n\t}\n});\n\njQuery.fn.extend({\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each(function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t});\n\t},\n\n\tprepend: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t});\n\t},\n\n\tbefore: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t});\n\t},\n\n\tafter: function() {\n\t\treturn this.domManip( arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t});\n\t},\n\n\tremove: function( selector, keepData /* Internal Use Only */ ) {\n\t\tvar elem,\n\t\t\telems = selector ? jQuery.filter( selector, this ) : this,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = elems[i]) != null; i++ ) {\n\t\t\tif ( !keepData && elem.nodeType === 1 ) {\n\t\t\t\tjQuery.cleanData( getAll( elem ) );\n\t\t\t}\n\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\tif ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\t\t\tsetGlobalEval( getAll( elem, \"script\" ) );\n\t\t\t\t}\n\t\t\t\telem.parentNode.removeChild( elem );\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; (elem = this[i]) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map(function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t});\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = value.replace( rxhtmlTag, \"<$1></$2>\" );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar arg = arguments[ 0 ];\n\n\t\t// Make the changes, replacing each context element with the new content\n\t\tthis.domManip( arguments, function( elem ) {\n\t\t\targ = this.parentNode;\n\n\t\t\tjQuery.cleanData( getAll( this ) );\n\n\t\t\tif ( arg ) {\n\t\t\t\targ.replaceChild( elem, this );\n\t\t\t}\n\t\t});\n\n\t\t// Force removal if there was no new content (e.g., from empty arguments)\n\t\treturn arg && (arg.length || arg.nodeType) ? this : this.remove();\n\t},\n\n\tdetach: function( selector ) {\n\t\treturn this.remove( selector, true );\n\t},\n\n\tdomManip: function( args, callback ) {\n\n\t\t// Flatten any nested arrays\n\t\targs = concat.apply( [], args );\n\n\t\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tset = this,\n\t\t\tiNoClone = l - 1,\n\t\t\tvalue = args[ 0 ],\n\t\t\tisFunction = jQuery.isFunction( value );\n\n\t\t// We can't cloneNode fragments that contain checked, in WebKit\n\t\tif ( isFunction ||\n\t\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\t\treturn this.each(function( index ) {\n\t\t\t\tvar self = set.eq( index );\n\t\t\t\tif ( isFunction ) {\n\t\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t\t}\n\t\t\t\tself.domManip( args, callback );\n\t\t\t});\n\t\t}\n\n\t\tif ( l ) {\n\t\t\tfragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this );\n\t\t\tfirst = fragment.firstChild;\n\n\t\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\t\tfragment = first;\n\t\t\t}\n\n\t\t\tif ( first ) {\n\t\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\t\thasScripts = scripts.length;\n\n\t\t\t\t// Use the original fragment for the last item instead of the first because it can end up\n\t\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\tnode = fragment;\n\n\t\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\t\t\t// Support: QtWebKit\n\t\t\t\t\t\t\t// jQuery.merge because push.apply(_, arraylike) throws\n\t\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tcallback.call( this[ i ], node, i );\n\t\t\t\t}\n\n\t\t\t\tif ( hasScripts ) {\n\t\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t\t// Reenable scripts\n\t\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t\t!data_priv.access( node, \"globalEval\" ) && jQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\t\tif ( node.src ) {\n\t\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\t\tif ( jQuery._evalUrl ) {\n\t\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.globalEval( node.textContent.replace( rcleanScript, \"\" ) );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t}\n});\n\njQuery.each({\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: QtWebKit\n\t\t\t// .get() because push.apply(_, arraylike) throws\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n});\n\n\nvar iframe,\n\telemdisplay = {};\n\n/**\n * Retrieve the actual display of a element\n * @param {String} name nodeName of the element\n * @param {Object} doc Document object\n */\n// Called only from within defaultDisplay\nfunction actualDisplay( name, doc ) {\n\tvar style,\n\t\telem = jQuery( doc.createElement( name ) ).appendTo( doc.body ),\n\n\t\t// getDefaultComputedStyle might be reliably used only on attached element\n\t\tdisplay = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ?\n\n\t\t\t// Use of this method is a temporary fix (more like optimization) until something better comes along,\n\t\t\t// since it was removed from specification and supported only in FF\n\t\t\tstyle.display : jQuery.css( elem[ 0 ], \"display\" );\n\n\t// We don't have any data stored on the element,\n\t// so use \"detach\" method as fast way to get rid of the element\n\telem.detach();\n\n\treturn display;\n}\n\n/**\n * Try to determine the default display value of an element\n * @param {String} nodeName\n */\nfunction defaultDisplay( nodeName ) {\n\tvar doc = document,\n\t\tdisplay = elemdisplay[ nodeName ];\n\n\tif ( !display ) {\n\t\tdisplay = actualDisplay( nodeName, doc );\n\n\t\t// If the simple way fails, read from inside an iframe\n\t\tif ( display === \"none\" || !display ) {\n\n\t\t\t// Use the already-created iframe if possible\n\t\t\tiframe = (iframe || jQuery( \"<iframe frameborder='0' width='0' height='0'/>\" )).appendTo( doc.documentElement );\n\n\t\t\t// Always write a new HTML skeleton so Webkit and Firefox don't choke on reuse\n\t\t\tdoc = iframe[ 0 ].contentDocument;\n\n\t\t\t// Support: IE\n\t\t\tdoc.write();\n\t\t\tdoc.close();\n\n\t\t\tdisplay = actualDisplay( nodeName, doc );\n\t\t\tiframe.detach();\n\t\t}\n\n\t\t// Store the correct default display\n\t\telemdisplay[ nodeName ] = display;\n\t}\n\n\treturn display;\n}\nvar rmargin = (/^margin/);\n\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\t\t// Support: IE<=11+, Firefox<=30+ (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tif ( elem.ownerDocument.defaultView.opener ) {\n\t\t\treturn elem.ownerDocument.defaultView.getComputedStyle( elem, null );\n\t\t}\n\n\t\treturn window.getComputedStyle( elem, null );\n\t};\n\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// Support: IE9\n\t// getPropertyValue is only needed for .css('filter') (#12537)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\t}\n\n\tif ( computed ) {\n\n\t\tif ( ret === \"\" && !jQuery.contains( elem.ownerDocument, elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// Support: iOS < 6\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels\n\t\t// this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values\n\t\tif ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\t\t// Support: IE\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn (this.get = hookFn).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\n(function() {\n\tvar pixelPositionVal, boxSizingReliableVal,\n\t\tdocElem = document.documentElement,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE9-11+\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tcontainer.style.cssText = \"border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;\" +\n\t\t\"position:absolute\";\n\tcontainer.appendChild( div );\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computePixelPositionAndBoxSizingReliable() {\n\t\tdiv.style.cssText =\n\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t// Vendor-prefix box-sizing\n\t\t\t\"-webkit-box-sizing:border-box;-moz-box-sizing:border-box;\" +\n\t\t\t\"box-sizing:border-box;display:block;margin-top:1%;top:1%;\" +\n\t\t\t\"border:1px;padding:1px;width:4px;position:absolute\";\n\t\tdiv.innerHTML = \"\";\n\t\tdocElem.appendChild( container );\n\n\t\tvar divStyle = window.getComputedStyle( div, null );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\t\tboxSizingReliableVal = divStyle.width === \"4px\";\n\n\t\tdocElem.removeChild( container );\n\t}\n\n\t// Support: node.js jsdom\n\t// Don't assume that getComputedStyle is a property of the global object\n\tif ( window.getComputedStyle ) {\n\t\tjQuery.extend( support, {\n\t\t\tpixelPosition: function() {\n\n\t\t\t\t// This test is executed only once but we still do memoizing\n\t\t\t\t// since we can use the boxSizingReliable pre-computing.\n\t\t\t\t// No need to check if the test was already performed, though.\n\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\treturn pixelPositionVal;\n\t\t\t},\n\t\t\tboxSizingReliable: function() {\n\t\t\t\tif ( boxSizingReliableVal == null ) {\n\t\t\t\t\tcomputePixelPositionAndBoxSizingReliable();\n\t\t\t\t}\n\t\t\t\treturn boxSizingReliableVal;\n\t\t\t},\n\t\t\treliableMarginRight: function() {\n\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Check if div with explicit width and no margin-right incorrectly\n\t\t\t\t// gets computed margin-right based on width of container. (#3333)\n\t\t\t\t// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right\n\t\t\t\t// This support function is only executed once so no memoizing is needed.\n\t\t\t\tvar ret,\n\t\t\t\t\tmarginDiv = div.appendChild( document.createElement( \"div\" ) );\n\n\t\t\t\t// Reset CSS: box-sizing; display; margin; border; padding\n\t\t\t\tmarginDiv.style.cssText = div.style.cssText =\n\t\t\t\t\t// Support: Firefox<29, Android 2.3\n\t\t\t\t\t// Vendor-prefix box-sizing\n\t\t\t\t\t\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;\" +\n\t\t\t\t\t\"box-sizing:content-box;display:block;margin:0;border:0;padding:0\";\n\t\t\t\tmarginDiv.style.marginRight = marginDiv.style.width = \"0\";\n\t\t\t\tdiv.style.width = \"1px\";\n\t\t\t\tdocElem.appendChild( container );\n\n\t\t\t\tret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight );\n\n\t\t\t\tdocElem.removeChild( container );\n\t\t\t\tdiv.removeChild( marginDiv );\n\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t});\n\t}\n})();\n\n\n// A method for quickly swapping in/out CSS properties to get correct calculations.\njQuery.swap = function( elem, options, callback, args ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.apply( elem, args || [] );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar\n\t// Swappable if display is none or starts with table except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trnumsplit = new RegExp( \"^(\" + pnum + \")(.*)$\", \"i\" ),\n\trrelNum = new RegExp( \"^([+-])=(\" + pnum + \")\", \"i\" ),\n\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t},\n\n\tcssPrefixes = [ \"Webkit\", \"O\", \"Moz\", \"ms\" ];\n\n// Return a css property mapped to a potentially vendor prefixed property\nfunction vendorPropName( style, name ) {\n\n\t// Shortcut for names that are not vendor prefixed\n\tif ( name in style ) {\n\t\treturn name;\n\t}\n\n\t// Check for vendor prefixed names\n\tvar capName = name[0].toUpperCase() + name.slice(1),\n\t\torigName = name,\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in style ) {\n\t\t\treturn name;\n\t\t}\n\t}\n\n\treturn origName;\n}\n\nfunction setPositiveNumber( elem, value, subtract ) {\n\tvar matches = rnumsplit.exec( value );\n\treturn matches ?\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {\n\tvar i = extra === ( isBorderBox ? \"border\" : \"content\" ) ?\n\t\t// If we already have the right measurement, avoid augmentation\n\t\t4 :\n\t\t// Otherwise initialize for horizontal or vertical properties\n\t\tname === \"width\" ? 1 : 0,\n\n\t\tval = 0;\n\n\tfor ( ; i < 4; i += 2 ) {\n\t\t// Both box models exclude margin, so add it if we want it\n\t\tif ( extra === \"margin\" ) {\n\t\t\tval += jQuery.css( elem, extra + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\tif ( isBorderBox ) {\n\t\t\t// border-box includes padding, so remove it if we want content\n\t\t\tif ( extra === \"content\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// At this point, extra isn't border nor margin, so remove border\n\t\t\tif ( extra !== \"margin\" ) {\n\t\t\t\tval -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t} else {\n\t\t\t// At this point, extra isn't content, so add padding\n\t\t\tval += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// At this point, extra isn't content nor padding, so add border\n\t\t\tif ( extra !== \"padding\" ) {\n\t\t\t\tval += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\treturn val;\n}\n\nfunction getWidthOrHeight( elem, name, extra ) {\n\n\t// Start with offset property, which is equivalent to the border-box value\n\tvar valueIsBorderBox = true,\n\t\tval = name === \"width\" ? elem.offsetWidth : elem.offsetHeight,\n\t\tstyles = getStyles( elem ),\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t// Some non-html elements return undefined for offsetWidth, so check for null/undefined\n\t// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285\n\t// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668\n\tif ( val <= 0 || val == null ) {\n\t\t// Fall back to computed then uncomputed css if necessary\n\t\tval = curCSS( elem, name, styles );\n\t\tif ( val < 0 || val == null ) {\n\t\t\tval = elem.style[ name ];\n\t\t}\n\n\t\t// Computed unit is not pixels. Stop here and return.\n\t\tif ( rnumnonpx.test(val) ) {\n\t\t\treturn val;\n\t\t}\n\n\t\t// Check for style in case a browser which returns unreliable values\n\t\t// for getComputedStyle silently falls back to the reliable elem.style\n\t\tvalueIsBorderBox = isBorderBox &&\n\t\t\t( support.boxSizingReliable() || val === elem.style[ name ] );\n\n\t\t// Normalize \"\", auto, and prepare for extra\n\t\tval = parseFloat( val ) || 0;\n\t}\n\n\t// Use the active box-sizing model to add/subtract irrelevant styles\n\treturn ( val +\n\t\taugmentWidthOrHeight(\n\t\t\telem,\n\t\t\tname,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles\n\t\t)\n\t) + \"px\";\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem, hidden,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tvalues[ index ] = data_priv.get( elem, \"olddisplay\" );\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\t\t\t// Reset the inline display of this element to learn if it is\n\t\t\t// being hidden by cascaded rules or not\n\t\t\tif ( !values[ index ] && display === \"none\" ) {\n\t\t\t\telem.style.display = \"\";\n\t\t\t}\n\n\t\t\t// Set elements which have been overridden with display: none\n\t\t\t// in a stylesheet to whatever the default browser style is\n\t\t\t// for such an element\n\t\t\tif ( elem.style.display === \"\" && isHidden( elem ) ) {\n\t\t\t\tvalues[ index ] = data_priv.access( elem, \"olddisplay\", defaultDisplay(elem.nodeName) );\n\t\t\t}\n\t\t} else {\n\t\t\thidden = isHidden( elem );\n\n\t\t\tif ( display !== \"none\" || !hidden ) {\n\t\t\t\tdata_priv.set( elem, \"olddisplay\", hidden ? display : jQuery.css( elem, \"display\" ) );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of most of the elements in a second loop\n\t// to avoid the constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\t\tif ( !show || elem.style.display === \"none\" || elem.style.display === \"\" ) {\n\t\t\telem.style.display = show ? values[ index ] || \"\" : \"none\";\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.extend({\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {\n\t\t\"float\": \"cssFloat\"\n\t},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = jQuery.camelCase( name ),\n\t\t\tstyle = elem.style;\n\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && (ret = rrelNum.exec( value )) ) {\n\t\t\t\tvalue = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number, add 'px' to the (except for certain CSS properties)\n\t\t\tif ( type === \"number\" && !jQuery.cssNumber[ origName ] ) {\n\t\t\t\tvalue += \"px\";\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !(\"set\" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {\n\t\t\t\tstyle[ name ] = value;\n\t\t\t}\n\n\t\t} else {\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = jQuery.camelCase( name );\n\n\t\t// Make sure that we're working with the right name\n\t\tname = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || jQuery.isNumeric( num ) ? num || 0 : val;\n\t\t}\n\t\treturn val;\n\t}\n});\n\njQuery.each([ \"height\", \"width\" ], function( i, name ) {\n\tjQuery.cssHooks[ name ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) && elem.offsetWidth === 0 ?\n\t\t\t\t\tjQuery.swap( elem, cssShow, function() {\n\t\t\t\t\t\treturn getWidthOrHeight( elem, name, extra );\n\t\t\t\t\t}) :\n\t\t\t\t\tgetWidthOrHeight( elem, name, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar styles = extra && getStyles( elem );\n\t\t\treturn setPositiveNumber( elem, value, extra ?\n\t\t\t\taugmentWidthOrHeight(\n\t\t\t\t\telem,\n\t\t\t\t\tname,\n\t\t\t\t\textra,\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\t\tstyles\n\t\t\t\t) : 0\n\t\t\t);\n\t\t}\n\t};\n});\n\n// Support: Android 2.3\njQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn jQuery.swap( elem, { \"display\": \"inline-block\" },\n\t\t\t\tcurCSS, [ elem, \"marginRight\" ] );\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each({\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split(\" \") : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( !rmargin.test( prefix ) ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n});\n\njQuery.fn.extend({\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( jQuery.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t},\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( isHidden( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t});\n\t}\n});\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || \"swing\";\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\tif ( tween.elem[ tween.prop ] != null &&\n\t\t\t\t(!tween.elem.style || tween.elem.style[ tween.prop ] == null) ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE9\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t}\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back Compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, timerId,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trfxnum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" ),\n\trrun = /queueHooks$/,\n\tanimationPrefilters = [ defaultPrefilter ],\n\ttweeners = {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value ),\n\t\t\t\ttarget = tween.cur(),\n\t\t\t\tparts = rfxnum.exec( value ),\n\t\t\t\tunit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t\t\t// Starting value computation is required for potential unit mismatches\n\t\t\t\tstart = ( jQuery.cssNumber[ prop ] || unit !== \"px\" && +target ) &&\n\t\t\t\t\trfxnum.exec( jQuery.css( tween.elem, prop ) ),\n\t\t\t\tscale = 1,\n\t\t\t\tmaxIterations = 20;\n\n\t\t\tif ( start && start[ 3 ] !== unit ) {\n\t\t\t\t// Trust units reported by jQuery.css\n\t\t\t\tunit = unit || start[ 3 ];\n\n\t\t\t\t// Make sure we update the tween properties later on\n\t\t\t\tparts = parts || [];\n\n\t\t\t\t// Iteratively approximate from a nonzero starting point\n\t\t\t\tstart = +target || 1;\n\n\t\t\t\tdo {\n\t\t\t\t\t// If previous iteration zeroed out, double until we get *something*.\n\t\t\t\t\t// Use string for doubling so we don't accidentally see scale as unchanged below\n\t\t\t\t\tscale = scale || \".5\";\n\n\t\t\t\t\t// Adjust and apply\n\t\t\t\t\tstart = start / scale;\n\t\t\t\t\tjQuery.style( tween.elem, prop, start + unit );\n\n\t\t\t\t// Update scale, tolerating zero or NaN from tween.cur(),\n\t\t\t\t// break the loop if scale is unchanged or perfect, or if we've just had enough\n\t\t\t\t} while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );\n\t\t\t}\n\n\t\t\t// Update tween properties\n\t\t\tif ( parts ) {\n\t\t\t\tstart = tween.start = +start || +target || 0;\n\t\t\t\ttween.unit = unit;\n\t\t\t\t// If a +=/-= token was provided, we're doing a relative animation\n\t\t\t\ttween.end = parts[ 1 ] ?\n\t\t\t\t\tstart + ( parts[ 1 ] + 1 ) * parts[ 2 ] :\n\t\t\t\t\t+parts[ 2 ];\n\t\t\t}\n\n\t\t\treturn tween;\n\t\t} ]\n\t};\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\tsetTimeout(function() {\n\t\tfxNow = undefined;\n\t});\n\treturn ( fxNow = jQuery.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4 ; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( tweeners[ prop ] || [] ).concat( tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( (tween = collection[ index ].call( animation, prop, value )) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\t/* jshint validthis: true */\n\tvar prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHidden( elem ),\n\t\tdataShow = data_priv.get( elem, \"fxshow\" );\n\n\t// Handle queue: false promises\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always(function() {\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always(function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t}\n\n\t// Height/width overflow pass\n\tif ( elem.nodeType === 1 && ( \"height\" in props || \"width\" in props ) ) {\n\t\t// Make sure that nothing sneaks out\n\t\t// Record all 3 overflow attributes because IE9-10 do not\n\t\t// change the overflow attribute when overflowX and\n\t\t// overflowY are set to the same value\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Set display property to inline-block for height/width\n\t\t// animations on inline elements that are having width/height animated\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\n\t\t// Test default display if display is currently \"none\"\n\t\tcheckDisplay = display === \"none\" ?\n\t\t\tdata_priv.get( elem, \"olddisplay\" ) || defaultDisplay( elem.nodeName ) : display;\n\n\t\tif ( checkDisplay === \"inline\" && jQuery.css( elem, \"float\" ) === \"none\" ) {\n\t\t\tstyle.display = \"inline-block\";\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always(function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t});\n\t}\n\n\t// show/hide pass\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.exec( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// If there is dataShow left over from a stopped hide or show and we are going to proceed with show, we should pretend to be hidden\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\n\t\t// Any non-fx value stops us from restoring the original display value\n\t\t} else {\n\t\t\tdisplay = undefined;\n\t\t}\n\t}\n\n\tif ( !jQuery.isEmptyObject( orig ) ) {\n\t\tif ( dataShow ) {\n\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\thidden = dataShow.hidden;\n\t\t\t}\n\t\t} else {\n\t\t\tdataShow = data_priv.access( elem, \"fxshow\", {} );\n\t\t}\n\n\t\t// Store state if its toggle - enables .stop().toggle() to \"reverse\"\n\t\tif ( toggle ) {\n\t\t\tdataShow.hidden = !hidden;\n\t\t}\n\t\tif ( hidden ) {\n\t\t\tjQuery( elem ).show();\n\t\t} else {\n\t\t\tanim.done(function() {\n\t\t\t\tjQuery( elem ).hide();\n\t\t\t});\n\t\t}\n\t\tanim.done(function() {\n\t\t\tvar prop;\n\n\t\t\tdata_priv.remove( elem, \"fxshow\" );\n\t\t\tfor ( prop in orig ) {\n\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t}\n\t\t});\n\t\tfor ( prop in orig ) {\n\t\t\ttween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\n\t\t\tif ( !( prop in dataShow ) ) {\n\t\t\t\tdataShow[ prop ] = tween.start;\n\t\t\t\tif ( hidden ) {\n\t\t\t\t\ttween.end = tween.start;\n\t\t\t\t\ttween.start = prop === \"width\" || prop === \"height\" ? 1 : 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t// If this is a noop like .hide().hide(), restore an overwritten display value\n\t} else if ( (display === \"none\" ? defaultDisplay( elem.nodeName ) : display) === \"inline\" ) {\n\t\tstyle.display = display;\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = jQuery.camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( jQuery.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = animationPrefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t}),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\t\t\t\t// Support: Android 2.3\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ]);\n\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t} else {\n\t\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\t\treturn false;\n\t\t\t}\n\t\t},\n\t\tanimation = deferred.promise({\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, { specialEasing: {} }, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length ; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t}),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length ; index++ ) {\n\t\tresult = animationPrefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( jQuery.isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t})\n\t);\n\n\t// attach callbacks from options\n\treturn animation.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweener: function( props, callback ) {\n\t\tif ( jQuery.isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.split(\" \");\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length ; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\ttweeners[ prop ] = tweeners[ prop ] || [];\n\t\t\ttweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tanimationPrefilters.unshift( callback );\n\t\t} else {\n\t\t\tanimationPrefilters.push( callback );\n\t\t}\n\t}\n});\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tjQuery.isFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !jQuery.isFunction( easing ) && easing\n\t};\n\n\topt.duration = jQuery.fx.off ? 0 : typeof opt.duration === \"number\" ? opt.duration :\n\t\topt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( jQuery.isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend({\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHidden ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate({ opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || data_priv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\t\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue && type !== false ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = data_priv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t});\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each(function() {\n\t\t\tvar index,\n\t\t\t\tdata = data_priv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t});\n\t}\n});\n\njQuery.each([ \"toggle\", \"show\", \"hide\" ], function( i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n});\n\n// Generate shortcuts for custom animations\njQuery.each({\n\tslideDown: genFx(\"show\"),\n\tslideUp: genFx(\"hide\"),\n\tslideToggle: genFx(\"toggle\"),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n});\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = jQuery.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\t\t// Checks the timer has not already been removed\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tif ( timer() ) {\n\t\tjQuery.fx.start();\n\t} else {\n\t\tjQuery.timers.pop();\n\t}\n};\n\njQuery.fx.interval = 13;\n\njQuery.fx.start = function() {\n\tif ( !timerId ) {\n\t\ttimerId = setInterval( jQuery.fx.tick, jQuery.fx.interval );\n\t}\n};\n\njQuery.fx.stop = function() {\n\tclearInterval( timerId );\n\ttimerId = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\tclearTimeout( timeout );\n\t\t};\n\t});\n};\n\n\n(function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: iOS<=5.1, Android<=4.2+\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE<=11+\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: Android<=2.3\n\t// Options inside disabled selects are incorrectly marked as disabled\n\tselect.disabled = true;\n\tsupport.optDisabled = !opt.disabled;\n\n\t// Support: IE<=11+\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n})();\n\n\nvar nodeHook, boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend({\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tattr: function( elem, name, value ) {\n\t\tvar hooks, ret,\n\t\t\tnType = elem.nodeType;\n\n\t\t// don't get/set attributes on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === strundefined ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// All attributes are lowercase\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\tname = name.toLowerCase();\n\t\t\thooks = jQuery.attrHooks[ name ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\n\t\t\t} else if ( hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {\n\t\t\t\treturn ret;\n\n\t\t\t} else {\n\t\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\t\treturn value;\n\t\t\t}\n\n\t\t} else if ( hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ) {\n\t\t\treturn ret;\n\n\t\t} else {\n\t\t\tret = jQuery.find.attr( elem, name );\n\n\t\t\t// Non-existent attributes return null, we normalize to undefined\n\t\t\treturn ret == null ?\n\t\t\t\tundefined :\n\t\t\t\tret;\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name, propName,\n\t\t\ti = 0,\n\t\t\tattrNames = value && value.match( rnotwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( (name = attrNames[i++]) ) {\n\t\t\t\tpropName = jQuery.propFix[ name ] || name;\n\n\t\t\t\t// Boolean attributes get special treatment (#10870)\n\t\t\t\tif ( jQuery.expr.match.bool.test( name ) ) {\n\t\t\t\t\t// Set corresponding property to false\n\t\t\t\t\telem[ propName ] = false;\n\t\t\t\t}\n\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tjQuery.nodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle;\n\t\tif ( !isXML ) {\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ name ];\n\t\t\tattrHandle[ name ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tname.toLowerCase() :\n\t\t\t\tnull;\n\t\t\tattrHandle[ name ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n});\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i;\n\njQuery.fn.extend({\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each(function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t},\n\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks, notxml,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( !elem || nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tnotxml = nType !== 1 || !jQuery.isXMLDoc( elem );\n\n\t\tif ( notxml ) {\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\treturn hooks && \"set\" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ?\n\t\t\t\tret :\n\t\t\t\t( elem[ name ] = value );\n\n\t\t} else {\n\t\t\treturn hooks && \"get\" in hooks && (ret = hooks.get( elem, name )) !== null ?\n\t\t\t\tret :\n\t\t\t\telem[ name ];\n\t\t}\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\t\t\t\treturn elem.hasAttribute( \"tabindex\" ) || rfocusable.test( elem.nodeName ) || elem.href ?\n\t\t\t\t\telem.tabIndex :\n\t\t\t\t\t-1;\n\t\t\t}\n\t\t}\n\t}\n});\n\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t}\n\t};\n}\n\njQuery.each([\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n});\n\n\n\n\nvar rclass = /[\\t\\r\\n\\f]/g;\n\njQuery.fn.extend({\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\n\t\tif ( proceed ) {\n\t\t\t// The disjunction here is for better compressibility (see removeClass)\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\" \"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = jQuery.trim( cur );\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, clazz, j, finalValue,\n\t\t\tproceed = arguments.length === 0 || typeof value === \"string\" && value,\n\t\t\ti = 0,\n\t\t\tlen = this.length;\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, this.className ) );\n\t\t\t});\n\t\t}\n\t\tif ( proceed ) {\n\t\t\tclasses = ( value || \"\" ).match( rnotwhite ) || [];\n\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\telem = this[ i ];\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( elem.className ?\n\t\t\t\t\t( \" \" + elem.className + \" \" ).replace( rclass, \" \" ) :\n\t\t\t\t\t\"\"\n\t\t\t\t);\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( (clazz = classes[j++]) ) {\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) >= 0 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = value ? jQuery.trim( cur ) : \"\";\n\t\t\t\t\tif ( elem.className !== finalValue ) {\n\t\t\t\t\t\telem.className = finalValue;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value;\n\n\t\tif ( typeof stateVal === \"boolean\" && type === \"string\" ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( jQuery.isFunction( value ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tif ( type === \"string\" ) {\n\t\t\t\t// Toggle individual class names\n\t\t\t\tvar className,\n\t\t\t\t\ti = 0,\n\t\t\t\t\tself = jQuery( this ),\n\t\t\t\t\tclassNames = value.match( rnotwhite ) || [];\n\n\t\t\t\twhile ( (className = classNames[ i++ ]) ) {\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( type === strundefined || type === \"boolean\" ) {\n\t\t\t\tif ( this.className ) {\n\t\t\t\t\t// store className if set\n\t\t\t\t\tdata_priv.set( this, \"__className__\", this.className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tthis.className = this.className || value === false ? \"\" : data_priv.get( this, \"__className__\" ) || \"\";\n\t\t\t}\n\t\t});\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className = \" \" + selector + \" \",\n\t\t\ti = 0,\n\t\t\tl = this.length;\n\t\tfor ( ; i < l; i++ ) {\n\t\t\tif ( this[i].nodeType === 1 && (\" \" + this[i].className + \" \").replace(rclass, \" \").indexOf( className ) >= 0 ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n});\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend({\n\tval: function( value ) {\n\t\tvar hooks, ret, isFunction,\n\t\t\telem = this[0];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks && \"get\" in hooks && (ret = hooks.get( elem, \"value\" )) !== undefined ) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\treturn typeof ret === \"string\" ?\n\t\t\t\t\t// Handle most common string cases\n\t\t\t\t\tret.replace(rreturn, \"\") :\n\t\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\t\tret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tisFunction = jQuery.isFunction( value );\n\n\t\treturn this.each(function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( isFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( jQuery.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t});\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !(\"set\" in hooks) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t});\n\t}\n});\n\njQuery.extend({\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\t\t\t\t\t// Support: IE10-11+\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\tjQuery.trim( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\" || index < 0,\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length,\n\t\t\t\t\ti = index < 0 ?\n\t\t\t\t\t\tmax :\n\t\t\t\t\t\tone ? index : 0;\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// IE6-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t( support.optDisabled ? !option.disabled : option.getAttribute( \"disabled\" ) === null ) &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\t\t\t\t\tif ( (option.selected = jQuery.inArray( option.value, values ) >= 0) ) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n});\n\n// Radios and checkboxes getter/setter\njQuery.each([ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( jQuery.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute(\"value\") === null ? \"on\" : elem.value;\n\t\t};\n\t}\n});\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\njQuery.each( (\"blur focus focusin focusout load resize scroll unload click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup error contextmenu\").split(\" \"), function( i, name ) {\n\n\t// Handle event binding\n\tjQuery.fn[ name ] = function( data, fn ) {\n\t\treturn arguments.length > 0 ?\n\t\t\tthis.on( name, null, data, fn ) :\n\t\t\tthis.trigger( name );\n\t};\n});\n\njQuery.fn.extend({\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t},\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ? this.off( selector, \"**\" ) : this.off( types, selector || \"**\", fn );\n\t}\n});\n\n\nvar nonce = jQuery.now();\n\nvar rquery = (/\\?/);\n\n\n\n// Support: Android 2.3\n// Workaround failure to string-cast null input\njQuery.parseJSON = function( data ) {\n\treturn JSON.parse( data + \"\" );\n};\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml, tmp;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE9\n\ttry {\n\t\ttmp = new DOMParser();\n\t\txml = tmp.parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {\n\t\txml = undefined;\n\t}\n\n\tif ( !xml || xml.getElementsByTagName( \"parsererror\" ).length ) {\n\t\tjQuery.error( \"Invalid XML: \" + data );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trhash = /#.*$/,\n\trts = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\trurl = /^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t * - BEFORE asking for a transport\n\t * - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Document location\n\tajaxLocation = window.location.href,\n\n\t// Segment location into parts\n\tajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnotwhite ) || [];\n\n\t\tif ( jQuery.isFunction( func ) ) {\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( (dataType = dataTypes[i++]) ) {\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[0] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t(structure[ dataType ] = structure[ dataType ] || []).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" && !seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t});\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || (deep = {}) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader(\"Content-Type\");\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[0] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s[ \"throws\" ] ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn { state: \"parsererror\", error: conv ? e : \"No conversion from \" + prev + \" to \" + current };\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend({\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: ajaxLocation,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /xml/,\n\t\t\thtml: /html/,\n\t\t\tjson: /json/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": jQuery.parseJSON,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\t\t\t// Cross-domain detection vars\n\t\t\tparts,\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\t\t\t// Loop variable\n\t\t\ti,\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context && ( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\tjQuery.event,\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks(\"once memory\"),\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\t\t\t// The jqXHR state\n\t\t\tstate = 0,\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( state === 2 ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( (match = rheaders.exec( responseHeadersString )) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[1].toLowerCase() ] = match[ 2 ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match;\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn state === 2 ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tvar lname = name.toLowerCase();\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\tname = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( !state ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\t// Lazy-add the new callback in a way that preserves old ones\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR ).complete = completeDeferred.add;\n\t\tjqXHR.success = jqXHR.done;\n\t\tjqXHR.error = jqXHR.fail;\n\n\t\t// Remove hash character (#7531: and string promotion)\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || ajaxLocation ) + \"\" ).replace( rhash, \"\" )\n\t\t\t.replace( rprotocol, ajaxLocParts[ 1 ] + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = jQuery.trim( s.dataType || \"*\" ).toLowerCase().match( rnotwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when we have a protocol:host:port mismatch\n\t\tif ( s.crossDomain == null ) {\n\t\t\tparts = rurl.exec( s.url.toLowerCase() );\n\t\t\ts.crossDomain = !!( parts &&\n\t\t\t\t( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||\n\t\t\t\t\t( parts[ 3 ] || ( parts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) !==\n\t\t\t\t\t\t( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === \"http:\" ? \"80\" : \"443\" ) ) )\n\t\t\t);\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( state === 2 ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger(\"ajaxStart\");\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\tcacheURL = s.url;\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// If data is available, append data to url\n\t\t\tif ( s.data ) {\n\t\t\t\tcacheURL = ( s.url += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data );\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add anti-cache in url if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\ts.url = rts.test( cacheURL ) ?\n\n\t\t\t\t\t// If there is already a '_' parameter, set its value\n\t\t\t\t\tcacheURL.replace( rts, \"$1_=\" + nonce++ ) :\n\n\t\t\t\t\t// Otherwise add one to the end\n\t\t\t\t\tcacheURL + ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + nonce++;\n\t\t\t}\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tfor ( i in { success: 1, error: 1, complete: 1 } ) {\n\t\t\tjqXHR[ i ]( s[ i ] );\n\t\t}\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = setTimeout(function() {\n\t\t\t\t\tjqXHR.abort(\"timeout\");\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tstate = 1;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\t\t\t\t// Propagate exception as error if not done\n\t\t\t\tif ( state < 2 ) {\n\t\t\t\t\tdone( -1, e );\n\t\t\t\t// Simply rethrow otherwise\n\t\t\t\t} else {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Called once\n\t\t\tif ( state === 2 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// State is \"done\" now\n\t\t\tstate = 2;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\tclearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"Last-Modified\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader(\"etag\");\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger(\"ajaxStop\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n});\n\njQuery.each( [ \"get\", \"post\" ], function( i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( jQuery.isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\treturn jQuery.ajax({\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t});\n\t};\n});\n\n\njQuery._evalUrl = function( url ) {\n\treturn jQuery.ajax({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tasync: false,\n\t\tglobal: false,\n\t\t\"throws\": true\n\t});\n};\n\n\njQuery.fn.extend({\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapAll( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\tif ( this[ 0 ] ) {\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map(function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t}).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( jQuery.isFunction( html ) ) {\n\t\t\treturn this.each(function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call(this, i) );\n\t\t\t});\n\t\t}\n\n\t\treturn this.each(function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t});\n\t},\n\n\twrap: function( html ) {\n\t\tvar isFunction = jQuery.isFunction( html );\n\n\t\treturn this.each(function( i ) {\n\t\t\tjQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );\n\t\t});\n\t},\n\n\tunwrap: function() {\n\t\treturn this.parent().each(function() {\n\t\t\tif ( !jQuery.nodeName( this, \"body\" ) ) {\n\t\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t\t}\n\t\t}).end();\n\t}\n});\n\n\njQuery.expr.filters.hidden = function( elem ) {\n\t// Support: Opera <= 12.12\n\t// Opera reports offsetWidths and offsetHeights less than zero on some elements\n\treturn elem.offsetWidth <= 0 && elem.offsetHeight <= 0;\n};\njQuery.expr.filters.visible = function( elem ) {\n\treturn !jQuery.expr.filters.hidden( elem );\n};\n\n\n\n\nvar r20 = /%20/g,\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( jQuery.isArray( obj ) ) {\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams( prefix + \"[\" + ( typeof v === \"object\" ? i : \"\" ) + \"]\", v, traditional, add );\n\t\t\t}\n\t\t});\n\n\t} else if ( !traditional && jQuery.type( obj ) === \"object\" ) {\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, value ) {\n\t\t\t// If value is a function, invoke it and return its value\n\t\t\tvalue = jQuery.isFunction( value ) ? value() : ( value == null ? \"\" : value );\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" + encodeURIComponent( value );\n\t\t};\n\n\t// Set traditional to true for jQuery <= 1.3.2 behavior.\n\tif ( traditional === undefined ) {\n\t\ttraditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t});\n\n\t} else {\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" ).replace( r20, \"+\" );\n};\n\njQuery.fn.extend({\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map(function() {\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t})\n\t\t.filter(function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t})\n\t\t.map(function( i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\treturn val == null ?\n\t\t\t\tnull :\n\t\t\t\tjQuery.isArray( val ) ?\n\t\t\t\t\tjQuery.map( val, function( val ) {\n\t\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t\t}) :\n\t\t\t\t\t{ name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t}).get();\n\t}\n});\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new XMLHttpRequest();\n\t} catch( e ) {}\n};\n\nvar xhrId = 0,\n\txhrCallbacks = {},\n\txhrSuccessStatus = {\n\t\t// file protocol always yields status code 0, assume 200\n\t\t0: 200,\n\t\t// Support: IE9\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\n// Support: IE9\n// Open requests must be manually aborted on unload (#5280)\n// See https://support.microsoft.com/kb/2856746 for more info\nif ( window.attachEvent ) {\n\twindow.attachEvent( \"onunload\", function() {\n\t\tfor ( var key in xhrCallbacks ) {\n\t\t\txhrCallbacks[ key ]();\n\t\t}\n\t});\n}\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport(function( options ) {\n\tvar callback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr(),\n\t\t\t\t\tid = ++xhrId;\n\n\t\t\t\txhr.open( options.type, options.url, options.async, options.username, options.password );\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[\"X-Requested-With\"] ) {\n\t\t\t\t\theaders[\"X-Requested-With\"] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tdelete xhrCallbacks[ id ];\n\t\t\t\t\t\t\tcallback = xhr.onload = xhr.onerror = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\t// file: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\t\t\t\t\t\t\t\t\t// Support: IE9\n\t\t\t\t\t\t\t\t\t// Accessing binary-data responseText throws an exception\n\t\t\t\t\t\t\t\t\t// (#11426)\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText === \"string\" ? {\n\t\t\t\t\t\t\t\t\t\ttext: xhr.responseText\n\t\t\t\t\t\t\t\t\t} : undefined,\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\txhr.onerror = callback(\"error\");\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = xhrCallbacks[ id ] = callback(\"abort\");\n\n\t\t\t\ttry {\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\n// Install script dataType\njQuery.ajaxSetup({\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /(?:java|ecma)script/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n});\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n});\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\t// This transport only deals with cross domain requests\n\tif ( s.crossDomain ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery(\"<script>\").prop({\n\t\t\t\t\tasync: true,\n\t\t\t\t\tcharset: s.scriptCharset,\n\t\t\t\t\tsrc: s.url\n\t\t\t\t}).on(\n\t\t\t\t\t\"load error\",\n\t\t\t\t\tcallback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n});\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup({\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n});\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" && !( s.contentType || \"\" ).indexOf(\"application/x-www-form-urlencoded\") && rjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[\"script json\"] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always(function() {\n\t\t\t// Restore preexisting value\n\t\t\twindow[ callbackName ] = overwritten;\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\t\t\t\t// make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && jQuery.isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t});\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n});\n\n\n\n\n// data: string of html\n// context (optional): If specified, the fragment will be created in this context, defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\tcontext = context || document;\n\n\tvar parsed = rsingleTag.exec( data ),\n\t\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[1] ) ];\n\t}\n\n\tparsed = jQuery.buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n// Keep a copy of the old load method\nvar _load = jQuery.fn.load;\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tif ( typeof url !== \"string\" && _load ) {\n\t\treturn _load.apply( this, arguments );\n\t}\n\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf(\" \");\n\n\tif ( off >= 0 ) {\n\t\tselector = jQuery.trim( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( jQuery.isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax({\n\t\t\turl: url,\n\n\t\t\t// if \"type\" variable is undefined, then \"GET\" method will be used\n\t\t\ttype: type,\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t}).done(function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery(\"<div>\").append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t}).complete( callback && function( jqXHR, status ) {\n\t\t\tself.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t});\n\t}\n\n\treturn this;\n};\n\n\n\n\n// Attach a bunch of functions for handling common AJAX events\njQuery.each( [ \"ajaxStart\", \"ajaxStop\", \"ajaxComplete\", \"ajaxError\", \"ajaxSuccess\", \"ajaxSend\" ], function( i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n});\n\n\n\n\njQuery.expr.filters.animated = function( elem ) {\n\treturn jQuery.grep(jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t}).length;\n};\n\n\n\n\nvar docElem = window.document.documentElement;\n\n/**\n * Gets a window from an element\n */\nfunction getWindow( elem ) {\n\treturn jQuery.isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView;\n}\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf(\"auto\") > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( jQuery.isFunction( options ) ) {\n\t\t\toptions = options.call( elem, i, curOffset );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend({\n\toffset: function( options ) {\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each(function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t});\n\t\t}\n\n\t\tvar docElem, win,\n\t\t\telem = this[ 0 ],\n\t\t\tbox = { top: 0, left: 0 },\n\t\t\tdoc = elem && elem.ownerDocument;\n\n\t\tif ( !doc ) {\n\t\t\treturn;\n\t\t}\n\n\t\tdocElem = doc.documentElement;\n\n\t\t// Make sure it's not a disconnected DOM node\n\t\tif ( !jQuery.contains( docElem, elem ) ) {\n\t\t\treturn box;\n\t\t}\n\n\t\t// Support: BlackBerry 5, iOS 3 (original iPhone)\n\t\t// If we don't have gBCR, just use 0,0 rather than error\n\t\tif ( typeof elem.getBoundingClientRect !== strundefined ) {\n\t\t\tbox = elem.getBoundingClientRect();\n\t\t}\n\t\twin = getWindow( doc );\n\t\treturn {\n\t\t\ttop: box.top + win.pageYOffset - docElem.clientTop,\n\t\t\tleft: box.left + win.pageXOffset - docElem.clientLeft\n\t\t};\n\t},\n\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\t\t\t// Assume getBoundingClientRect is there when computed position is fixed\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\t// Get *real* offsetParent\n\t\t\toffsetParent = this.offsetParent();\n\n\t\t\t// Get correct offsets\n\t\t\toffset = this.offset();\n\t\t\tif ( !jQuery.nodeName( offsetParent[ 0 ], \"html\" ) ) {\n\t\t\t\tparentOffset = offsetParent.offset();\n\t\t\t}\n\n\t\t\t// Add offsetParent borders\n\t\t\tparentOffset.top += jQuery.css( offsetParent[ 0 ], \"borderTopWidth\", true );\n\t\t\tparentOffset.left += jQuery.css( offsetParent[ 0 ], \"borderLeftWidth\", true );\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\toffsetParent: function() {\n\t\treturn this.map(function() {\n\t\t\tvar offsetParent = this.offsetParent || docElem;\n\n\t\t\twhile ( offsetParent && ( !jQuery.nodeName( offsetParent, \"html\" ) && jQuery.css( offsetParent, \"position\" ) === \"static\" ) ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || docElem;\n\t\t});\n\t}\n});\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\t\t\tvar win = getWindow( elem );\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : window.pageXOffset,\n\t\t\t\t\ttop ? val : window.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length, null );\n\t};\n});\n\n// Support: Safari<7+, Chrome<37+\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n});\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( { padding: \"inner\" + name, content: type, \"\": \"outer\" + name }, function( defaultExtra, funcName ) {\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( jQuery.isWindow( elem ) ) {\n\t\t\t\t\t// As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there\n\t\t\t\t\t// isn't a whole lot we can do. See pull request at this URL for discussion:\n\t\t\t\t\t// https://github.com/jquery/jquery/pull/764\n\t\t\t\t\treturn elem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable, null );\n\t\t};\n\t});\n});\n\n\n// The number of elements contained in the matched element set\njQuery.fn.size = function() {\n\treturn this.length;\n};\n\njQuery.fn.andSelf = jQuery.fn.addBack;\n\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t});\n}\n\n\n\n\nvar\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( typeof noGlobal === strundefined ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n\n}));\n"],"sourceRoot":""} \ No newline at end of file