Commit 134fb155ae399721ab498056686a0d22f98dd406

Authored by Edmar Moretti
1 parent ce4fd4a6

Remoção de barra de rolagem nice

Showing 44 changed files with 0 additions and 6609 deletions   Show diff stats
exemplos/index.php
@@ -101,7 +101,6 @@ include "../init/head.php"; @@ -101,7 +101,6 @@ include "../init/head.php";
101 mostraBotoesBT(); 101 mostraBotoesBT();
102 $('.hidden').removeClass('hidden'); 102 $('.hidden').removeClass('hidden');
103 $.material.init(); 103 $.material.init();
104 - $("html").niceScroll({"cursorwidth":"10px"});  
105 }); 104 });
106 </script> 105 </script>
107 </body> 106 </body>
@@ -43,7 +43,6 @@ echo &quot; @@ -43,7 +43,6 @@ echo &quot;
43 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 43 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
44 <script src='" . ONDEI3GEO . "/pacotes/bootstrap/js/ie10-viewport-bug-workaround.js'></script> 44 <script src='" . ONDEI3GEO . "/pacotes/bootstrap/js/ie10-viewport-bug-workaround.js'></script>
45 <script src='" . ONDEI3GEO . "/pacotes/bootstrap-material-design/dist/js/material.min.js'></script> 45 <script src='" . ONDEI3GEO . "/pacotes/bootstrap-material-design/dist/js/material.min.js'></script>
46 - <script src='" . ONDEI3GEO . "/pacotes/jquery/plugins/nicescroll/jquery.nicescroll.min.js'></script>  
47 "; 46 ";
48 ?> 47 ?>
49 <style> 48 <style>
init/index.php
@@ -240,7 +240,6 @@ include &quot;head.php&quot;; @@ -240,7 +240,6 @@ include &quot;head.php&quot;;
240 } 240 }
241 }); 241 });
242 } 242 }
243 - $("html").niceScroll({"cursorwidth":"10px"});  
244 $.material.init(); 243 $.material.init();
245 }); 244 });
246 </script> 245 </script>
pacotes/jquery/plugins/nicescroll/MIT.LICENSE
@@ -1,17 +0,0 @@ @@ -1,17 +0,0 @@
1 -Open Source Initiative OSI - The MIT License (MIT):Licensing  
2 -[OSI Approved License]  
3 -The MIT License (MIT)  
4 -  
5 -Copyright (c) 2011 InuYaksa  
6 -  
7 -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated  
8 -documentation files (the "Software"), to deal in the Software without restriction, including without limitation  
9 -the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,  
10 -and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  
11 -  
12 -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  
13 -  
14 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES  
15 -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE  
16 -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR  
17 -IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  
pacotes/jquery/plugins/nicescroll/README
@@ -1,170 +0,0 @@ @@ -1,170 +0,0 @@
1 -jquery.nicescroll  
2 -v. 3.4.0 18-04-2013  
3 -copyright 2011-12-13 InuYaksa*2013  
4 -licensed under the MIT  
5 -http://nicescroll.areaaperta.com  
6 -https://github.com/inuyaksa/jquery.nicescroll  
7 -https://twitter.com/nicescroll  
8 -  
9 -Nicescroll as a Greasemonkey plugin: http://userscripts.org/scripts/show/119910  
10 -  
11 -  
12 -Nicescroll is a jquery plugin, for nice scrollbars with a very similar ios/mobile style.  
13 -  
14 -NOW support HORIZONAL scrollbar too!  
15 -  
16 -It supports DIVs, IFrames, textarea, and document page (body) scrollbars.  
17 -Compatible with all desktop browser: Firefox 4+, Chrome 5+, Safari 4+ (win/mac), Opera 10+, IE 6+. (all A-grade browsers)  
18 -Compatible with mobile device: iPad/iPhone/iPod, Android 2.2+, Blackberry phones and Playbook (WebWorks/Table OS), Windows Phone 7.5 Mango.  
19 -Compatible with all touch devices: iPad, Window Surface.  
20 -Compabible with multi-input device (mouse with touch or pen): Window Surface, Chrome Desktop on touch notebook.  
21 -Compatible with 2 directions mice: Apple Magic Mouse, Apple Mouser with 2-dir wheel, PC mouse with 2-dir wheel (if browser support it).  
22 -  
23 -So you have scrollable divs with momentum for iPad 4+ and you have consistent scrollable areas for all desktop and mobile platforms.  
24 -  
25 -Sexy zoom feature, you can "zoom-in" the content of any nicescroll'ed div.  
26 -Nice to use and nice to see, all the content of the div in fullscreen mode.  
27 -It works on desktop (double click on div) either in mobile/touch devices using pinch gesture.  
28 -  
29 -On modern browsers hardware accelerated scrolling has implemented.  
30 -Using animationFrame for a smoothest and cpu-saving scrolling. (when browser supports)  
31 -  
32 -Warning for IE6 users (why do you uses IE6 yet? Please updgrade to a more stable and modern browser), some feature can't work for limitation of the browser.  
33 -Document (body) scrollbars can't appears, old (native browser) one is used. Some issues with IFrame scrolling.  
34 -  
35 -  
36 -* FEATURES  
37 -  
38 -- simple installation and activation, it works with NO modification of your code. (some exceptions can happen, so you can write to me)  
39 -- very stylish scrollbars, with no occupation on your window (original browser scrollbars need some of page space and reduces window/div usable width)  
40 -- you can style main document scrollbar (body) too!! (not all script implements this feature)  
41 -- on all browsers you can scroll: dragging the cursor, mouse wheel (speed customizable), keyboard navigation (cursor keys, pagup/down keys, home/end keys)  
42 -- scroll is smooth (as modern tablet browsing), speed is customizable  
43 -- zoom feature  
44 -- hardware accelerated scroll (where available)  
45 -- animation frame support for smoth scrolling and cpu-saving  
46 -- dragging scroll mode with scrolling momentum (as touch device)  
47 -- tested for all major browsers desktop and mobile versions  
48 -- support for touch devices  
49 -- support for multi-input devices (IE10 with MSPointer)  
50 -- compatible with many other browsers, including IE6, Safari on Mac and WP7 Mango!  
51 -- very customizable aspect of bar  
52 -- native scroll events are working yet  
53 -- fully integrated with jQuery  
54 -- compatibile with jQuery UI, jQuery Touch, jQuery Mobile  
55 -  
56 -  
57 -* DEPENDENCIES  
58 -It's a plugin for the jquery framework, you need to include jquery in your scripts.  
59 -From 1.5.x version and on. (you can try with 1.4.2+ also)  
60 -  
61 -  
62 -* INSTALLATION  
63 -Put loading script tag after jquery script tag and loading the zoom image in the same folder of the script:  
64 -  
65 -<script src="jquery.nicescroll.js"></script>  
66 -  
67 -Copy image "zoomico.png" in the same folder of jquery.nicescroll.js.  
68 -  
69 -  
70 -* HOW TO USE  
71 -  
72 -Initialize nicescroll ALWAYS in (document) ready statement.  
73 -  
74 -1. Simple mode, it styles document scrollbar:  
75 -  
76 -$(document).ready(  
77 - function() {  
78 - $("html").niceScroll();  
79 - }  
80 -);  
81 -  
82 -2. Instance with object returned:  
83 -  
84 -var nice = false;  
85 -$(document).ready(  
86 - function() {  
87 - nice = $("html").niceScroll();  
88 - }  
89 -);  
90 -  
91 -3. Style a DIV and chage cursor color:  
92 -  
93 -$(document).ready(  
94 - function() {  
95 - $("#thisdiv").niceScroll({cursorcolor:"#00F"});  
96 - }  
97 -);  
98 -  
99 -4. DIV with "wrapper", formed by two divs, the first is the vieport, the latter is the content:  
100 -  
101 -$(document).ready(  
102 - function() {  
103 - $("#viewportdiv").niceScroll("#wrapperdiv",{cursorcolor:"#00F"});  
104 - }  
105 -);  
106 -  
107 -5. Get nicescroll object:  
108 -  
109 -var nice = $("#mydiv").getNiceScroll();  
110 -  
111 -6. Hide scrollbars:  
112 -  
113 -$("#mydiv").getNiceScroll().hide();  
114 -  
115 -7. Check for scrollbars resize (when content or position have changed):  
116 -  
117 -$("#mydiv").getNiceScroll().resize();  
118 -  
119 -  
120 -* CONFIGURATION PARAMETERS  
121 -  
122 -When you call "niceScroll" you can pass some parameters to custom visual aspects:  
123 -  
124 -. cursorcolor - change cursor color in hex, default is "#000000"  
125 -. cursoropacitymin - change opacity very cursor is inactive (scrollabar "hidden" state), range from 1 to 0, default is 0 (hidden)  
126 -. cursoropacitymax - change opacity very cursor is active (scrollabar "visible" state), range from 1 to 0, default is 1 (full opacity)  
127 -. cursorwidth - cursor width in pixel, default is 5 (you can write "5px" too)  
128 -. cursorborder - css definition for cursor border, default is "1px solid #fff"  
129 -. cursorborderradius - border radius in pixel for cursor, default is "4px"  
130 -. zindex - change z-index for scrollbar div, default value is 9999  
131 -. scrollspeed - scrolling speed, default value is 60  
132 -. mousescrollstep - scrolling speed with mouse wheel, default value is 40 (pixel)  
133 -. touchbehavior - enable cursor-drag scrolling like touch devices in desktop computer, default is false  
134 -. hwacceleration - use hardware accelerated scroll when supported, default is true  
135 -. boxzoom - enable zoom for box content, default is false  
136 -. dblclickzoom - (only when boxzoom=true) zoom activated when double click on box, default is true  
137 -. gesturezoom - (only when boxzoom=true and with touch devices) zoom activated when pinch out/in on box, default is true  
138 -. grabcursorenabled, display "grab" icon for div with touchbehavior = true, default is true  
139 -. autohidemode, how hide the scrollbar works, true=default / "cursor" = only cursor hidden / false = do not hide  
140 -. background, change css for rail background, default is ""  
141 -. iframeautoresize, autoresize iframe on load event (default:true)  
142 -. cursorminheight, set the minimum cursor height in pixel (default:20)  
143 -. preservenativescrolling, you can scroll native scrollable areas with mouse, bubbling mouse wheel event (default:true)  
144 -. railoffset, you can add offset top/left for rail position (default:false)  
145 -. bouncescroll, enable scroll bouncing at the end of content as mobile-like (only hw accell) (default:false)  
146 -. spacebarenabled, enable page down scrolling when space bar has pressed (default:true)  
147 -. railpadding, set padding for rail bar (default:{top:0,right:0,left:0,bottom:0})  
148 -. disableoutline, for chrome browser, disable outline (orange hightlight) when selecting a div with nicescroll (default:true)  
149 -. horizrailenabled, nicescroll can manage horizontal scroll (default:true)  
150 -. railalign, alignment of vertical rail (defaul:"right")  
151 -. railvalign, alignment of horizontal rail (defaul:"bottom")  
152 -. enabletranslate3d, nicescroll can use css translate to scroll content (default:true)  
153 -. enablemousewheel, nicescroll can manage mouse wheel events (default:true)  
154 -. enablekeyboard, nicescroll can manage keyboard events (default:true)  
155 -. smoothscroll, scroll with ease movement (default:true)  
156 -. sensitiverail, click on rail make a scroll (default:true)  
157 -. enablemouselockapi, can use mouse caption lock API (same issue on object dragging) (default:true)  
158 -. cursorfixedheight, set fixed height for cursor in pixel (default:false)  
159 -. hidecursordelay, set the delay in microseconds to fading out scrollbars (default:400)  
160 -. directionlockdeadzone, dead zone in pixels for direction lock activation (default:6)  
161 -. nativeparentscrolling , detect bottom of content and let parent to scroll, as native scroll does (default:true)  
162 -. enablescrollonselection, enable auto-scrolling of content when selection text (default:true)  
163 -. rtlmode, horizontal div scrolling starts at left side (default:false)  
164 -. cursordragontouch, drag cursor in touch / touchbehavior mode also (default:false)  
165 -  
166 -* LICENSE  
167 -  
168 -Copyright 2011-13*InuYaksa  
169 -Licensed under the MIT License, http://www.opensource.org/licenses/mit-license.php  
170 -Images used for zoom icons have derived from OLPC interface, http://laptop.org/8.2.0/manual/Browse_ChangingView.html  
pacotes/jquery/plugins/nicescroll/changelog_3.4.0.txt
@@ -1,26 +0,0 @@ @@ -1,26 +0,0 @@
1 -Changelog nicescroll release 3.4.0  
2 -http://nicescroll.areaaperta.com/  
3 -https://github.com/inuyaksa/jquery.nicescroll  
4 -  
5 -  
6 -New options  
7 -- rtlmode, horizontal div scrolling starts at left side (default:false)  
8 -- cursordragontouch, drag cursor in touch / touchbehavior mode also (default:false) - #177  
9 -  
10 -Changed features  
11 -- new wheel event routine, more responsive and consistent scrolling by mousewheel - fixes #193  
12 -- change speed on scrolling by cursors, more responsive  
13 -- change speed on drag scrolling, more responsive  
14 -  
15 -Fixes  
16 -- IE8, cursor not hidden with autohidemode=true - close #183  
17 -- IE8-, detection of rail active click event position not correct  
18 -  
19 -  
20 -TODO  
21 -- railpadding  
22 -- railpadding top & bottom settings ignored - thanks to simovinci.bellissimo  
23 -- honorcssoverflow  
24 -- autohidemode:hover  
25 -- check 2D scrolling  
26 -- check text selection on cursor drag  
pacotes/jquery/plugins/nicescroll/jquery.nicescroll.js
@@ -1,3156 +0,0 @@ @@ -1,3156 +0,0 @@
1 -/* jquery.nicescroll  
2 --- version 3.4.0  
3 --- copyright 2011-12-13 InuYaksa*2013  
4 --- licensed under the MIT  
5 ---  
6 --- http://areaaperta.com/nicescroll  
7 --- https://github.com/inuyaksa/jquery.nicescroll  
8 ---  
9 -*/  
10 -  
11 -(function(jQuery){  
12 -  
13 - // globals  
14 - var domfocus = false;  
15 - var mousefocus = false;  
16 - var zoomactive = false;  
17 - var tabindexcounter = 5000;  
18 - var ascrailcounter = 2000;  
19 - var globalmaxzindex = 0;  
20 -  
21 - var $ = jQuery; // sandbox  
22 -  
23 - // http://stackoverflow.com/questions/2161159/get-script-path  
24 - function getScriptPath() {  
25 - var scripts=document.getElementsByTagName('script');  
26 - var path=scripts[scripts.length-1].src.split('?')[0];  
27 - return (path.split('/').length>0) ? path.split('/').slice(0,-1).join('/')+'/' : '';  
28 - }  
29 - var scriptpath = getScriptPath();  
30 -  
31 -// derived by Paul Irish https://gist.github.com/paulirish/1579671 - thanks for your code!  
32 -  
33 - if (!Array.prototype.forEach) { // JS 1.6 polyfill  
34 - Array.prototype.forEach = function(fn, scope) {  
35 - for(var i = 0, len = this.length; i < len; ++i) {  
36 - fn.call(scope, this[i], i, this);  
37 - }  
38 - }  
39 - }  
40 -  
41 - var vendors = ['ms','moz','webkit','o'];  
42 -  
43 - var setAnimationFrame = window.requestAnimationFrame||false;  
44 - var clearAnimationFrame = window.cancelAnimationFrame||false;  
45 -  
46 - vendors.forEach(function(v){  
47 - if (!setAnimationFrame) setAnimationFrame = window[v+'RequestAnimationFrame'];  
48 - if (!clearAnimationFrame) clearAnimationFrame = window[v+'CancelAnimationFrame']||window[v+'CancelRequestAnimationFrame'];  
49 - });  
50 -  
51 - var clsMutationObserver = window.MutationObserver || window.WebKitMutationObserver || false;  
52 -  
53 - var _globaloptions = {  
54 - zindex:"auto",  
55 - cursoropacitymin:0,  
56 - cursoropacitymax:1,  
57 - cursorcolor:"#424242",  
58 - cursorwidth:"5px",  
59 - cursorborder:"1px solid #fff",  
60 - cursorborderradius:"5px",  
61 - scrollspeed:60,  
62 - mousescrollstep:8*3,  
63 - touchbehavior:false,  
64 - hwacceleration:true,  
65 - usetransition:true,  
66 - boxzoom:false,  
67 - dblclickzoom:true,  
68 - gesturezoom:true,  
69 - grabcursorenabled:true,  
70 - autohidemode:true,  
71 - background:"",  
72 - iframeautoresize:true,  
73 - cursorminheight:32,  
74 - preservenativescrolling:true,  
75 - railoffset:false,  
76 - bouncescroll:true,  
77 - spacebarenabled:true,  
78 - railpadding:{top:0,right:0,left:0,bottom:0},  
79 - disableoutline:true,  
80 - horizrailenabled:true,  
81 - railalign:"right",  
82 - railvalign:"bottom",  
83 - enabletranslate3d:true,  
84 - enablemousewheel:true,  
85 - enablekeyboard:true,  
86 - smoothscroll:true,  
87 - sensitiverail:true,  
88 - enablemouselockapi:true,  
89 -// cursormaxheight:false,  
90 - cursorfixedheight:false,  
91 - directionlockdeadzone:6,  
92 - hidecursordelay:400,  
93 - nativeparentscrolling:true,  
94 - enablescrollonselection:true,  
95 - overflowx:true,  
96 - overflowy:true,  
97 - cursordragspeed:0.3,  
98 - rtlmode:false,  
99 - cursordragontouch:false  
100 - }  
101 -  
102 - var browserdetected = false;  
103 -  
104 - var getBrowserDetection = function() {  
105 -  
106 - if (browserdetected) return browserdetected;  
107 -  
108 - var domtest = document.createElement('DIV');  
109 -  
110 - var d = {};  
111 -  
112 - d.haspointerlock = "pointerLockElement" in document || "mozPointerLockElement" in document || "webkitPointerLockElement" in document;  
113 -  
114 - d.isopera = ("opera" in window);  
115 - d.isopera12 = (d.isopera&&("getUserMedia" in navigator));  
116 -  
117 - d.isie = (("all" in document) && ("attachEvent" in domtest) && !d.isopera);  
118 - d.isieold = (d.isie && !("msInterpolationMode" in domtest.style)); // IE6 and older  
119 - d.isie7 = d.isie&&!d.isieold&&(!("documentMode" in document)||(document.documentMode==7));  
120 - d.isie8 = d.isie&&("documentMode" in document)&&(document.documentMode==8);  
121 - d.isie9 = d.isie&&("performance" in window)&&(document.documentMode>=9);  
122 - d.isie10 = d.isie&&("performance" in window)&&(document.documentMode>=10);  
123 -  
124 - d.isie9mobile = /iemobile.9/i.test(navigator.userAgent); //wp 7.1 mango  
125 - if (d.isie9mobile) d.isie9 = false;  
126 - d.isie7mobile = (!d.isie9mobile&&d.isie7) && /iemobile/i.test(navigator.userAgent); //wp 7.0  
127 -  
128 - d.ismozilla = ("MozAppearance" in domtest.style);  
129 -  
130 - d.iswebkit = ("WebkitAppearance" in domtest.style);  
131 -  
132 - d.ischrome = ("chrome" in window);  
133 - d.ischrome22 = (d.ischrome&&d.haspointerlock);  
134 - d.ischrome26 = (d.ischrome&&("transition" in domtest.style)); // issue with transform detection (maintain prefix)  
135 -  
136 - d.cantouch = ("ontouchstart" in document.documentElement)||("ontouchstart" in window); // detection for Chrome Touch Emulation  
137 - d.hasmstouch = (window.navigator.msPointerEnabled||false); // IE10+ pointer events  
138 -  
139 - d.ismac = /^mac$/i.test(navigator.platform);  
140 -  
141 - d.isios = (d.cantouch && /iphone|ipad|ipod/i.test(navigator.platform));  
142 - d.isios4 = ((d.isios)&&!("seal" in Object));  
143 -  
144 - d.isandroid = (/android/i.test(navigator.userAgent));  
145 -  
146 - d.trstyle = false;  
147 - d.hastransform = false;  
148 - d.hastranslate3d = false;  
149 - d.transitionstyle = false;  
150 - d.hastransition = false;  
151 - d.transitionend = false;  
152 -  
153 - var check = ['transform','msTransform','webkitTransform','MozTransform','OTransform'];  
154 - for(var a=0;a<check.length;a++){  
155 - if (typeof domtest.style[check[a]] != "undefined") {  
156 - d.trstyle = check[a];  
157 - break;  
158 - }  
159 - }  
160 - d.hastransform = (d.trstyle != false);  
161 - if (d.hastransform) {  
162 - domtest.style[d.trstyle] = "translate3d(1px,2px,3px)";  
163 - d.hastranslate3d = /translate3d/.test(domtest.style[d.trstyle]);  
164 - }  
165 -  
166 - d.transitionstyle = false;  
167 - d.prefixstyle = '';  
168 - d.transitionend = false;  
169 - var check = ['transition','webkitTransition','MozTransition','OTransition','OTransition','msTransition','KhtmlTransition'];  
170 - var prefix = ['','-webkit-','-moz-','-o-','-o','-ms-','-khtml-'];  
171 - var evs = ['transitionend','webkitTransitionEnd','transitionend','otransitionend','oTransitionEnd','msTransitionEnd','KhtmlTransitionEnd'];  
172 - for(var a=0;a<check.length;a++) {  
173 - if (check[a] in domtest.style) {  
174 - d.transitionstyle = check[a];  
175 - d.prefixstyle = prefix[a];  
176 - d.transitionend = evs[a];  
177 - break;  
178 - }  
179 - }  
180 - if (d.ischrome26) { // use always prefix  
181 - d.prefixstyle = prefix[1];  
182 - }  
183 -  
184 - d.hastransition = (d.transitionstyle);  
185 -  
186 - function detectCursorGrab() {  
187 - var lst = ['-moz-grab','-webkit-grab','grab'];  
188 - if ((d.ischrome&&!d.ischrome22)||d.isie) lst=[]; // force setting for IE returns false positive and chrome cursor bug  
189 - for(var a=0;a<lst.length;a++) {  
190 - var p = lst[a];  
191 - domtest.style['cursor']=p;  
192 - if (domtest.style['cursor']==p) return p;  
193 - }  
194 - return 'url(http://www.google.com/intl/en_ALL/mapfiles/openhand.cur),n-resize'; // thank you google for custom cursor!  
195 - }  
196 - d.cursorgrabvalue = detectCursorGrab();  
197 -  
198 - d.hasmousecapture = ("setCapture" in domtest);  
199 -  
200 - d.hasMutationObserver = (clsMutationObserver !== false);  
201 -  
202 - domtest = null; //memory released  
203 -  
204 - browserdetected = d;  
205 -  
206 - return d;  
207 - }  
208 -  
209 - var NiceScrollClass = function(myopt,me) {  
210 -  
211 - var self = this;  
212 -  
213 - this.version = '3.4.0';  
214 - this.name = 'nicescroll';  
215 -  
216 - this.me = me;  
217 -  
218 - this.opt = {  
219 - doc:$("body"),  
220 - win:false  
221 - };  
222 -  
223 - $.extend(this.opt,_globaloptions);  
224 -  
225 -// Options for internal use  
226 - this.opt.snapbackspeed = 80;  
227 -  
228 - if (myopt||false) {  
229 - for(var a in self.opt) {  
230 - if (typeof myopt[a] != "undefined") self.opt[a] = myopt[a];  
231 - }  
232 - }  
233 -  
234 - this.doc = self.opt.doc;  
235 - this.iddoc = (this.doc&&this.doc[0])?this.doc[0].id||'':'';  
236 - this.ispage = /BODY|HTML/.test((self.opt.win)?self.opt.win[0].nodeName:this.doc[0].nodeName);  
237 - this.haswrapper = (self.opt.win!==false);  
238 - this.win = self.opt.win||(this.ispage?$(window):this.doc);  
239 - this.docscroll = (this.ispage&&!this.haswrapper)?$(window):this.win;  
240 - this.body = $("body");  
241 - this.viewport = false;  
242 -  
243 - this.isfixed = false;  
244 -  
245 - this.iframe = false;  
246 - this.isiframe = ((this.doc[0].nodeName == 'IFRAME') && (this.win[0].nodeName == 'IFRAME'));  
247 -  
248 - this.istextarea = (this.win[0].nodeName == 'TEXTAREA');  
249 -  
250 - this.forcescreen = false; //force to use screen position on events  
251 -  
252 - this.canshowonmouseevent = (self.opt.autohidemode!="scroll");  
253 -  
254 -// Events jump table  
255 - this.onmousedown = false;  
256 - this.onmouseup = false;  
257 - this.onmousemove = false;  
258 - this.onmousewheel = false;  
259 - this.onkeypress = false;  
260 - this.ongesturezoom = false;  
261 - this.onclick = false;  
262 -  
263 -// Nicescroll custom events  
264 - this.onscrollstart = false;  
265 - this.onscrollend = false;  
266 - this.onscrollcancel = false;  
267 -  
268 - this.onzoomin = false;  
269 - this.onzoomout = false;  
270 -  
271 -// Let's start!  
272 - this.view = false;  
273 - this.page = false;  
274 -  
275 - this.scroll = {x:0,y:0};  
276 - this.scrollratio = {x:0,y:0};  
277 - this.cursorheight = 20;  
278 - this.scrollvaluemax = 0;  
279 -  
280 - this.checkrtlmode = false;  
281 -  
282 - this.scrollrunning = false;  
283 -  
284 - this.scrollmom = false;  
285 -  
286 - this.observer = false;  
287 - this.observerremover = false; // observer on parent for remove detection  
288 -  
289 - do {  
290 - this.id = "ascrail"+(ascrailcounter++);  
291 - } while (document.getElementById(this.id));  
292 -  
293 - this.rail = false;  
294 - this.cursor = false;  
295 - this.cursorfreezed = false;  
296 - this.selectiondrag = false;  
297 -  
298 - this.zoom = false;  
299 - this.zoomactive = false;  
300 -  
301 - this.hasfocus = false;  
302 - this.hasmousefocus = false;  
303 -  
304 - this.visibility = true;  
305 - this.locked = false;  
306 - this.hidden = false; // rails always hidden  
307 - this.cursoractive = true; // user can interact with cursors  
308 -  
309 - this.overflowx = self.opt.overflowx;  
310 - this.overflowy = self.opt.overflowy;  
311 -  
312 - this.nativescrollingarea = false;  
313 - this.checkarea = 0;  
314 -  
315 - this.events = []; // event list for unbind  
316 -  
317 - this.saved = {};  
318 -  
319 - this.delaylist = {};  
320 - this.synclist = {};  
321 -  
322 - this.lastdeltax = 0;  
323 - this.lastdeltay = 0;  
324 -  
325 - this.detected = getBrowserDetection();  
326 -  
327 - var cap = $.extend({},this.detected);  
328 -  
329 - this.canhwscroll = (cap.hastransform&&self.opt.hwacceleration);  
330 - this.ishwscroll = (this.canhwscroll&&self.haswrapper);  
331 -  
332 - this.istouchcapable = false; // desktop devices with touch screen support  
333 -  
334 -//## Check Chrome desktop with touch support  
335 - if (cap.cantouch&&cap.ischrome&&!cap.isios&&!cap.isandroid) {  
336 - this.istouchcapable = true;  
337 - cap.cantouch = false; // parse normal desktop events  
338 - }  
339 -  
340 -//## Firefox 18 nightly build (desktop) false positive (or desktop with touch support)  
341 - if (cap.cantouch&&cap.ismozilla&&!cap.isios) {  
342 - this.istouchcapable = true;  
343 - cap.cantouch = false; // parse normal desktop events  
344 - }  
345 -  
346 -//## disable MouseLock API on user request  
347 -  
348 - if (!self.opt.enablemouselockapi) {  
349 - cap.hasmousecapture = false;  
350 - cap.haspointerlock = false;  
351 - }  
352 -  
353 - this.delayed = function(name,fn,tm,lazy) {  
354 - var dd = self.delaylist[name];  
355 - var nw = (new Date()).getTime();  
356 - if (!lazy&&dd&&dd.tt) return false;  
357 - if (dd&&dd.tt) clearTimeout(dd.tt);  
358 - if (dd&&dd.last+tm>nw&&!dd.tt) {  
359 - self.delaylist[name] = {  
360 - last:nw+tm,  
361 - tt:setTimeout(function(){self.delaylist[name].tt=0;fn.call();},tm)  
362 - }  
363 - }  
364 - else if (!dd||!dd.tt) {  
365 - self.delaylist[name] = {  
366 - last:nw,  
367 - tt:0  
368 - }  
369 - setTimeout(function(){fn.call();},0);  
370 - }  
371 - };  
372 -  
373 - this.debounced = function(name,fn,tm) {  
374 - var dd = self.delaylist[name];  
375 - var nw = (new Date()).getTime();  
376 - self.delaylist[name] = fn;  
377 - if (!dd) {  
378 - setTimeout(function(){var fn=self.delaylist[name];self.delaylist[name]=false;fn.call();},tm);  
379 - }  
380 - }  
381 -  
382 - this.synched = function(name,fn) {  
383 -  
384 - function requestSync() {  
385 - if (self.onsync) return;  
386 - setAnimationFrame(function(){  
387 - self.onsync = false;  
388 - for(name in self.synclist){  
389 - var fn = self.synclist[name];  
390 - if (fn) fn.call(self);  
391 - self.synclist[name] = false;  
392 - }  
393 - });  
394 - self.onsync = true;  
395 - };  
396 -  
397 - self.synclist[name] = fn;  
398 - requestSync();  
399 - return name;  
400 - };  
401 -  
402 - this.unsynched = function(name) {  
403 - if (self.synclist[name]) self.synclist[name] = false;  
404 - }  
405 -  
406 - this.css = function(el,pars) { // save & set  
407 - for(var n in pars) {  
408 - self.saved.css.push([el,n,el.css(n)]);  
409 - el.css(n,pars[n]);  
410 - }  
411 - };  
412 -  
413 - this.scrollTop = function(val) {  
414 - return (typeof val == "undefined") ? self.getScrollTop() : self.setScrollTop(val);  
415 - };  
416 -  
417 - this.scrollLeft = function(val) {  
418 - return (typeof val == "undefined") ? self.getScrollLeft() : self.setScrollLeft(val);  
419 - };  
420 -  
421 -// derived by by Dan Pupius www.pupius.net  
422 - BezierClass = function(st,ed,spd,p1,p2,p3,p4) {  
423 - this.st = st;  
424 - this.ed = ed;  
425 - this.spd = spd;  
426 -  
427 - this.p1 = p1||0;  
428 - this.p2 = p2||1;  
429 - this.p3 = p3||0;  
430 - this.p4 = p4||1;  
431 -  
432 - this.ts = (new Date()).getTime();  
433 - this.df = this.ed-this.st;  
434 - };  
435 - BezierClass.prototype = {  
436 - B2:function(t){ return 3*t*t*(1-t) },  
437 - B3:function(t){ return 3*t*(1-t)*(1-t) },  
438 - B4:function(t){ return (1-t)*(1-t)*(1-t) },  
439 - getNow:function(){  
440 - var nw = (new Date()).getTime();  
441 - var pc = 1-((nw-this.ts)/this.spd);  
442 - var bz = this.B2(pc) + this.B3(pc) + this.B4(pc);  
443 - return (pc<0) ? this.ed : this.st+Math.round(this.df*bz);  
444 - },  
445 - update:function(ed,spd){  
446 - this.st = this.getNow();  
447 - this.ed = ed;  
448 - this.spd = spd;  
449 - this.ts = (new Date()).getTime();  
450 - this.df = this.ed-this.st;  
451 - return this;  
452 - }  
453 - };  
454 -  
455 - if (this.ishwscroll) {  
456 - // hw accelerated scroll  
457 - this.doc.translate = {x:0,y:0,tx:"0px",ty:"0px"};  
458 -  
459 - //this one can help to enable hw accel on ios6 http://indiegamr.com/ios6-html-hardware-acceleration-changes-and-how-to-fix-them/  
460 - if (cap.hastranslate3d&&cap.isios) this.doc.css("-webkit-backface-visibility","hidden"); // prevent flickering http://stackoverflow.com/questions/3461441/  
461 -  
462 - //derived from http://stackoverflow.com/questions/11236090/  
463 - function getMatrixValues() {  
464 - var tr = self.doc.css(cap.trstyle);  
465 - if (tr&&(tr.substr(0,6)=="matrix")) {  
466 - return tr.replace(/^.*\((.*)\)$/g, "$1").replace(/px/g,'').split(/, +/);  
467 - }  
468 - return false;  
469 - }  
470 -  
471 - this.getScrollTop = function(last) {  
472 - if (!last) {  
473 - var mtx = getMatrixValues();  
474 - if (mtx) return (mtx.length==16) ? -mtx[13] : -mtx[5]; //matrix3d 16 on IE10  
475 - if (self.timerscroll&&self.timerscroll.bz) return self.timerscroll.bz.getNow();  
476 - }  
477 - return self.doc.translate.y;  
478 - };  
479 -  
480 - this.getScrollLeft = function(last) {  
481 - if (!last) {  
482 - var mtx = getMatrixValues();  
483 - if (mtx) return (mtx.length==16) ? -mtx[12] : -mtx[4]; //matrix3d 16 on IE10  
484 - if (self.timerscroll&&self.timerscroll.bh) return self.timerscroll.bh.getNow();  
485 - }  
486 - return self.doc.translate.x;  
487 - };  
488 -  
489 - if (document.createEvent) {  
490 - this.notifyScrollEvent = function(el) {  
491 - var e = document.createEvent("UIEvents");  
492 - e.initUIEvent("scroll", false, true, window, 1);  
493 - el.dispatchEvent(e);  
494 - };  
495 - }  
496 - else if (document.fireEvent) {  
497 - this.notifyScrollEvent = function(el) {  
498 - var e = document.createEventObject();  
499 - el.fireEvent("onscroll");  
500 - e.cancelBubble = true;  
501 - };  
502 - }  
503 - else {  
504 - this.notifyScrollEvent = function(el,add) {}; //NOPE  
505 - }  
506 -  
507 - if (cap.hastranslate3d&&self.opt.enabletranslate3d) {  
508 - this.setScrollTop = function(val,silent) {  
509 - self.doc.translate.y = val;  
510 - self.doc.translate.ty = (val*-1)+"px";  
511 - self.doc.css(cap.trstyle,"translate3d("+self.doc.translate.tx+","+self.doc.translate.ty+",0px)");  
512 - if (!silent) self.notifyScrollEvent(self.win[0]);  
513 - };  
514 - this.setScrollLeft = function(val,silent) {  
515 - self.doc.translate.x = val;  
516 - self.doc.translate.tx = (val*-1)+"px";  
517 - self.doc.css(cap.trstyle,"translate3d("+self.doc.translate.tx+","+self.doc.translate.ty+",0px)");  
518 - if (!silent) self.notifyScrollEvent(self.win[0]);  
519 - };  
520 - } else {  
521 - this.setScrollTop = function(val,silent) {  
522 - self.doc.translate.y = val;  
523 - self.doc.translate.ty = (val*-1)+"px";  
524 - self.doc.css(cap.trstyle,"translate("+self.doc.translate.tx+","+self.doc.translate.ty+")");  
525 - if (!silent) self.notifyScrollEvent(self.win[0]);  
526 - };  
527 - this.setScrollLeft = function(val,silent) {  
528 - self.doc.translate.x = val;  
529 - self.doc.translate.tx = (val*-1)+"px";  
530 - self.doc.css(cap.trstyle,"translate("+self.doc.translate.tx+","+self.doc.translate.ty+")");  
531 - if (!silent) self.notifyScrollEvent(self.win[0]);  
532 - };  
533 - }  
534 - } else {  
535 - // native scroll  
536 - this.getScrollTop = function() {  
537 - return self.docscroll.scrollTop();  
538 - };  
539 - this.setScrollTop = function(val) {  
540 - return self.docscroll.scrollTop(val);  
541 - };  
542 - this.getScrollLeft = function() {  
543 - return self.docscroll.scrollLeft();  
544 - };  
545 - this.setScrollLeft = function(val) {  
546 - return self.docscroll.scrollLeft(val);  
547 - };  
548 - }  
549 -  
550 - this.getTarget = function(e) {  
551 - if (!e) return false;  
552 - if (e.target) return e.target;  
553 - if (e.srcElement) return e.srcElement;  
554 - return false;  
555 - };  
556 -  
557 - this.hasParent = function(e,id) {  
558 - if (!e) return false;  
559 - var el = e.target||e.srcElement||e||false;  
560 - while (el && el.id != id) {  
561 - el = el.parentNode||false;  
562 - }  
563 - return (el!==false);  
564 - };  
565 -  
566 - function getZIndex() {  
567 - var dom = self.win;  
568 - if ("zIndex" in dom) return dom.zIndex(); // use jQuery UI method when available  
569 - while (dom.length>0) {  
570 - if (dom[0].nodeType==9) return false;  
571 - var zi = dom.css('zIndex');  
572 - if (!isNaN(zi)&&zi!=0) return parseInt(zi);  
573 - dom = dom.parent();  
574 - }  
575 - return false;  
576 - };  
577 -  
578 -//inspired by http://forum.jquery.com/topic/width-includes-border-width-when-set-to-thin-medium-thick-in-ie  
579 - var _convertBorderWidth = {"thin":1,"medium":3,"thick":5};  
580 - function getWidthToPixel(dom,prop,chkheight) {  
581 - var wd = dom.css(prop);  
582 - var px = parseFloat(wd);  
583 - if (isNaN(px)) {  
584 - px = _convertBorderWidth[wd]||0;  
585 - var brd = (px==3) ? ((chkheight)?(self.win.outerHeight() - self.win.innerHeight()):(self.win.outerWidth() - self.win.innerWidth())) : 1; //DON'T TRUST CSS  
586 - if (self.isie8&&px) px+=1;  
587 - return (brd) ? px : 0;  
588 - }  
589 - return px;  
590 - };  
591 -  
592 - this.getOffset = function() {  
593 - if (self.isfixed) return {top:parseFloat(self.win.css('top')),left:parseFloat(self.win.css('left'))};  
594 - if (!self.viewport) return self.win.offset();  
595 - var ww = self.win.offset();  
596 - var vp = self.viewport.offset();  
597 - return {top:ww.top-vp.top+self.viewport.scrollTop(),left:ww.left-vp.left+self.viewport.scrollLeft()};  
598 - };  
599 -  
600 - this.updateScrollBar = function(len) {  
601 - if (self.ishwscroll) {  
602 - self.rail.css({height:self.win.innerHeight()});  
603 - if (self.railh) self.railh.css({width:self.win.innerWidth()});  
604 - } else {  
605 - var wpos = self.getOffset();  
606 - var pos = {top:wpos.top,left:wpos.left};  
607 - pos.top+= getWidthToPixel(self.win,'border-top-width',true);  
608 - var brd = (self.win.outerWidth() - self.win.innerWidth())/2;  
609 - pos.left+= (self.rail.align) ? self.win.outerWidth() - getWidthToPixel(self.win,'border-right-width') - self.rail.width : getWidthToPixel(self.win,'border-left-width');  
610 -  
611 - var off = self.opt.railoffset;  
612 - if (off) {  
613 - if (off.top) pos.top+=off.top;  
614 - if (self.rail.align&&off.left) pos.left+=off.left;  
615 - }  
616 -  
617 - if (!self.locked) self.rail.css({top:pos.top,left:pos.left,height:(len)?len.h:self.win.innerHeight()});  
618 -  
619 - if (self.zoom) {  
620 - self.zoom.css({top:pos.top+1,left:(self.rail.align==1) ? pos.left-20 : pos.left+self.rail.width+4});  
621 - }  
622 -  
623 - if (self.railh&&!self.locked) {  
624 - var pos = {top:wpos.top,left:wpos.left};  
625 - var y = (self.railh.align) ? pos.top + getWidthToPixel(self.win,'border-top-width',true) + self.win.innerHeight() - self.railh.height : pos.top + getWidthToPixel(self.win,'border-top-width',true);  
626 - var x = pos.left + getWidthToPixel(self.win,'border-left-width');  
627 - self.railh.css({top:y,left:x,width:self.railh.width});  
628 - }  
629 -  
630 -  
631 - }  
632 - };  
633 -  
634 - this.doRailClick = function(e,dbl,hr) {  
635 -  
636 - var fn,pg,cur,pos;  
637 -  
638 -// if (self.rail.drag&&self.rail.drag.pt!=1) return;  
639 - if (self.locked) return;  
640 -// if (self.rail.drag) return;  
641 -  
642 -// self.cancelScroll();  
643 -  
644 - self.cancelEvent(e);  
645 -  
646 - if (dbl) {  
647 - fn = (hr) ? self.doScrollLeft : self.doScrollTop;  
648 - cur = (hr) ? ((e.pageX - self.railh.offset().left - (self.cursorwidth/2)) * self.scrollratio.x) : ((e.pageY - self.rail.offset().top - (self.cursorheight/2)) * self.scrollratio.y);  
649 - fn(cur);  
650 - } else {  
651 -// console.log(e.pageY);  
652 - fn = (hr) ? self.doScrollLeftBy : self.doScrollBy;  
653 - cur = (hr) ? self.scroll.x : self.scroll.y;  
654 - pos = (hr) ? e.pageX - self.railh.offset().left : e.pageY - self.rail.offset().top;  
655 - pg = (hr) ? self.view.w : self.view.h;  
656 - (cur>=pos) ? fn(pg) : fn(-pg);  
657 - }  
658 -  
659 - }  
660 -  
661 - self.hasanimationframe = (setAnimationFrame);  
662 - self.hascancelanimationframe = (clearAnimationFrame);  
663 -  
664 - if (!self.hasanimationframe) {  
665 - setAnimationFrame=function(fn){return setTimeout(fn,15-Math.floor((+new Date)/1000)%16)}; // 1000/60)};  
666 - clearAnimationFrame=clearInterval;  
667 - }  
668 - else if (!self.hascancelanimationframe) clearAnimationFrame=function(){self.cancelAnimationFrame=true};  
669 -  
670 - this.init = function() {  
671 -  
672 - self.saved.css = [];  
673 -  
674 - if (cap.isie7mobile) return true; // SORRY, DO NOT WORK!  
675 -  
676 - if (cap.hasmstouch) self.css((self.ispage)?$("html"):self.win,{'-ms-touch-action':'none'});  
677 -  
678 - self.zindex = "auto";  
679 - if (!self.ispage&&self.opt.zindex=="auto") {  
680 - self.zindex = getZIndex()||"auto";  
681 - } else {  
682 - self.zindex = self.opt.zindex;  
683 - }  
684 -  
685 - if (!self.ispage&&self.zindex!="auto") {  
686 - if (self.zindex>globalmaxzindex) globalmaxzindex=self.zindex;  
687 - }  
688 -  
689 - if (self.isie&&self.zindex==0&&self.opt.zindex=="auto") { // fix IE auto == 0  
690 - self.zindex="auto";  
691 - }  
692 -  
693 -/*  
694 - self.ispage = true;  
695 - self.haswrapper = true;  
696 -// self.win = $(window);  
697 - self.docscroll = $("body");  
698 -// self.doc = $("body");  
699 -*/  
700 -  
701 - if (!self.ispage || (!cap.cantouch && !cap.isieold && !cap.isie9mobile)) {  
702 -  
703 - var cont = self.docscroll;  
704 - if (self.ispage) cont = (self.haswrapper)?self.win:self.doc;  
705 -  
706 - if (!cap.isie9mobile) self.css(cont,{'overflow-y':'hidden'});  
707 -  
708 - if (self.ispage&&cap.isie7) {  
709 - if (self.doc[0].nodeName=='BODY') self.css($("html"),{'overflow-y':'hidden'}); //IE7 double scrollbar issue  
710 - else if (self.doc[0].nodeName=='HTML') self.css($("body"),{'overflow-y':'hidden'}); //IE7 double scrollbar issue  
711 - }  
712 -  
713 - if (cap.isios&&!self.ispage&&!self.haswrapper) self.css($("body"),{"-webkit-overflow-scrolling":"touch"}); //force hw acceleration  
714 -  
715 - var cursor = $(document.createElement('div'));  
716 - cursor.css({  
717 - position:"relative",top:0,"float":"right",width:self.opt.cursorwidth,height:"0px",  
718 - 'background-color':self.opt.cursorcolor,  
719 - border:self.opt.cursorborder,  
720 - 'background-clip':'padding-box',  
721 - '-webkit-border-radius':self.opt.cursorborderradius,  
722 - '-moz-border-radius':self.opt.cursorborderradius,  
723 - 'border-radius':self.opt.cursorborderradius  
724 - });  
725 -  
726 - cursor.hborder = parseFloat(cursor.outerHeight() - cursor.innerHeight());  
727 - self.cursor = cursor;  
728 -  
729 - var rail = $(document.createElement('div'));  
730 - rail.attr('id',self.id);  
731 - rail.addClass('nicescroll-rails');  
732 -  
733 - var v,a,kp = ["left","right"]; //"top","bottom"  
734 - for(var n in kp) {  
735 - a=kp[n];  
736 - v = self.opt.railpadding[a];  
737 - (v) ? rail.css("padding-"+a,v+"px") : self.opt.railpadding[a] = 0;  
738 - }  
739 -  
740 - rail.append(cursor);  
741 -  
742 - rail.width = Math.max(parseFloat(self.opt.cursorwidth),cursor.outerWidth()) + self.opt.railpadding['left'] + self.opt.railpadding['right'];  
743 - rail.css({width:rail.width+"px",'zIndex':self.zindex,"background":self.opt.background,cursor:"default"});  
744 -  
745 - rail.visibility = true;  
746 - rail.scrollable = true;  
747 -  
748 - rail.align = (self.opt.railalign=="left") ? 0 : 1;  
749 -  
750 - self.rail = rail;  
751 -  
752 - self.rail.drag = false;  
753 -  
754 - var zoom = false;  
755 - if (self.opt.boxzoom&&!self.ispage&&!cap.isieold) {  
756 - zoom = document.createElement('div');  
757 - self.bind(zoom,"click",self.doZoom);  
758 - self.zoom = $(zoom);  
759 - self.zoom.css({"cursor":"pointer",'z-index':self.zindex,'backgroundImage':'url('+scriptpath+'zoomico.png)','height':18,'width':18,'backgroundPosition':'0px 0px'});  
760 - if (self.opt.dblclickzoom) self.bind(self.win,"dblclick",self.doZoom);  
761 - if (cap.cantouch&&self.opt.gesturezoom) {  
762 - self.ongesturezoom = function(e) {  
763 - if (e.scale>1.5) self.doZoomIn(e);  
764 - if (e.scale<0.8) self.doZoomOut(e);  
765 - return self.cancelEvent(e);  
766 - };  
767 - self.bind(self.win,"gestureend",self.ongesturezoom);  
768 - }  
769 - }  
770 -  
771 -// init HORIZ  
772 -  
773 - self.railh = false;  
774 -  
775 - if (self.opt.horizrailenabled) {  
776 -  
777 - self.css(cont,{'overflow-x':'hidden'});  
778 -  
779 - var cursor = $(document.createElement('div'));  
780 - cursor.css({  
781 - position:"relative",top:0,height:self.opt.cursorwidth,width:"0px",  
782 - 'background-color':self.opt.cursorcolor,  
783 - border:self.opt.cursorborder,  
784 - 'background-clip':'padding-box',  
785 - '-webkit-border-radius':self.opt.cursorborderradius,  
786 - '-moz-border-radius':self.opt.cursorborderradius,  
787 - 'border-radius':self.opt.cursorborderradius  
788 - });  
789 -  
790 - cursor.wborder = parseFloat(cursor.outerWidth() - cursor.innerWidth());  
791 - self.cursorh = cursor;  
792 -  
793 - var railh = $(document.createElement('div'));  
794 - railh.attr('id',self.id+'-hr');  
795 - railh.addClass('nicescroll-rails');  
796 - railh.height = Math.max(parseFloat(self.opt.cursorwidth),cursor.outerHeight());  
797 - railh.css({height:railh.height+"px",'zIndex':self.zindex,"background":self.opt.background});  
798 -  
799 - railh.append(cursor);  
800 -  
801 - railh.visibility = true;  
802 - railh.scrollable = true;  
803 -  
804 - railh.align = (self.opt.railvalign=="top") ? 0 : 1;  
805 -  
806 - self.railh = railh;  
807 -  
808 - self.railh.drag = false;  
809 -  
810 - }  
811 -  
812 -//  
813 -  
814 - if (self.ispage) {  
815 - rail.css({position:"fixed",top:"0px",height:"100%"});  
816 - (rail.align) ? rail.css({right:"0px"}) : rail.css({left:"0px"});  
817 - self.body.append(rail);  
818 - if (self.railh) {  
819 - railh.css({position:"fixed",left:"0px",width:"100%"});  
820 - (railh.align) ? railh.css({bottom:"0px"}) : railh.css({top:"0px"});  
821 - self.body.append(railh);  
822 - }  
823 - } else {  
824 - if (self.ishwscroll) {  
825 - if (self.win.css('position')=='static') self.css(self.win,{'position':'relative'});  
826 - var bd = (self.win[0].nodeName == 'HTML') ? self.body : self.win;  
827 - if (self.zoom) {  
828 - self.zoom.css({position:"absolute",top:1,right:0,"margin-right":rail.width+4});  
829 - bd.append(self.zoom);  
830 - }  
831 - rail.css({position:"absolute",top:0});  
832 - (rail.align) ? rail.css({right:0}) : rail.css({left:0});  
833 - bd.append(rail);  
834 - if (railh) {  
835 - railh.css({position:"absolute",left:0,bottom:0});  
836 - (railh.align) ? railh.css({bottom:0}) : railh.css({top:0});  
837 - bd.append(railh);  
838 - }  
839 - } else {  
840 - self.isfixed = (self.win.css("position")=="fixed");  
841 - var rlpos = (self.isfixed) ? "fixed" : "absolute";  
842 -  
843 - if (!self.isfixed) self.viewport = self.getViewport(self.win[0]);  
844 - if (self.viewport) {  
845 - self.body = self.viewport;  
846 - if ((/relative|absolute/.test(self.viewport.css("position")))==false) self.css(self.viewport,{"position":"relative"});  
847 - }  
848 -  
849 - rail.css({position:rlpos});  
850 - if (self.zoom) self.zoom.css({position:rlpos});  
851 - self.updateScrollBar();  
852 - self.body.append(rail);  
853 - if (self.zoom) self.body.append(self.zoom);  
854 - if (self.railh) {  
855 - railh.css({position:rlpos});  
856 - self.body.append(railh);  
857 - }  
858 - }  
859 -  
860 - if (cap.isios) self.css(self.win,{'-webkit-tap-highlight-color':'rgba(0,0,0,0)','-webkit-touch-callout':'none'}); // prevent grey layer on click  
861 -  
862 - if (cap.isie&&self.opt.disableoutline) self.win.attr("hideFocus","true"); // IE, prevent dotted rectangle on focused div  
863 - if (cap.iswebkit&&self.opt.disableoutline) self.win.css({"outline":"none"});  
864 -  
865 - }  
866 -  
867 - if (self.opt.autohidemode===false) {  
868 - self.autohidedom = false;  
869 - self.rail.css({opacity:self.opt.cursoropacitymax});  
870 - if (self.railh) self.railh.css({opacity:self.opt.cursoropacitymax});  
871 - }  
872 - else if (self.opt.autohidemode===true) {  
873 - self.autohidedom = $().add(self.rail);  
874 - if (cap.isie8) self.autohidedom=self.autohidedom.add(self.cursor);  
875 - if (self.railh) self.autohidedom=self.autohidedom.add(self.railh);  
876 - if (self.railh&&cap.isie8) self.autohidedom=self.autohidedom.add(self.cursorh);  
877 - }  
878 - else if (self.opt.autohidemode=="scroll") {  
879 - self.autohidedom = $().add(self.rail);  
880 - if (self.railh) self.autohidedom=self.autohidedom.add(self.railh);  
881 - }  
882 - else if (self.opt.autohidemode=="cursor") {  
883 - self.autohidedom = $().add(self.cursor);  
884 - if (self.railh) self.autohidedom=self.autohidedom.add(self.cursorh);  
885 - }  
886 - else if (self.opt.autohidemode=="hidden") {  
887 - self.autohidedom = false;  
888 - self.hide();  
889 - self.locked = false;  
890 - }  
891 -  
892 - if (cap.isie9mobile) {  
893 -  
894 - self.scrollmom = new ScrollMomentumClass2D(self);  
895 -  
896 - /*  
897 - var trace = function(msg) {  
898 - var db = $("#debug");  
899 - if (isNaN(msg)&&(typeof msg != "string")) {  
900 - var x = [];  
901 - for(var a in msg) {  
902 - x.push(a+":"+msg[a]);  
903 - }  
904 - msg ="{"+x.join(",")+"}";  
905 - }  
906 - if (db.children().length>0) {  
907 - db.children().eq(0).before("<div>"+msg+"</div>");  
908 - } else {  
909 - db.append("<div>"+msg+"</div>");  
910 - }  
911 - }  
912 - window.onerror = function(msg,url,ln) {  
913 - trace("ERR: "+msg+" at "+ln);  
914 - }  
915 -*/  
916 -  
917 - self.onmangotouch = function(e) {  
918 - var py = self.getScrollTop();  
919 - var px = self.getScrollLeft();  
920 -  
921 - if ((py == self.scrollmom.lastscrolly)&&(px == self.scrollmom.lastscrollx)) return true;  
922 -// $("#debug").html('DRAG:'+py);  
923 -  
924 - var dfy = py-self.mangotouch.sy;  
925 - var dfx = px-self.mangotouch.sx;  
926 - var df = Math.round(Math.sqrt(Math.pow(dfx,2)+Math.pow(dfy,2)));  
927 - if (df==0) return;  
928 -  
929 - var dry = (dfy<0)?-1:1;  
930 - var drx = (dfx<0)?-1:1;  
931 -  
932 - var tm = +new Date();  
933 - if (self.mangotouch.lazy) clearTimeout(self.mangotouch.lazy);  
934 -  
935 - if (((tm-self.mangotouch.tm)>80)||(self.mangotouch.dry!=dry)||(self.mangotouch.drx!=drx)) {  
936 -// trace('RESET+'+(tm-self.mangotouch.tm));  
937 - self.scrollmom.stop();  
938 - self.scrollmom.reset(px,py);  
939 - self.mangotouch.sy = py;  
940 - self.mangotouch.ly = py;  
941 - self.mangotouch.sx = px;  
942 - self.mangotouch.lx = px;  
943 - self.mangotouch.dry = dry;  
944 - self.mangotouch.drx = drx;  
945 - self.mangotouch.tm = tm;  
946 - } else {  
947 -  
948 - self.scrollmom.stop();  
949 - self.scrollmom.update(self.mangotouch.sx-dfx,self.mangotouch.sy-dfy);  
950 - var gap = tm - self.mangotouch.tm;  
951 - self.mangotouch.tm = tm;  
952 -  
953 -// trace('MOVE:'+df+" - "+gap);  
954 -  
955 - var ds = Math.max(Math.abs(self.mangotouch.ly-py),Math.abs(self.mangotouch.lx-px));  
956 - self.mangotouch.ly = py;  
957 - self.mangotouch.lx = px;  
958 -  
959 - if (ds>2) {  
960 - self.mangotouch.lazy = setTimeout(function(){  
961 -// trace('END:'+ds+'+'+gap);  
962 - self.mangotouch.lazy = false;  
963 - self.mangotouch.dry = 0;  
964 - self.mangotouch.drx = 0;  
965 - self.mangotouch.tm = 0;  
966 - self.scrollmom.doMomentum(30);  
967 - },100);  
968 - }  
969 - }  
970 - }  
971 -  
972 - var top = self.getScrollTop();  
973 - var lef = self.getScrollLeft();  
974 - self.mangotouch = {sy:top,ly:top,dry:0,sx:lef,lx:lef,drx:0,lazy:false,tm:0};  
975 -  
976 - self.bind(self.docscroll,"scroll",self.onmangotouch);  
977 -  
978 - } else {  
979 -  
980 - if (cap.cantouch||self.istouchcapable||self.opt.touchbehavior||cap.hasmstouch) {  
981 -  
982 - self.scrollmom = new ScrollMomentumClass2D(self);  
983 -  
984 - self.ontouchstart = function(e) {  
985 - if (e.pointerType&&e.pointerType!=2) return false;  
986 -  
987 - if (!self.locked) {  
988 -  
989 - if (cap.hasmstouch) {  
990 - var tg = (e.target) ? e.target : false;  
991 - while (tg) {  
992 - var nc = $(tg).getNiceScroll();  
993 - if ((nc.length>0)&&(nc[0].me == self.me)) break;  
994 - if (nc.length>0) return false;  
995 - if ((tg.nodeName=='DIV')&&(tg.id==self.id)) break;  
996 - tg = (tg.parentNode) ? tg.parentNode : false;  
997 - }  
998 - }  
999 -  
1000 - self.cancelScroll();  
1001 -  
1002 - var tg = self.getTarget(e);  
1003 -  
1004 - if (tg) {  
1005 - var skp = (/INPUT/i.test(tg.nodeName))&&(/range/i.test(tg.type));  
1006 - if (skp) return self.stopPropagation(e);  
1007 - }  
1008 -  
1009 - if (!("clientX" in e) && ("changedTouches" in e)) {  
1010 - e.clientX = e.changedTouches[0].clientX;  
1011 - e.clientY = e.changedTouches[0].clientY;  
1012 - }  
1013 -  
1014 - if (self.forcescreen) {  
1015 - var le = e;  
1016 - var e = {"original":(e.original)?e.original:e};  
1017 - e.clientX = le.screenX;  
1018 - e.clientY = le.screenY;  
1019 - }  
1020 -  
1021 - self.rail.drag = {x:e.clientX,y:e.clientY,sx:self.scroll.x,sy:self.scroll.y,st:self.getScrollTop(),sl:self.getScrollLeft(),pt:2,dl:false};  
1022 -  
1023 - if (self.ispage||!self.opt.directionlockdeadzone) {  
1024 - self.rail.drag.dl = "f";  
1025 - } else {  
1026 -  
1027 - var view = {  
1028 - w:$(window).width(),  
1029 - h:$(window).height()  
1030 - };  
1031 -  
1032 - var page = {  
1033 - w:Math.max(document.body.scrollWidth,document.documentElement.scrollWidth),  
1034 - h:Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)  
1035 - }  
1036 -  
1037 - var maxh = Math.max(0,page.h - view.h);  
1038 - var maxw = Math.max(0,page.w - view.w);  
1039 -  
1040 - if (!self.rail.scrollable&&self.railh.scrollable) self.rail.drag.ck = (maxh>0) ? "v" : false;  
1041 - else if (self.rail.scrollable&&!self.railh.scrollable) self.rail.drag.ck = (maxw>0) ? "h" : false;  
1042 - else self.rail.drag.ck = false;  
1043 - if (!self.rail.drag.ck) self.rail.drag.dl = "f";  
1044 - }  
1045 -  
1046 - if (self.opt.touchbehavior&&self.isiframe&&cap.isie) {  
1047 - var wp = self.win.position();  
1048 - self.rail.drag.x+=wp.left;  
1049 - self.rail.drag.y+=wp.top;  
1050 - }  
1051 -  
1052 - self.hasmoving = false;  
1053 - self.lastmouseup = false;  
1054 - self.scrollmom.reset(e.clientX,e.clientY);  
1055 - if (!cap.cantouch&&!this.istouchcapable&&!cap.hasmstouch) {  
1056 -  
1057 - var ip = (tg)?/INPUT|SELECT|TEXTAREA/i.test(tg.nodeName):false;  
1058 - if (!ip) {  
1059 - if (!self.ispage&&cap.hasmousecapture) tg.setCapture();  
1060 - return self.cancelEvent(e);  
1061 - }  
1062 - if (/SUBMIT|CANCEL|BUTTON/i.test($(tg).attr('type'))) {  
1063 - pc = {"tg":tg,"click":false};  
1064 - self.preventclick = pc;  
1065 - }  
1066 -  
1067 - }  
1068 - }  
1069 -  
1070 - };  
1071 -  
1072 - self.ontouchend = function(e) {  
1073 - if (e.pointerType&&e.pointerType!=2) return false;  
1074 - if (self.rail.drag&&(self.rail.drag.pt==2)) {  
1075 - self.scrollmom.doMomentum();  
1076 - self.rail.drag = false;  
1077 - if (self.hasmoving) {  
1078 - self.hasmoving = false;  
1079 - self.lastmouseup = true;  
1080 - self.hideCursor();  
1081 - if (cap.hasmousecapture) document.releaseCapture();  
1082 - if (!cap.cantouch) return self.cancelEvent(e);  
1083 - }  
1084 - }  
1085 -  
1086 - };  
1087 -  
1088 - var moveneedoffset = (self.opt.touchbehavior&&self.isiframe&&!cap.hasmousecapture);  
1089 -  
1090 - self.ontouchmove = function(e,byiframe) {  
1091 -  
1092 - if (e.pointerType&&e.pointerType!=2) return false;  
1093 -  
1094 - if (self.rail.drag&&(self.rail.drag.pt==2)) {  
1095 - if (cap.cantouch&&(typeof e.original == "undefined")) return true; // prevent ios "ghost" events by clickable elements  
1096 -  
1097 - self.hasmoving = true;  
1098 -  
1099 - if (self.preventclick&&!self.preventclick.click) {  
1100 - self.preventclick.click = self.preventclick.tg.onclick||false;  
1101 - self.preventclick.tg.onclick = self.onpreventclick;  
1102 - }  
1103 -  
1104 - var ev = $.extend({"original":e},e);  
1105 - e = ev;  
1106 -  
1107 - if (("changedTouches" in e)) {  
1108 - e.clientX = e.changedTouches[0].clientX;  
1109 - e.clientY = e.changedTouches[0].clientY;  
1110 - }  
1111 -  
1112 - if (self.forcescreen) {  
1113 - var le = e;  
1114 - var e = {"original":(e.original)?e.original:e};  
1115 - e.clientX = le.screenX;  
1116 - e.clientY = le.screenY;  
1117 - }  
1118 -  
1119 - var ofx = ofy = 0;  
1120 -  
1121 - if (moveneedoffset&&!byiframe) {  
1122 - var wp = self.win.position();  
1123 - ofx=-wp.left;  
1124 - ofy=-wp.top;  
1125 - }  
1126 -  
1127 - var fy = e.clientY + ofy;  
1128 - var my = (fy-self.rail.drag.y);  
1129 - var fx = e.clientX + ofx;  
1130 - var mx = (fx-self.rail.drag.x);  
1131 -  
1132 - var ny = self.rail.drag.st-my;  
1133 -  
1134 - if (self.ishwscroll&&self.opt.bouncescroll) {  
1135 - if (ny<0) {  
1136 - ny = Math.round(ny/2);  
1137 -// fy = 0;  
1138 - }  
1139 - else if (ny>self.page.maxh) {  
1140 - ny = self.page.maxh+Math.round((ny-self.page.maxh)/2);  
1141 -// fy = 0;  
1142 - }  
1143 - } else {  
1144 - if (ny<0) {ny=0;fy=0}  
1145 - if (ny>self.page.maxh) {ny=self.page.maxh;fy=0}  
1146 - }  
1147 -  
1148 - if (self.railh&&self.railh.scrollable) {  
1149 - var nx = self.rail.drag.sl-mx;  
1150 -  
1151 - if (self.ishwscroll&&self.opt.bouncescroll) {  
1152 - if (nx<0) {  
1153 - nx = Math.round(nx/2);  
1154 -// fx = 0;  
1155 - }  
1156 - else if (nx>self.page.maxw) {  
1157 - nx = self.page.maxw+Math.round((nx-self.page.maxw)/2);  
1158 -// fx = 0;  
1159 - }  
1160 - } else {  
1161 - if (nx<0) {nx=0;fx=0}  
1162 - if (nx>self.page.maxw) {nx=self.page.maxw;fx=0}  
1163 - }  
1164 -  
1165 - }  
1166 -  
1167 - var grabbed = false;  
1168 - if (self.rail.drag.dl) {  
1169 - grabbed = true;  
1170 - if (self.rail.drag.dl=="v") nx = self.rail.drag.sl;  
1171 - else if (self.rail.drag.dl=="h") ny = self.rail.drag.st;  
1172 - } else {  
1173 - var ay = Math.abs(my);  
1174 - var ax = Math.abs(mx);  
1175 - var dz = self.opt.directionlockdeadzone;  
1176 - if (self.rail.drag.ck=="v") {  
1177 - if (ay>dz&&(ax<=(ay*0.3))) {  
1178 - self.rail.drag = false;  
1179 - return true;  
1180 - }  
1181 - else if (ax>dz) {  
1182 - self.rail.drag.dl="f";  
1183 - $("body").scrollTop($("body").scrollTop()); // stop iOS native scrolling (when active javascript has blocked)  
1184 - }  
1185 - }  
1186 - else if (self.rail.drag.ck=="h") {  
1187 - if (ax>dz&&(ay<=(az*0.3))) {  
1188 - self.rail.drag = false;  
1189 - return true;  
1190 - }  
1191 - else if (ay>dz) {  
1192 - self.rail.drag.dl="f";  
1193 - $("body").scrollLeft($("body").scrollLeft()); // stop iOS native scrolling (when active javascript has blocked)  
1194 - }  
1195 - }  
1196 - }  
1197 -  
1198 - self.synched("touchmove",function(){  
1199 - if (self.rail.drag&&(self.rail.drag.pt==2)) {  
1200 - if (self.prepareTransition) self.prepareTransition(0);  
1201 - if (self.rail.scrollable) self.setScrollTop(ny);  
1202 - self.scrollmom.update(fx,fy);  
1203 - if (self.railh&&self.railh.scrollable) {  
1204 - self.setScrollLeft(nx);  
1205 - self.showCursor(ny,nx);  
1206 - } else {  
1207 - self.showCursor(ny);  
1208 - }  
1209 - if (cap.isie10) document.selection.clear();  
1210 - }  
1211 - });  
1212 -  
1213 - if (cap.ischrome&&self.istouchcapable) grabbed=false; //chrome touch emulation doesn't like!  
1214 - if (grabbed) return self.cancelEvent(e);  
1215 - }  
1216 -  
1217 - };  
1218 -  
1219 - }  
1220 -  
1221 - self.onmousedown = function(e,hronly) {  
1222 - if (self.rail.drag&&self.rail.drag.pt!=1) return;  
1223 - if (self.locked) return self.cancelEvent(e);  
1224 - self.cancelScroll();  
1225 - self.rail.drag = {x:e.clientX,y:e.clientY,sx:self.scroll.x,sy:self.scroll.y,pt:1,hr:(!!hronly)};  
1226 - var tg = self.getTarget(e);  
1227 - if (!self.ispage&&cap.hasmousecapture) tg.setCapture();  
1228 - if (self.isiframe&&!cap.hasmousecapture) {  
1229 - self.saved["csspointerevents"] = self.doc.css("pointer-events");  
1230 - self.css(self.doc,{"pointer-events":"none"});  
1231 - }  
1232 - return self.cancelEvent(e);  
1233 - };  
1234 -  
1235 - self.onmouseup = function(e) {  
1236 - if (self.rail.drag) {  
1237 - if (cap.hasmousecapture) document.releaseCapture();  
1238 - if (self.isiframe&&!cap.hasmousecapture) self.doc.css("pointer-events",self.saved["csspointerevents"]);  
1239 - if(self.rail.drag.pt!=1)return;  
1240 - self.rail.drag = false;  
1241 - //if (!self.rail.active) self.hideCursor();  
1242 - return self.cancelEvent(e);  
1243 - }  
1244 - };  
1245 -  
1246 - self.onmousemove = function(e) {  
1247 - if (self.rail.drag) {  
1248 - if(self.rail.drag.pt!=1)return;  
1249 -  
1250 - if (cap.ischrome&&e.which==0) return self.onmouseup(e);  
1251 -  
1252 - self.cursorfreezed = true;  
1253 -  
1254 - if (self.rail.drag.hr) {  
1255 - self.scroll.x = self.rail.drag.sx + (e.clientX-self.rail.drag.x);  
1256 - if (self.scroll.x<0) self.scroll.x=0;  
1257 - var mw = self.scrollvaluemaxw;  
1258 - if (self.scroll.x>mw) self.scroll.x=mw;  
1259 - } else {  
1260 - self.scroll.y = self.rail.drag.sy + (e.clientY-self.rail.drag.y);  
1261 - if (self.scroll.y<0) self.scroll.y=0;  
1262 - var my = self.scrollvaluemax;  
1263 - if (self.scroll.y>my) self.scroll.y=my;  
1264 - }  
1265 -  
1266 - self.synched('mousemove',function(){  
1267 - if (self.rail.drag&&(self.rail.drag.pt==1)) {  
1268 - self.showCursor();  
1269 - if (self.rail.drag.hr) self.doScrollLeft(Math.round(self.scroll.x*self.scrollratio.x),self.opt.cursordragspeed);  
1270 - else self.doScrollTop(Math.round(self.scroll.y*self.scrollratio.y),self.opt.cursordragspeed);  
1271 - }  
1272 - });  
1273 -  
1274 - return self.cancelEvent(e);  
1275 - }  
1276 -/*  
1277 - else {  
1278 - self.checkarea = true;  
1279 - }  
1280 -*/  
1281 - };  
1282 -  
1283 - if (cap.cantouch||self.opt.touchbehavior) {  
1284 -  
1285 - self.onpreventclick = function(e) {  
1286 - if (self.preventclick) {  
1287 - self.preventclick.tg.onclick = self.preventclick.click;  
1288 - self.preventclick = false;  
1289 - return self.cancelEvent(e);  
1290 - }  
1291 - }  
1292 -  
1293 -// self.onmousedown = self.ontouchstart;  
1294 -// self.onmouseup = self.ontouchend;  
1295 -// self.onmousemove = self.ontouchmove;  
1296 -  
1297 - self.bind(self.win,"mousedown",self.ontouchstart); // control content dragging  
1298 -  
1299 - self.onclick = (cap.isios) ? false : function(e) {  
1300 - if (self.lastmouseup) {  
1301 - self.lastmouseup = false;  
1302 - return self.cancelEvent(e);  
1303 - } else {  
1304 - return true;  
1305 - }  
1306 - };  
1307 -  
1308 - if (self.opt.grabcursorenabled&&cap.cursorgrabvalue) {  
1309 - self.css((self.ispage)?self.doc:self.win,{'cursor':cap.cursorgrabvalue});  
1310 - self.css(self.rail,{'cursor':cap.cursorgrabvalue});  
1311 - }  
1312 -  
1313 - } else {  
1314 -  
1315 - function checkSelectionScroll(e) {  
1316 - if (!self.selectiondrag) return;  
1317 -  
1318 - if (e) {  
1319 - var ww = self.win.outerHeight();  
1320 - var df = (e.pageY - self.selectiondrag.top);  
1321 - if (df>0&&df<ww) df=0;  
1322 - if (df>=ww) df-=ww;  
1323 - self.selectiondrag.df = df;  
1324 - }  
1325 - if (self.selectiondrag.df==0) return;  
1326 -  
1327 - var rt = -Math.floor(self.selectiondrag.df/6)*2;  
1328 -// self.doScrollTop(self.getScrollTop(true)+rt);  
1329 - self.doScrollBy(rt);  
1330 -  
1331 - self.debounced("doselectionscroll",function(){checkSelectionScroll()},50);  
1332 - }  
1333 -  
1334 - if ("getSelection" in document) { // A grade - Major browsers  
1335 - self.hasTextSelected = function() {  
1336 - return (document.getSelection().rangeCount>0);  
1337 - }  
1338 - }  
1339 - else if ("selection" in document) { //IE9-  
1340 - self.hasTextSelected = function() {  
1341 - return (document.selection.type != "None");  
1342 - }  
1343 - }  
1344 - else {  
1345 - self.hasTextSelected = function() { // no support  
1346 - return false;  
1347 - }  
1348 - }  
1349 -  
1350 - self.onselectionstart = function(e) {  
1351 - if (self.ispage) return;  
1352 - self.selectiondrag = self.win.offset();  
1353 - }  
1354 - self.onselectionend = function(e) {  
1355 - self.selectiondrag = false;  
1356 - }  
1357 - self.onselectiondrag = function(e) {  
1358 - if (!self.selectiondrag) return;  
1359 - if (self.hasTextSelected()) self.debounced("selectionscroll",function(){checkSelectionScroll(e)},250);  
1360 - }  
1361 -  
1362 -  
1363 - }  
1364 -  
1365 - if (cap.hasmstouch) {  
1366 - self.css(self.rail,{'-ms-touch-action':'none'});  
1367 - self.css(self.cursor,{'-ms-touch-action':'none'});  
1368 -  
1369 - self.bind(self.win,"MSPointerDown",self.ontouchstart);  
1370 - self.bind(document,"MSPointerUp",self.ontouchend);  
1371 - self.bind(document,"MSPointerMove",self.ontouchmove);  
1372 - self.bind(self.cursor,"MSGestureHold",function(e){e.preventDefault()});  
1373 - self.bind(self.cursor,"contextmenu",function(e){e.preventDefault()});  
1374 - }  
1375 -  
1376 - if (this.istouchcapable) { //desktop with screen touch enabled  
1377 - self.bind(self.win,"touchstart",self.ontouchstart);  
1378 - self.bind(document,"touchend",self.ontouchend);  
1379 - self.bind(document,"touchcancel",self.ontouchend);  
1380 - self.bind(document,"touchmove",self.ontouchmove);  
1381 - }  
1382 -  
1383 - self.bind(self.cursor,"mousedown",self.onmousedown);  
1384 - self.bind(self.cursor,"mouseup",self.onmouseup);  
1385 -  
1386 - if (self.railh) {  
1387 - self.bind(self.cursorh,"mousedown",function(e){self.onmousedown(e,true)});  
1388 - self.bind(self.cursorh,"mouseup",function(e){  
1389 - if (self.rail.drag&&self.rail.drag.pt==2) return;  
1390 - self.rail.drag = false;  
1391 - self.hasmoving = false;  
1392 - self.hideCursor();  
1393 - if (cap.hasmousecapture) document.releaseCapture();  
1394 - return self.cancelEvent(e);  
1395 - });  
1396 - }  
1397 -  
1398 - if (self.opt.cursordragontouch||!cap.cantouch&&!self.opt.touchbehavior) {  
1399 -  
1400 - self.rail.css({"cursor":"default"});  
1401 - self.railh&&self.railh.css({"cursor":"default"});  
1402 -  
1403 - self.jqbind(self.rail,"mouseenter",function() {  
1404 - if (self.canshowonmouseevent) self.showCursor();  
1405 - self.rail.active = true;  
1406 - });  
1407 - self.jqbind(self.rail,"mouseleave",function() {  
1408 - self.rail.active = false;  
1409 - if (!self.rail.drag) self.hideCursor();  
1410 - });  
1411 -  
1412 - if (self.opt.sensitiverail) {  
1413 - self.bind(self.rail,"click",function(e){self.doRailClick(e,false,false)});  
1414 - self.bind(self.rail,"dblclick",function(e){self.doRailClick(e,true,false)});  
1415 - self.bind(self.cursor,"click",function(e){self.cancelEvent(e)});  
1416 - self.bind(self.cursor,"dblclick",function(e){self.cancelEvent(e)});  
1417 - }  
1418 -  
1419 - if (self.railh) {  
1420 - self.jqbind(self.railh,"mouseenter",function() {  
1421 - if (self.canshowonmouseevent) self.showCursor();  
1422 - self.rail.active = true;  
1423 - });  
1424 - self.jqbind(self.railh,"mouseleave",function() {  
1425 - self.rail.active = false;  
1426 - if (!self.rail.drag) self.hideCursor();  
1427 - });  
1428 -  
1429 - if (self.opt.sensitiverail) {  
1430 - self.bind(self.railh, "click", function(e){self.doRailClick(e,false,true)});  
1431 - self.bind(self.railh, "dblclick", function(e){self.doRailClick(e, true, true) });  
1432 - self.bind(self.cursorh, "click", function (e) { self.cancelEvent(e) });  
1433 - self.bind(self.cursorh, "dblclick", function (e) { self.cancelEvent(e) });  
1434 - }  
1435 -  
1436 - }  
1437 -  
1438 - }  
1439 -  
1440 - if (!cap.cantouch&&!self.opt.touchbehavior) {  
1441 -  
1442 - self.bind((cap.hasmousecapture)?self.win:document,"mouseup",self.onmouseup);  
1443 - self.bind(document,"mousemove",self.onmousemove);  
1444 - if (self.onclick) self.bind(document,"click",self.onclick);  
1445 -  
1446 - if (!self.ispage&&self.opt.enablescrollonselection) {  
1447 - self.bind(self.win[0],"mousedown",self.onselectionstart);  
1448 - self.bind(document,"mouseup",self.onselectionend);  
1449 - self.bind(self.cursor,"mouseup",self.onselectionend);  
1450 - if (self.cursorh) self.bind(self.cursorh,"mouseup",self.onselectionend);  
1451 - self.bind(document,"mousemove",self.onselectiondrag);  
1452 - }  
1453 -  
1454 - if (self.zoom) {  
1455 - self.jqbind(self.zoom,"mouseenter",function() {  
1456 - if (self.canshowonmouseevent) self.showCursor();  
1457 - self.rail.active = true;  
1458 - });  
1459 - self.jqbind(self.zoom,"mouseleave",function() {  
1460 - self.rail.active = false;  
1461 - if (!self.rail.drag) self.hideCursor();  
1462 - });  
1463 - }  
1464 -  
1465 - } else {  
1466 -  
1467 - self.bind((cap.hasmousecapture)?self.win:document,"mouseup",self.ontouchend);  
1468 - self.bind(document,"mousemove",self.ontouchmove);  
1469 - if (self.onclick) self.bind(document,"click",self.onclick);  
1470 -  
1471 - if (self.opt.cursordragontouch) {  
1472 - self.bind(self.cursor,"mousedown",self.onmousedown);  
1473 - self.bind(self.cursor,"mousemove",self.onmousemove);  
1474 - self.cursorh&&self.bind(self.cursorh,"mousedown",self.onmousedown);  
1475 - self.cursorh&&self.bind(self.cursorh,"mousemove",self.onmousemove);  
1476 - }  
1477 -  
1478 - }  
1479 -  
1480 - if (self.opt.enablemousewheel) {  
1481 - if (!self.isiframe) self.bind((cap.isie&&self.ispage) ? document : self.docscroll,"mousewheel",self.onmousewheel);  
1482 - self.bind(self.rail,"mousewheel",self.onmousewheel);  
1483 - if (self.railh) self.bind(self.railh,"mousewheel",self.onmousewheelhr);  
1484 - }  
1485 -  
1486 - if (!self.ispage&&!cap.cantouch&&!(/HTML|BODY/.test(self.win[0].nodeName))) {  
1487 - if (!self.win.attr("tabindex")) self.win.attr({"tabindex":tabindexcounter++});  
1488 -  
1489 - self.jqbind(self.win,"focus",function(e) {  
1490 - domfocus = (self.getTarget(e)).id||true;  
1491 - self.hasfocus = true;  
1492 - if (self.canshowonmouseevent) self.noticeCursor();  
1493 - });  
1494 - self.jqbind(self.win,"blur",function(e) {  
1495 - domfocus = false;  
1496 - self.hasfocus = false;  
1497 - });  
1498 -  
1499 - self.jqbind(self.win,"mouseenter",function(e) {  
1500 - mousefocus = (self.getTarget(e)).id||true;  
1501 - self.hasmousefocus = true;  
1502 - if (self.canshowonmouseevent) self.noticeCursor();  
1503 - });  
1504 - self.jqbind(self.win,"mouseleave",function() {  
1505 - mousefocus = false;  
1506 - self.hasmousefocus = false;  
1507 - });  
1508 -  
1509 - };  
1510 -  
1511 - } // !ie9mobile  
1512 -  
1513 - //Thanks to http://www.quirksmode.org !!  
1514 - self.onkeypress = function(e) {  
1515 - if (self.locked&&self.page.maxh==0) return true;  
1516 -  
1517 - e = (e) ? e : window.e;  
1518 - var tg = self.getTarget(e);  
1519 - if (tg&&/INPUT|TEXTAREA|SELECT|OPTION/.test(tg.nodeName)) {  
1520 - var tp = tg.getAttribute('type')||tg.type||false;  
1521 - if ((!tp)||!(/submit|button|cancel/i.tp)) return true;  
1522 - }  
1523 -  
1524 - if (self.hasfocus||(self.hasmousefocus&&!domfocus)||(self.ispage&&!domfocus&&!mousefocus)) {  
1525 - var key = e.keyCode;  
1526 -  
1527 - if (self.locked&&key!=27) return self.cancelEvent(e);  
1528 -  
1529 - var ctrl = e.ctrlKey||false;  
1530 - var shift = e.shiftKey || false;  
1531 -  
1532 - var ret = false;  
1533 - switch (key) {  
1534 - case 38:  
1535 - case 63233: //safari  
1536 - self.doScrollBy(24*3);  
1537 - ret = true;  
1538 - break;  
1539 - case 40:  
1540 - case 63235: //safari  
1541 - self.doScrollBy(-24*3);  
1542 - ret = true;  
1543 - break;  
1544 - case 37:  
1545 - case 63232: //safari  
1546 - if (self.railh) {  
1547 - (ctrl) ? self.doScrollLeft(0) : self.doScrollLeftBy(24*3);  
1548 - ret = true;  
1549 - }  
1550 - break;  
1551 - case 39:  
1552 - case 63234: //safari  
1553 - if (self.railh) {  
1554 - (ctrl) ? self.doScrollLeft(self.page.maxw) : self.doScrollLeftBy(-24*3);  
1555 - ret = true;  
1556 - }  
1557 - break;  
1558 - case 33:  
1559 - case 63276: // safari  
1560 - self.doScrollBy(self.view.h);  
1561 - ret = true;  
1562 - break;  
1563 - case 34:  
1564 - case 63277: // safari  
1565 - self.doScrollBy(-self.view.h);  
1566 - ret = true;  
1567 - break;  
1568 - case 36:  
1569 - case 63273: // safari  
1570 - (self.railh&&ctrl) ? self.doScrollPos(0,0) : self.doScrollTo(0);  
1571 - ret = true;  
1572 - break;  
1573 - case 35:  
1574 - case 63275: // safari  
1575 - (self.railh&&ctrl) ? self.doScrollPos(self.page.maxw,self.page.maxh) : self.doScrollTo(self.page.maxh);  
1576 - ret = true;  
1577 - break;  
1578 - case 32:  
1579 - if (self.opt.spacebarenabled) {  
1580 - (shift) ? self.doScrollBy(self.view.h) : self.doScrollBy(-self.view.h);  
1581 - ret = true;  
1582 - }  
1583 - break;  
1584 - case 27: // ESC  
1585 - if (self.zoomactive) {  
1586 - self.doZoom();  
1587 - ret = true;  
1588 - }  
1589 - break;  
1590 - }  
1591 - if (ret) return self.cancelEvent(e);  
1592 - }  
1593 - };  
1594 -  
1595 - if (self.opt.enablekeyboard) self.bind(document,(cap.isopera&&!cap.isopera12)?"keypress":"keydown",self.onkeypress);  
1596 -  
1597 - self.bind(window,'resize',self.lazyResize);  
1598 - self.bind(window,'orientationchange',self.lazyResize);  
1599 -  
1600 - self.bind(window,"load",self.lazyResize);  
1601 -  
1602 - if (cap.ischrome&&!self.ispage&&!self.haswrapper) { //chrome void scrollbar bug - it persists in version 26  
1603 - var tmp=self.win.attr("style");  
1604 - var ww = parseFloat(self.win.css("width"))+1;  
1605 - self.win.css('width',ww);  
1606 - self.synched("chromefix",function(){self.win.attr("style",tmp)});  
1607 - }  
1608 -  
1609 -  
1610 -// Trying a cross-browser implementation - good luck!  
1611 -  
1612 - self.onAttributeChange = function(e) {  
1613 - self.lazyResize(250);  
1614 - }  
1615 -  
1616 - if (!self.ispage&&!self.haswrapper) {  
1617 - // redesigned MutationObserver for Chrome18+/Firefox14+/iOS6+ with support for: remove div, add/remove content  
1618 - if (clsMutationObserver !== false) {  
1619 - self.observer = new clsMutationObserver(function(mutations) {  
1620 - mutations.forEach(self.onAttributeChange);  
1621 - });  
1622 - self.observer.observe(self.win[0],{childList: true, characterData: false, attributes: true, subtree: false});  
1623 -  
1624 - self.observerremover = new clsMutationObserver(function(mutations) {  
1625 - mutations.forEach(function(mo){  
1626 - if (mo.removedNodes.length>0) {  
1627 - for (var dd in mo.removedNodes) {  
1628 - if (mo.removedNodes[dd]==self.win[0]) return self.remove();  
1629 - }  
1630 - }  
1631 - });  
1632 - });  
1633 - self.observerremover.observe(self.win[0].parentNode,{childList: true, characterData: false, attributes: false, subtree: false});  
1634 -  
1635 - } else {  
1636 - self.bind(self.win,(cap.isie&&!cap.isie9)?"propertychange":"DOMAttrModified",self.onAttributeChange);  
1637 - if (cap.isie9) self.win[0].attachEvent("onpropertychange",self.onAttributeChange); //IE9 DOMAttrModified bug  
1638 - self.bind(self.win,"DOMNodeRemoved",function(e){  
1639 - if (e.target==self.win[0]) self.remove();  
1640 - });  
1641 - }  
1642 - }  
1643 -  
1644 -//  
1645 -  
1646 - if (!self.ispage&&self.opt.boxzoom) self.bind(window,"resize",self.resizeZoom);  
1647 - if (self.istextarea) self.bind(self.win,"mouseup",self.lazyResize);  
1648 -  
1649 - self.checkrtlmode = true;  
1650 - self.lazyResize(30);  
1651 -  
1652 - }  
1653 -  
1654 - if (this.doc[0].nodeName == 'IFRAME') {  
1655 - function oniframeload(e) {  
1656 - self.iframexd = false;  
1657 - try {  
1658 - var doc = 'contentDocument' in this ? this.contentDocument : this.contentWindow.document;  
1659 - var a = doc.domain;  
1660 - } catch(e){self.iframexd = true;doc=false};  
1661 -  
1662 - if (self.iframexd) {  
1663 - if ("console" in window) console.log('NiceScroll error: policy restriced iframe');  
1664 - return true; //cross-domain - I can't manage this  
1665 - }  
1666 -  
1667 - self.forcescreen = true;  
1668 -  
1669 - if (self.isiframe) {  
1670 - self.iframe = {  
1671 - "doc":$(doc),  
1672 - "html":self.doc.contents().find('html')[0],  
1673 - "body":self.doc.contents().find('body')[0]  
1674 - };  
1675 - self.getContentSize = function(){  
1676 - return {  
1677 - w:Math.max(self.iframe.html.scrollWidth,self.iframe.body.scrollWidth),  
1678 - h:Math.max(self.iframe.html.scrollHeight,self.iframe.body.scrollHeight)  
1679 - }  
1680 - }  
1681 - self.docscroll = $(self.iframe.body);//$(this.contentWindow);  
1682 - }  
1683 -  
1684 - if (!cap.isios&&self.opt.iframeautoresize&&!self.isiframe) {  
1685 - self.win.scrollTop(0); // reset position  
1686 - self.doc.height(""); //reset height to fix browser bug  
1687 - var hh=Math.max(doc.getElementsByTagName('html')[0].scrollHeight,doc.body.scrollHeight);  
1688 - self.doc.height(hh);  
1689 - }  
1690 - self.lazyResize(30);  
1691 -  
1692 - if (cap.isie7) self.css($(self.iframe.html),{'overflow-y':'hidden'});  
1693 - //self.css($(doc.body),{'overflow-y':'hidden'});  
1694 - self.css($(self.iframe.body),{'overflow-y':'hidden'});  
1695 -  
1696 - if ('contentWindow' in this) {  
1697 - self.bind(this.contentWindow,"scroll",self.onscroll); //IE8 & minor  
1698 - } else {  
1699 - self.bind(doc,"scroll",self.onscroll);  
1700 - }  
1701 -  
1702 - if (self.opt.enablemousewheel) {  
1703 - self.bind(doc,"mousewheel",self.onmousewheel);  
1704 - }  
1705 -  
1706 - if (self.opt.enablekeyboard) self.bind(doc,(cap.isopera)?"keypress":"keydown",self.onkeypress);  
1707 -  
1708 - if (cap.cantouch||self.opt.touchbehavior) {  
1709 - self.bind(doc,"mousedown",self.onmousedown);  
1710 - self.bind(doc,"mousemove",function(e){self.onmousemove(e,true)});  
1711 - if (self.opt.grabcursorenabled&&cap.cursorgrabvalue) self.css($(doc.body),{'cursor':cap.cursorgrabvalue});  
1712 - }  
1713 -  
1714 - self.bind(doc,"mouseup",self.onmouseup);  
1715 -  
1716 - if (self.zoom) {  
1717 - if (self.opt.dblclickzoom) self.bind(doc,'dblclick',self.doZoom);  
1718 - if (self.ongesturezoom) self.bind(doc,"gestureend",self.ongesturezoom);  
1719 - }  
1720 - };  
1721 -  
1722 - if (this.doc[0].readyState&&this.doc[0].readyState=="complete"){  
1723 - setTimeout(function(){oniframeload.call(self.doc[0],false)},500);  
1724 - }  
1725 - self.bind(this.doc,"load",oniframeload);  
1726 -  
1727 - }  
1728 -  
1729 - };  
1730 -  
1731 - this.showCursor = function(py,px) {  
1732 - if (self.cursortimeout) {  
1733 - clearTimeout(self.cursortimeout);  
1734 - self.cursortimeout = 0;  
1735 - }  
1736 - if (!self.rail) return;  
1737 - if (self.autohidedom) {  
1738 - self.autohidedom.stop().css({opacity:self.opt.cursoropacitymax});  
1739 - self.cursoractive = true;  
1740 - }  
1741 -  
1742 - if (!self.rail.drag||self.rail.drag.pt!=1) {  
1743 - if ((typeof py != "undefined")&&(py!==false)) {  
1744 - self.scroll.y = Math.round(py * 1/self.scrollratio.y);  
1745 - }  
1746 - if (typeof px != "undefined") {  
1747 - self.scroll.x = Math.round(px * 1/self.scrollratio.x);  
1748 - }  
1749 - }  
1750 -  
1751 - self.cursor.css({height:self.cursorheight,top:self.scroll.y});  
1752 - if (self.cursorh) {  
1753 - (!self.rail.align&&self.rail.visibility) ? self.cursorh.css({width:self.cursorwidth,left:self.scroll.x+self.rail.width}) : self.cursorh.css({width:self.cursorwidth,left:self.scroll.x});  
1754 - self.cursoractive = true;  
1755 - }  
1756 -  
1757 - if (self.zoom) self.zoom.stop().css({opacity:self.opt.cursoropacitymax});  
1758 - };  
1759 -  
1760 - this.hideCursor = function(tm) {  
1761 - if (self.cursortimeout) return;  
1762 - if (!self.rail) return;  
1763 - if (!self.autohidedom) return;  
1764 - self.cursortimeout = setTimeout(function() {  
1765 - if (!self.rail.active||!self.showonmouseevent) {  
1766 - self.autohidedom.stop().animate({opacity:self.opt.cursoropacitymin});  
1767 - if (self.zoom) self.zoom.stop().animate({opacity:self.opt.cursoropacitymin});  
1768 - self.cursoractive = false;  
1769 - }  
1770 - self.cursortimeout = 0;  
1771 - },tm||self.opt.hidecursordelay);  
1772 - };  
1773 -  
1774 - this.noticeCursor = function(tm,py,px) {  
1775 - self.showCursor(py,px);  
1776 - if (!self.rail.active) self.hideCursor(tm);  
1777 - };  
1778 -  
1779 - this.getContentSize =  
1780 - (self.ispage) ?  
1781 - function(){  
1782 - return {  
1783 - w:Math.max(document.body.scrollWidth,document.documentElement.scrollWidth),  
1784 - h:Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)  
1785 - }  
1786 - }  
1787 - : (self.haswrapper) ?  
1788 - function(){  
1789 - return {  
1790 - w:self.doc.outerWidth()+parseInt(self.win.css('paddingLeft'))+parseInt(self.win.css('paddingRight')),  
1791 - h:self.doc.outerHeight()+parseInt(self.win.css('paddingTop'))+parseInt(self.win.css('paddingBottom'))  
1792 - }  
1793 - }  
1794 - : function() {  
1795 - return {  
1796 - w:self.docscroll[0].scrollWidth,  
1797 - h:self.docscroll[0].scrollHeight  
1798 - }  
1799 - };  
1800 -  
1801 - this.onResize = function(e,page) {  
1802 -  
1803 - if (!self.win) return false;  
1804 -  
1805 - if (!self.haswrapper&&!self.ispage) {  
1806 - if (self.win.css('display')=='none') {  
1807 - if (self.visibility) self.hideRail().hideRailHr();  
1808 - return false;  
1809 - } else {  
1810 - if (!self.hidden&&!self.visibility) self.showRail().showRailHr();  
1811 - }  
1812 - }  
1813 -  
1814 - var premaxh = self.page.maxh;  
1815 - var premaxw = self.page.maxw;  
1816 -  
1817 - var preview = {h:self.view.h,w:self.view.w};  
1818 -  
1819 - self.view = {  
1820 - w:(self.ispage) ? self.win.width() : parseInt(self.win[0].clientWidth),  
1821 - h:(self.ispage) ? self.win.height() : parseInt(self.win[0].clientHeight)  
1822 - };  
1823 -  
1824 - self.page = (page) ? page : self.getContentSize();  
1825 -  
1826 - self.page.maxh = Math.max(0,self.page.h - self.view.h);  
1827 - self.page.maxw = Math.max(0,self.page.w - self.view.w);  
1828 -  
1829 - if ((self.page.maxh==premaxh)&&(self.page.maxw==premaxw)&&(self.view.w==preview.w)) {  
1830 - // test position  
1831 - if (!self.ispage) {  
1832 - var pos = self.win.offset();  
1833 - if (self.lastposition) {  
1834 - var lst = self.lastposition;  
1835 - if ((lst.top==pos.top)&&(lst.left==pos.left)) return self; //nothing to do  
1836 - }  
1837 - self.lastposition = pos;  
1838 - } else {  
1839 - return self; //nothing to do  
1840 - }  
1841 - }  
1842 -  
1843 - if (self.page.maxh==0) {  
1844 - self.hideRail();  
1845 - self.scrollvaluemax = 0;  
1846 - self.scroll.y = 0;  
1847 - self.scrollratio.y = 0;  
1848 - self.cursorheight = 0;  
1849 - self.setScrollTop(0);  
1850 - self.rail.scrollable = false;  
1851 - } else {  
1852 - self.rail.scrollable = true;  
1853 - }  
1854 -  
1855 - if (self.page.maxw==0) {  
1856 - self.hideRailHr();  
1857 - self.scrollvaluemaxw = 0;  
1858 - self.scroll.x = 0;  
1859 - self.scrollratio.x = 0;  
1860 - self.cursorwidth = 0;  
1861 - self.setScrollLeft(0);  
1862 - self.railh.scrollable = false;  
1863 - } else {  
1864 - self.railh.scrollable = true;  
1865 - }  
1866 -  
1867 - self.locked = (self.page.maxh==0)&&(self.page.maxw==0);  
1868 - if (self.locked) {  
1869 - if (!self.ispage) self.updateScrollBar(self.view);  
1870 - return false;  
1871 - }  
1872 -  
1873 - if (!self.hidden&&!self.visibility) {  
1874 - self.showRail().showRailHr();  
1875 - }  
1876 - else if (!self.hidden&&!self.railh.visibility) self.showRailHr();  
1877 -  
1878 - if (self.istextarea&&self.win.css('resize')&&self.win.css('resize')!='none') self.view.h-=20;  
1879 -  
1880 - self.cursorheight = Math.min(self.view.h,Math.round(self.view.h * (self.view.h / self.page.h)));  
1881 - self.cursorheight = (self.opt.cursorfixedheight) ? self.opt.cursorfixedheight : Math.max(self.opt.cursorminheight,self.cursorheight);  
1882 -  
1883 - self.cursorwidth = Math.min(self.view.w,Math.round(self.view.w * (self.view.w / self.page.w)));  
1884 - self.cursorwidth = (self.opt.cursorfixedheight) ? self.opt.cursorfixedheight : Math.max(self.opt.cursorminheight,self.cursorwidth);  
1885 -  
1886 - self.scrollvaluemax = self.view.h-self.cursorheight-self.cursor.hborder;  
1887 -  
1888 - if (self.railh) {  
1889 - self.railh.width = (self.page.maxh>0) ? (self.view.w-self.rail.width) : self.view.w;  
1890 - self.scrollvaluemaxw = self.railh.width-self.cursorwidth-self.cursorh.wborder;  
1891 - }  
1892 -  
1893 - if (self.checkrtlmode&&self.railh) {  
1894 - self.checkrtlmode = false;  
1895 - if (self.opt.rtlmode&&self.scroll.x==0) self.setScrollLeft(self.page.maxw);  
1896 - }  
1897 -  
1898 - if (!self.ispage) self.updateScrollBar(self.view);  
1899 -  
1900 - self.scrollratio = {  
1901 - x:(self.page.maxw/self.scrollvaluemaxw),  
1902 - y:(self.page.maxh/self.scrollvaluemax)  
1903 - };  
1904 -  
1905 - var sy = self.getScrollTop();  
1906 - if (sy>self.page.maxh) {  
1907 - self.doScrollTop(self.page.maxh);  
1908 - } else {  
1909 - self.scroll.y = Math.round(self.getScrollTop() * (1/self.scrollratio.y));  
1910 - self.scroll.x = Math.round(self.getScrollLeft() * (1/self.scrollratio.x));  
1911 - if (self.cursoractive) self.noticeCursor();  
1912 - }  
1913 -  
1914 - if (self.scroll.y&&(self.getScrollTop()==0)) self.doScrollTo(Math.floor(self.scroll.y*self.scrollratio.y));  
1915 -  
1916 - return self;  
1917 - };  
1918 -  
1919 - this.resize = self.onResize;  
1920 -  
1921 - this.lazyResize = function(tm) { // event debounce  
1922 - tm = (isNaN(tm)) ? 30 : tm;  
1923 - self.delayed('resize',self.resize,tm);  
1924 - return self;  
1925 - }  
1926 -  
1927 -// modified by MDN https://developer.mozilla.org/en-US/docs/DOM/Mozilla_event_reference/wheel  
1928 - function _modernWheelEvent(dom,name,fn,bubble) {  
1929 - self._bind(dom,name,function(e){  
1930 - var e = (e) ? e : window.event;  
1931 - var event = {  
1932 - original: e,  
1933 - target: e.target || e.srcElement,  
1934 - type: "wheel",  
1935 - deltaMode: e.type == "MozMousePixelScroll" ? 0 : 1,  
1936 - deltaX: 0,  
1937 - deltaZ: 0,  
1938 - preventDefault: function() {  
1939 - e.preventDefault ? e.preventDefault() : e.returnValue = false;  
1940 - return false;  
1941 - },  
1942 - stopImmediatePropagation: function() {  
1943 - (e.stopImmediatePropagation) ? e.stopImmediatePropagation() : e.cancelBubble = true;  
1944 - }  
1945 - };  
1946 -  
1947 - if (name=="mousewheel") {  
1948 - event.deltaY = - 1/40 * e.wheelDelta;  
1949 - e.wheelDeltaX && (event.deltaX = - 1/40 * e.wheelDeltaX);  
1950 - } else {  
1951 - event.deltaY = e.detail;  
1952 - }  
1953 -  
1954 - return fn.call(dom,event);  
1955 - },bubble);  
1956 - };  
1957 -  
1958 - this._bind = function(el,name,fn,bubble) { // primitive bind  
1959 - self.events.push({e:el,n:name,f:fn,b:bubble,q:false});  
1960 - if (el.addEventListener) {  
1961 - el.addEventListener(name,fn,bubble||false);  
1962 - }  
1963 - else if (el.attachEvent) {  
1964 - el.attachEvent("on"+name,fn);  
1965 - }  
1966 - else {  
1967 - el["on"+name] = fn;  
1968 - }  
1969 - };  
1970 -  
1971 - this.jqbind = function(dom,name,fn) { // use jquery bind for non-native events (mouseenter/mouseleave)  
1972 - self.events.push({e:dom,n:name,f:fn,q:true});  
1973 - $(dom).bind(name,fn);  
1974 - }  
1975 -  
1976 - this.bind = function(dom,name,fn,bubble) { // touch-oriented & fixing jquery bind  
1977 - var el = ("jquery" in dom) ? dom[0] : dom;  
1978 -  
1979 - if (name=='mousewheel') {  
1980 - if ("onwheel" in self.win) {  
1981 - self._bind(el,"wheel",fn,bubble||false);  
1982 - } else {  
1983 - var wname = (typeof document.onmousewheel != "undefined") ? "mousewheel" : "DOMMouseScroll"; // older IE/Firefox  
1984 - _modernWheelEvent(el,wname,fn,bubble||false);  
1985 - if (wname=="DOMMouseScroll") _modernWheelEvent(el,"MozMousePixelScroll",fn,bubble||false); // Firefox legacy  
1986 - }  
1987 - }  
1988 - else if (el.addEventListener) {  
1989 - if (cap.cantouch && /mouseup|mousedown|mousemove/.test(name)) { // touch device support  
1990 - var tt=(name=='mousedown')?'touchstart':(name=='mouseup')?'touchend':'touchmove';  
1991 - self._bind(el,tt,function(e){  
1992 - if (e.touches) {  
1993 - if (e.touches.length<2) {var ev=(e.touches.length)?e.touches[0]:e;ev.original=e;fn.call(this,ev);}  
1994 - }  
1995 - else if (e.changedTouches) {var ev=e.changedTouches[0];ev.original=e;fn.call(this,ev);} //blackberry  
1996 - },bubble||false);  
1997 - }  
1998 - self._bind(el,name,fn,bubble||false);  
1999 - if (cap.cantouch && name=="mouseup") self._bind(el,"touchcancel",fn,bubble||false);  
2000 - }  
2001 - else {  
2002 - self._bind(el,name,function(e) {  
2003 - e = e||window.event||false;  
2004 - if (e) {  
2005 - if (e.srcElement) e.target=e.srcElement;  
2006 - }  
2007 - if (!("pageY" in e)) {  
2008 - e.pageX = e.clientX + document.documentElement.scrollLeft;  
2009 - e.pageY = e.clientY + document.documentElement.scrollTop;  
2010 - }  
2011 - return ((fn.call(el,e)===false)||bubble===false) ? self.cancelEvent(e) : true;  
2012 - });  
2013 - }  
2014 - };  
2015 -  
2016 - this._unbind = function(el,name,fn,bub) { // primitive unbind  
2017 - if (el.removeEventListener) {  
2018 - el.removeEventListener(name,fn,bub);  
2019 - }  
2020 - else if (el.detachEvent) {  
2021 - el.detachEvent('on'+name,fn);  
2022 - } else {  
2023 - el['on'+name] = false;  
2024 - }  
2025 - };  
2026 -  
2027 - this.unbindAll = function() {  
2028 - for(var a=0;a<self.events.length;a++) {  
2029 - var r = self.events[a];  
2030 - (r.q) ? r.e.unbind(r.n,r.f) : self._unbind(r.e,r.n,r.f,r.b);  
2031 - }  
2032 - };  
2033 -  
2034 - // Thanks to http://www.switchonthecode.com !!  
2035 - this.cancelEvent = function(e) {  
2036 - var e = (e.original) ? e.original : (e) ? e : window.event||false;  
2037 - if (!e) return false;  
2038 - if(e.preventDefault) e.preventDefault();  
2039 - if(e.stopPropagation) e.stopPropagation();  
2040 - if(e.preventManipulation) e.preventManipulation(); //IE10  
2041 - e.cancelBubble = true;  
2042 - e.cancel = true;  
2043 - e.returnValue = false;  
2044 - return false;  
2045 - };  
2046 -  
2047 - this.stopPropagation = function(e) {  
2048 - var e = (e.original) ? e.original : (e) ? e : window.event||false;  
2049 - if (!e) return false;  
2050 - if (e.stopPropagation) return e.stopPropagation();  
2051 - if (e.cancelBubble) e.cancelBubble=true;  
2052 - return false;  
2053 - }  
2054 -  
2055 - this.showRail = function() {  
2056 - if ((self.page.maxh!=0)&&(self.ispage||self.win.css('display')!='none')) {  
2057 - self.visibility = true;  
2058 - self.rail.visibility = true;  
2059 - self.rail.css('display','block');  
2060 - }  
2061 - return self;  
2062 - };  
2063 -  
2064 - this.showRailHr = function() {  
2065 - if (!self.railh) return self;  
2066 - if ((self.page.maxw!=0)&&(self.ispage||self.win.css('display')!='none')) {  
2067 - self.railh.visibility = true;  
2068 - self.railh.css('display','block');  
2069 - }  
2070 - return self;  
2071 - };  
2072 -  
2073 - this.hideRail = function() {  
2074 - self.visibility = false;  
2075 - self.rail.visibility = false;  
2076 - self.rail.css('display','none');  
2077 - return self;  
2078 - };  
2079 -  
2080 - this.hideRailHr = function() {  
2081 - if (!self.railh) return self;  
2082 - self.railh.visibility = false;  
2083 - self.railh.css('display','none');  
2084 - return self;  
2085 - };  
2086 -  
2087 - this.show = function() {  
2088 - self.hidden = false;  
2089 - self.locked = false;  
2090 - return self.showRail().showRailHr();  
2091 - };  
2092 -  
2093 - this.hide = function() {  
2094 - self.hidden = true;  
2095 - self.locked = true;  
2096 - return self.hideRail().hideRailHr();  
2097 - };  
2098 -  
2099 - this.toggle = function() {  
2100 - return (self.hidden) ? self.show() : self.hide();  
2101 - };  
2102 -  
2103 - this.remove = function() {  
2104 - self.stop();  
2105 - if (self.cursortimeout) clearTimeout(self.cursortimeout);  
2106 - self.doZoomOut();  
2107 - self.unbindAll();  
2108 - if (self.observer !== false) self.observer.disconnect();  
2109 - if (self.observerremover !== false) self.observerremover.disconnect();  
2110 - self.events = [];  
2111 - if (self.cursor) {  
2112 - self.cursor.remove();  
2113 - self.cursor = null;  
2114 - }  
2115 - if (self.cursorh) {  
2116 - self.cursorh.remove();  
2117 - self.cursorh = null;  
2118 - }  
2119 - if (self.rail) {  
2120 - self.rail.remove();  
2121 - self.rail = null;  
2122 - }  
2123 - if (self.railh) {  
2124 - self.railh.remove();  
2125 - self.railh = null;  
2126 - }  
2127 - if (self.zoom) {  
2128 - self.zoom.remove();  
2129 - self.zoom = null;  
2130 - }  
2131 - for(var a=0;a<self.saved.css.length;a++) {  
2132 - var d=self.saved.css[a];  
2133 - d[0].css(d[1],(typeof d[2]=="undefined") ? '' : d[2]);  
2134 - }  
2135 - self.saved = false;  
2136 - self.me.data('__nicescroll',''); //erase all traces  
2137 - self.me = null;  
2138 - self.doc = null;  
2139 - self.docscroll = null;  
2140 - self.win = null;  
2141 - return self;  
2142 - };  
2143 -  
2144 - this.scrollstart = function(fn) {  
2145 - this.onscrollstart = fn;  
2146 - return self;  
2147 - }  
2148 - this.scrollend = function(fn) {  
2149 - this.onscrollend = fn;  
2150 - return self;  
2151 - }  
2152 - this.scrollcancel = function(fn) {  
2153 - this.onscrollcancel = fn;  
2154 - return self;  
2155 - }  
2156 -  
2157 - this.zoomin = function(fn) {  
2158 - this.onzoomin = fn;  
2159 - return self;  
2160 - }  
2161 - this.zoomout = function(fn) {  
2162 - this.onzoomout = fn;  
2163 - return self;  
2164 - }  
2165 -  
2166 - this.isScrollable = function(e) {  
2167 - var dom = (e.target) ? e.target : e;  
2168 - if (dom.nodeName == 'OPTION') return true;  
2169 - while (dom&&(dom.nodeType==1)&&!(/BODY|HTML/.test(dom.nodeName))) {  
2170 - var dd = $(dom);  
2171 - var ov = dd.css('overflowY')||dd.css('overflowX')||dd.css('overflow')||'';  
2172 - if (/scroll|auto/.test(ov)) return (dom.clientHeight!=dom.scrollHeight);  
2173 - dom = (dom.parentNode) ? dom.parentNode : false;  
2174 - }  
2175 - return false;  
2176 - };  
2177 -  
2178 - this.getViewport = function(me) {  
2179 - var dom = (me&&me.parentNode) ? me.parentNode : false;  
2180 - while (dom&&(dom.nodeType==1)&&!(/BODY|HTML/.test(dom.nodeName))) {  
2181 - var dd = $(dom);  
2182 - var ov = dd.css('overflowY')||dd.css('overflowX')||dd.css('overflow')||'';  
2183 - if ((/scroll|auto/.test(ov))&&(dom.clientHeight!=dom.scrollHeight)) return dd;  
2184 - if (dd.getNiceScroll().length>0) return dd;  
2185 - dom = (dom.parentNode) ? dom.parentNode : false;  
2186 - }  
2187 - return false;  
2188 - };  
2189 -  
2190 - function execScrollWheel(e,hr,chkscroll) {  
2191 - var px,py;  
2192 - var rt = 1;  
2193 -  
2194 - if (e.deltaMode==0) { // PIXEL  
2195 - px = -Math.floor(e.deltaX*(self.opt.mousescrollstep/(18*3)));  
2196 - py = -Math.floor(e.deltaY*(self.opt.mousescrollstep/(18*3)));  
2197 - }  
2198 - else if (e.deltaMode==1) { // LINE  
2199 - px = -Math.floor(e.deltaX*self.opt.mousescrollstep);  
2200 - py = -Math.floor(e.deltaY*self.opt.mousescrollstep);  
2201 - }  
2202 -  
2203 - if (hr&&(px==0)&&py) { // classic vertical-only mousewheel + browser with x/y support  
2204 - px = py;  
2205 - py = 0;  
2206 - }  
2207 -  
2208 - if (px) {  
2209 - if (self.scrollmom) {self.scrollmom.stop()}  
2210 - self.lastdeltax+=px;  
2211 - self.debounced("mousewheelx",function(){var dt=self.lastdeltax;self.lastdeltax=0;if(!self.rail.drag){self.doScrollLeftBy(dt)}},120);  
2212 - }  
2213 - if (py) {  
2214 - if (self.opt.nativeparentscrolling&&chkscroll&&!self.ispage&&!self.zoomactive) {  
2215 - if (py<0) {  
2216 - if (self.getScrollTop()>=self.page.maxh) return true;  
2217 - } else {  
2218 - if (self.getScrollTop()<=0) return true;  
2219 - }  
2220 - }  
2221 - if (self.scrollmom) {self.scrollmom.stop()}  
2222 - self.lastdeltay+=py;  
2223 - self.debounced("mousewheely",function(){var dt=self.lastdeltay;self.lastdeltay=0;if(!self.rail.drag){self.doScrollBy(dt)}},120);  
2224 - }  
2225 -  
2226 - e.stopImmediatePropagation();  
2227 - return e.preventDefault();  
2228 -// return self.cancelEvent(e);  
2229 - };  
2230 -  
2231 - this.onmousewheel = function(e) {  
2232 - if (self.locked) return true;  
2233 - if (self.rail.drag) return self.cancelEvent(e);  
2234 -  
2235 - if (!self.rail.scrollable) {  
2236 - if (self.railh&&self.railh.scrollable) {  
2237 - return self.onmousewheelhr(e);  
2238 - } else {  
2239 - return true;  
2240 - }  
2241 - }  
2242 -  
2243 - var nw = +(new Date());  
2244 - var chk = false;  
2245 - if (self.opt.preservenativescrolling&&((self.checkarea+600)<nw)) {  
2246 -// self.checkarea = false;  
2247 - self.nativescrollingarea = self.isScrollable(e);  
2248 - chk = true;  
2249 - }  
2250 - self.checkarea = nw;  
2251 - if (self.nativescrollingarea) return true; // this isn't my business  
2252 -// if (self.locked) return self.cancelEvent(e);  
2253 - var ret = execScrollWheel(e,false,chk);  
2254 - if (ret) self.checkarea = 0;  
2255 - return ret;  
2256 - };  
2257 -  
2258 - this.onmousewheelhr = function(e) {  
2259 - if (self.locked||!self.railh.scrollable) return true;  
2260 - if (self.rail.drag) return self.cancelEvent(e);  
2261 -  
2262 - var nw = +(new Date());  
2263 - var chk = false;  
2264 - if (self.opt.preservenativescrolling&&((self.checkarea+600)<nw)) {  
2265 -// self.checkarea = false;  
2266 - self.nativescrollingarea = self.isScrollable(e);  
2267 - chk = true;  
2268 - }  
2269 - self.checkarea = nw;  
2270 - if (self.nativescrollingarea) return true; // this isn't my business  
2271 - if (self.locked) return self.cancelEvent(e);  
2272 -  
2273 - return execScrollWheel(e,true,chk);  
2274 - };  
2275 -  
2276 - this.stop = function() {  
2277 - self.cancelScroll();  
2278 - if (self.scrollmon) self.scrollmon.stop();  
2279 - self.cursorfreezed = false;  
2280 - self.scroll.y = Math.round(self.getScrollTop() * (1/self.scrollratio.y));  
2281 - self.noticeCursor();  
2282 - return self;  
2283 - };  
2284 -  
2285 - this.getTransitionSpeed = function(dif) {  
2286 - var sp = Math.round(self.opt.scrollspeed*10);  
2287 - var ex = Math.min(sp,Math.round((dif / 20) * self.opt.scrollspeed));  
2288 - return (ex>20) ? ex : 0;  
2289 - }  
2290 -  
2291 - if (!self.opt.smoothscroll) {  
2292 - this.doScrollLeft = function(x,spd) { //direct  
2293 - var y = self.getScrollTop();  
2294 - self.doScrollPos(x,y,spd);  
2295 - }  
2296 - this.doScrollTop = function(y,spd) { //direct  
2297 - var x = self.getScrollLeft();  
2298 - self.doScrollPos(x,y,spd);  
2299 - }  
2300 - this.doScrollPos = function(x,y,spd) { //direct  
2301 - var nx = (x>self.page.maxw) ? self.page.maxw : x;  
2302 - if (nx<0) nx=0;  
2303 - var ny = (y>self.page.maxh) ? self.page.maxh : y;  
2304 - if (ny<0) ny=0;  
2305 - self.synched('scroll',function(){  
2306 - self.setScrollTop(ny);  
2307 - self.setScrollLeft(nx);  
2308 - });  
2309 - }  
2310 - this.cancelScroll = function() {}; // direct  
2311 - }  
2312 - else if (self.ishwscroll&&cap.hastransition&&self.opt.usetransition) {  
2313 - this.prepareTransition = function(dif,istime) {  
2314 - var ex = (istime) ? ((dif>20)?dif:0) : self.getTransitionSpeed(dif);  
2315 - var trans = (ex) ? cap.prefixstyle+'transform '+ex+'ms ease-out' : '';  
2316 - if (!self.lasttransitionstyle||self.lasttransitionstyle!=trans) {  
2317 - self.lasttransitionstyle = trans;  
2318 - self.doc.css(cap.transitionstyle,trans);  
2319 - }  
2320 - return ex;  
2321 - };  
2322 -  
2323 - this.doScrollLeft = function(x,spd) { //trans  
2324 - var y = (self.scrollrunning) ? self.newscrolly : self.getScrollTop();  
2325 - self.doScrollPos(x,y,spd);  
2326 - }  
2327 -  
2328 - this.doScrollTop = function(y,spd) { //trans  
2329 - var x = (self.scrollrunning) ? self.newscrollx : self.getScrollLeft();  
2330 - self.doScrollPos(x,y,spd);  
2331 - }  
2332 -  
2333 - this.doScrollPos = function(x,y,spd) { //trans  
2334 -  
2335 - var py = self.getScrollTop();  
2336 - var px = self.getScrollLeft();  
2337 -  
2338 - if (((self.newscrolly-py)*(y-py)<0)||((self.newscrollx-px)*(x-px)<0)) self.cancelScroll(); //inverted movement detection  
2339 -  
2340 - if (self.opt.bouncescroll==false) {  
2341 - if (y<0) y=0;  
2342 - else if (y>self.page.maxh) y=self.page.maxh;  
2343 - if (x<0) x=0;  
2344 - else if (x>self.page.maxw) x=self.page.maxw;  
2345 - }  
2346 -  
2347 - if (self.scrollrunning&&x==self.newscrollx&&y==self.newscrolly) return false;  
2348 -  
2349 - self.newscrolly = y;  
2350 - self.newscrollx = x;  
2351 -  
2352 - self.newscrollspeed = spd||false;  
2353 -  
2354 - if (self.timer) return false;  
2355 -  
2356 - self.timer = setTimeout(function(){  
2357 -  
2358 - var top = self.getScrollTop();  
2359 - var lft = self.getScrollLeft();  
2360 -  
2361 - var dst = {};  
2362 - dst.x = x-lft;  
2363 - dst.y = y-top;  
2364 - dst.px = lft;  
2365 - dst.py = top;  
2366 -  
2367 - var dd = Math.round(Math.sqrt(Math.pow(dst.x,2)+Math.pow(dst.y,2)));  
2368 -  
2369 -// var df = (self.newscrollspeed) ? self.newscrollspeed : dd;  
2370 -  
2371 - var ms = (self.newscrollspeed && self.newscrollspeed>1) ? self.newscrollspeed : self.getTransitionSpeed(dd);  
2372 - if (self.newscrollspeed&&self.newscrollspeed<=1) ms*=self.newscrollspeed;  
2373 -  
2374 - self.prepareTransition(ms,true);  
2375 -  
2376 - if (self.timerscroll&&self.timerscroll.tm) clearInterval(self.timerscroll.tm);  
2377 -  
2378 - if (ms>0) {  
2379 -  
2380 - if (!self.scrollrunning&&self.onscrollstart) {  
2381 - var info = {"type":"scrollstart","current":{"x":lft,"y":top},"request":{"x":x,"y":y},"end":{"x":self.newscrollx,"y":self.newscrolly},"speed":ms};  
2382 - self.onscrollstart.call(self,info);  
2383 - }  
2384 -  
2385 - if (cap.transitionend) {  
2386 - if (!self.scrollendtrapped) {  
2387 - self.scrollendtrapped = true;  
2388 - self.bind(self.doc,cap.transitionend,self.onScrollEnd,false); //I have got to do something usefull!!  
2389 - }  
2390 - } else {  
2391 - if (self.scrollendtrapped) clearTimeout(self.scrollendtrapped);  
2392 - self.scrollendtrapped = setTimeout(self.onScrollEnd,ms); // simulate transitionend event  
2393 - }  
2394 -  
2395 - var py = top;  
2396 - var px = lft;  
2397 - self.timerscroll = {  
2398 - bz: new BezierClass(py,self.newscrolly,ms,0,0,0.58,1),  
2399 - bh: new BezierClass(px,self.newscrollx,ms,0,0,0.58,1)  
2400 - };  
2401 - if (!self.cursorfreezed) self.timerscroll.tm=setInterval(function(){self.showCursor(self.getScrollTop(),self.getScrollLeft())},60);  
2402 -  
2403 - }  
2404 -  
2405 - self.synched("doScroll-set",function(){  
2406 - self.timer = 0;  
2407 - if (self.scrollendtrapped) self.scrollrunning = true;  
2408 - self.setScrollTop(self.newscrolly);  
2409 - self.setScrollLeft(self.newscrollx);  
2410 - if (!self.scrollendtrapped) self.onScrollEnd();  
2411 - });  
2412 -  
2413 -  
2414 - },50);  
2415 -  
2416 - };  
2417 -  
2418 - this.cancelScroll = function() {  
2419 - if (!self.scrollendtrapped) return true;  
2420 - var py = self.getScrollTop();  
2421 - var px = self.getScrollLeft();  
2422 - self.scrollrunning = false;  
2423 - if (!cap.transitionend) clearTimeout(cap.transitionend);  
2424 - self.scrollendtrapped = false;  
2425 - self._unbind(self.doc,cap.transitionend,self.onScrollEnd);  
2426 - self.prepareTransition(0);  
2427 - self.setScrollTop(py); // fire event onscroll  
2428 - if (self.railh) self.setScrollLeft(px);  
2429 - if (self.timerscroll&&self.timerscroll.tm) clearInterval(self.timerscroll.tm);  
2430 - self.timerscroll = false;  
2431 -  
2432 - self.cursorfreezed = false;  
2433 -  
2434 - //self.noticeCursor(false,py,px);  
2435 - self.showCursor(py,px);  
2436 - return self;  
2437 - };  
2438 - this.onScrollEnd = function() {  
2439 - if (self.scrollendtrapped) self._unbind(self.doc,cap.transitionend,self.onScrollEnd);  
2440 - self.scrollendtrapped = false;  
2441 - self.prepareTransition(0);  
2442 - if (self.timerscroll&&self.timerscroll.tm) clearInterval(self.timerscroll.tm);  
2443 - self.timerscroll = false;  
2444 - var py = self.getScrollTop();  
2445 - var px = self.getScrollLeft();  
2446 - self.setScrollTop(py); // fire event onscroll  
2447 - if (self.railh) self.setScrollLeft(px); // fire event onscroll left  
2448 -  
2449 - self.noticeCursor(false,py,px);  
2450 -  
2451 - self.cursorfreezed = false;  
2452 -  
2453 - if (py<0) py=0  
2454 - else if (py>self.page.maxh) py=self.page.maxh;  
2455 - if (px<0) px=0  
2456 - else if (px>self.page.maxw) px=self.page.maxw;  
2457 - if((py!=self.newscrolly)||(px!=self.newscrollx)) return self.doScrollPos(px,py,self.opt.snapbackspeed);  
2458 -  
2459 - if (self.onscrollend&&self.scrollrunning) {  
2460 - var info = {"type":"scrollend","current":{"x":px,"y":py},"end":{"x":self.newscrollx,"y":self.newscrolly}};  
2461 - self.onscrollend.call(self,info);  
2462 - }  
2463 - self.scrollrunning = false;  
2464 -  
2465 - };  
2466 -  
2467 - } else {  
2468 -  
2469 - this.doScrollLeft = function(x,spd) { //no-trans  
2470 - var y = (self.scrollrunning) ? self.newscrolly : self.getScrollTop();  
2471 - self.doScrollPos(x,y,spd);  
2472 - }  
2473 -  
2474 - this.doScrollTop = function(y,spd) { //no-trans  
2475 - var x = (self.scrollrunning) ? self.newscrollx : self.getScrollLeft();  
2476 - self.doScrollPos(x,y,spd);  
2477 - }  
2478 -  
2479 - this.doScrollPos = function(x,y,spd) { //no-trans  
2480 - var y = ((typeof y == "undefined")||(y===false)) ? self.getScrollTop(true) : y;  
2481 -  
2482 - if ((self.timer)&&(self.newscrolly==y)&&(self.newscrollx==x)) return true;  
2483 -  
2484 - if (self.timer) clearAnimationFrame(self.timer);  
2485 - self.timer = 0;  
2486 -  
2487 - var py = self.getScrollTop();  
2488 - var px = self.getScrollLeft();  
2489 -  
2490 - if (((self.newscrolly-py)*(y-py)<0)||((self.newscrollx-px)*(x-px)<0)) self.cancelScroll(); //inverted movement detection  
2491 -  
2492 - self.newscrolly = y;  
2493 - self.newscrollx = x;  
2494 -  
2495 - if (!self.bouncescroll||!self.rail.visibility) {  
2496 - if (self.newscrolly<0) {  
2497 - self.newscrolly = 0;  
2498 - }  
2499 - else if (self.newscrolly>self.page.maxh) {  
2500 - self.newscrolly = self.page.maxh;  
2501 - }  
2502 - }  
2503 - if (!self.bouncescroll||!self.railh.visibility) {  
2504 - if (self.newscrollx<0) {  
2505 - self.newscrollx = 0;  
2506 - }  
2507 - else if (self.newscrollx>self.page.maxw) {  
2508 - self.newscrollx = self.page.maxw;  
2509 - }  
2510 - }  
2511 -  
2512 - self.dst = {};  
2513 - self.dst.x = x-px;  
2514 - self.dst.y = y-py;  
2515 - self.dst.px = px;  
2516 - self.dst.py = py;  
2517 -  
2518 - var dst = Math.round(Math.sqrt(Math.pow(self.dst.x,2)+Math.pow(self.dst.y,2)));  
2519 -  
2520 - self.dst.ax = self.dst.x / dst;  
2521 - self.dst.ay = self.dst.y / dst;  
2522 -  
2523 - var pa = 0;  
2524 - var pe = dst;  
2525 -  
2526 - if (self.dst.x==0) {  
2527 - pa = py;  
2528 - pe = y;  
2529 - self.dst.ay = 1;  
2530 - self.dst.py = 0;  
2531 - } else if (self.dst.y==0) {  
2532 - pa = px;  
2533 - pe = x;  
2534 - self.dst.ax = 1;  
2535 - self.dst.px = 0;  
2536 - }  
2537 -  
2538 - var ms = self.getTransitionSpeed(dst);  
2539 - if (spd&&spd<=1) ms*=spd;  
2540 - if (ms>0) {  
2541 - self.bzscroll = (self.bzscroll) ? self.bzscroll.update(pe,ms) : new BezierClass(pa,pe,ms,0,1,0,1);  
2542 - } else {  
2543 - self.bzscroll = false;  
2544 - }  
2545 -  
2546 - if (self.timer) return;  
2547 -  
2548 - if ((py==self.page.maxh&&y>=self.page.maxh)||(px==self.page.maxw&&x>=self.page.maxw)) self.checkContentSize();  
2549 -  
2550 - var sync = 1;  
2551 -  
2552 - function scrolling() {  
2553 - if (self.cancelAnimationFrame) return true;  
2554 -  
2555 - self.scrollrunning = true;  
2556 -  
2557 - sync = 1-sync;  
2558 - if (sync) return (self.timer = setAnimationFrame(scrolling)||1);  
2559 -  
2560 - var done = 0;  
2561 -  
2562 - var sc = sy = self.getScrollTop();  
2563 - if (self.dst.ay) {  
2564 - sc = (self.bzscroll) ? self.dst.py + (self.bzscroll.getNow()*self.dst.ay) : self.newscrolly;  
2565 - var dr=sc-sy;  
2566 - if ((dr<0&&sc<self.newscrolly)||(dr>0&&sc>self.newscrolly)) sc = self.newscrolly;  
2567 - self.setScrollTop(sc);  
2568 - if (sc == self.newscrolly) done=1;  
2569 - } else {  
2570 - done=1;  
2571 - }  
2572 -  
2573 - var scx = sx = self.getScrollLeft();  
2574 - if (self.dst.ax) {  
2575 - scx = (self.bzscroll) ? self.dst.px + (self.bzscroll.getNow()*self.dst.ax) : self.newscrollx;  
2576 - var dr=scx-sx;  
2577 - if ((dr<0&&scx<self.newscrollx)||(dr>0&&scx>self.newscrollx)) scx = self.newscrollx;  
2578 - self.setScrollLeft(scx);  
2579 - if (scx == self.newscrollx) done+=1;  
2580 - } else {  
2581 - done+=1;  
2582 - }  
2583 -  
2584 - if (done==2) {  
2585 - self.timer = 0;  
2586 - self.cursorfreezed = false;  
2587 - self.bzscroll = false;  
2588 - self.scrollrunning = false;  
2589 - if (sc<0) sc=0;  
2590 - else if (sc>self.page.maxh) sc=self.page.maxh;  
2591 - if (scx<0) scx=0;  
2592 - else if (scx>self.page.maxw) scx=self.page.maxw;  
2593 - if ((scx!=self.newscrollx)||(sc!=self.newscrolly)) self.doScrollPos(scx,sc);  
2594 - else {  
2595 - if (self.onscrollend) {  
2596 - var info = {"type":"scrollend","current":{"x":sx,"y":sy},"end":{"x":self.newscrollx,"y":self.newscrolly}};  
2597 - self.onscrollend.call(self,info);  
2598 - }  
2599 - }  
2600 - } else {  
2601 - self.timer = setAnimationFrame(scrolling)||1;  
2602 - }  
2603 - };  
2604 - self.cancelAnimationFrame=false;  
2605 - self.timer = 1;  
2606 -  
2607 - if (self.onscrollstart&&!self.scrollrunning) {  
2608 - var info = {"type":"scrollstart","current":{"x":px,"y":py},"request":{"x":x,"y":y},"end":{"x":self.newscrollx,"y":self.newscrolly},"speed":ms};  
2609 - self.onscrollstart.call(self,info);  
2610 - }  
2611 -  
2612 - scrolling();  
2613 -  
2614 - if ((py==self.page.maxh&&y>=py)||(px==self.page.maxw&&x>=px)) self.checkContentSize();  
2615 -  
2616 - self.noticeCursor();  
2617 - };  
2618 -  
2619 - this.cancelScroll = function() {  
2620 - if (self.timer) clearAnimationFrame(self.timer);  
2621 - self.timer = 0;  
2622 - self.bzscroll = false;  
2623 - self.scrollrunning = false;  
2624 - return self;  
2625 - };  
2626 -  
2627 - }  
2628 -  
2629 - this.doScrollBy = function(stp,relative) {  
2630 - var ny = 0;  
2631 - if (relative) {  
2632 - ny = Math.floor((self.scroll.y-stp)*self.scrollratio.y)  
2633 - } else {  
2634 - var sy = (self.timer) ? self.newscrolly : self.getScrollTop(true);  
2635 - ny = sy-stp;  
2636 - }  
2637 - if (self.bouncescroll) {  
2638 - var haf = Math.round(self.view.h/2);  
2639 - if (ny<-haf) ny=-haf  
2640 - else if (ny>(self.page.maxh+haf)) ny = (self.page.maxh+haf);  
2641 - }  
2642 - self.cursorfreezed = false;  
2643 -  
2644 - py = self.getScrollTop(true);  
2645 - if (ny<0&&py<=0) return self.noticeCursor();  
2646 - else if (ny>self.page.maxh&&py>=self.page.maxh) {  
2647 - self.checkContentSize();  
2648 - return self.noticeCursor();  
2649 - }  
2650 -  
2651 - self.doScrollTop(ny);  
2652 - };  
2653 -  
2654 - this.doScrollLeftBy = function(stp,relative) {  
2655 - var nx = 0;  
2656 - if (relative) {  
2657 - nx = Math.floor((self.scroll.x-stp)*self.scrollratio.x)  
2658 - } else {  
2659 - var sx = (self.timer) ? self.newscrollx : self.getScrollLeft(true);  
2660 - nx = sx-stp;  
2661 - }  
2662 - if (self.bouncescroll) {  
2663 - var haf = Math.round(self.view.w/2);  
2664 - if (nx<-haf) nx=-haf  
2665 - else if (nx>(self.page.maxw+haf)) nx = (self.page.maxw+haf);  
2666 - }  
2667 - self.cursorfreezed = false;  
2668 -  
2669 - px = self.getScrollLeft(true);  
2670 - if (nx<0&&px<=0) return self.noticeCursor();  
2671 - else if (nx>self.page.maxw&&px>=self.page.maxw) return self.noticeCursor();  
2672 -  
2673 - self.doScrollLeft(nx);  
2674 - };  
2675 -  
2676 - this.doScrollTo = function(pos,relative) {  
2677 - var ny = (relative) ? Math.round(pos*self.scrollratio.y) : pos;  
2678 - if (ny<0) ny=0  
2679 - else if (ny>self.page.maxh) ny = self.page.maxh;  
2680 - self.cursorfreezed = false;  
2681 - self.doScrollTop(pos);  
2682 - };  
2683 -  
2684 - this.checkContentSize = function() {  
2685 - var pg = self.getContentSize();  
2686 - if ((pg.h!=self.page.h)||(pg.w!=self.page.w)) self.resize(false,pg);  
2687 - };  
2688 -  
2689 - self.onscroll = function(e) {  
2690 - if (self.rail.drag) return;  
2691 - if (!self.cursorfreezed) {  
2692 - self.synched('scroll',function(){  
2693 - self.scroll.y = Math.round(self.getScrollTop() * (1/self.scrollratio.y));  
2694 - if (self.railh) self.scroll.x = Math.round(self.getScrollLeft() * (1/self.scrollratio.x));  
2695 - self.noticeCursor();  
2696 - });  
2697 - }  
2698 - };  
2699 - self.bind(self.docscroll,"scroll",self.onscroll);  
2700 -  
2701 - this.doZoomIn = function(e) {  
2702 - if (self.zoomactive) return;  
2703 - self.zoomactive = true;  
2704 -  
2705 - self.zoomrestore = {  
2706 - style:{}  
2707 - };  
2708 - var lst = ['position','top','left','zIndex','backgroundColor','marginTop','marginBottom','marginLeft','marginRight'];  
2709 - var win = self.win[0].style;  
2710 - for(var a in lst) {  
2711 - var pp = lst[a];  
2712 - self.zoomrestore.style[pp] = (typeof win[pp] != "undefined") ? win[pp] : '';  
2713 - }  
2714 -  
2715 - self.zoomrestore.style.width = self.win.css('width');  
2716 - self.zoomrestore.style.height = self.win.css('height');  
2717 -  
2718 - self.zoomrestore.padding = {  
2719 - w:self.win.outerWidth()-self.win.width(),  
2720 - h:self.win.outerHeight()-self.win.height()  
2721 - };  
2722 -  
2723 - if (cap.isios4) {  
2724 - self.zoomrestore.scrollTop = $(window).scrollTop();  
2725 - $(window).scrollTop(0);  
2726 - }  
2727 -  
2728 - self.win.css({  
2729 - "position":(cap.isios4)?"absolute":"fixed",  
2730 - "top":0,  
2731 - "left":0,  
2732 - "z-index":globalmaxzindex+100,  
2733 - "margin":"0px"  
2734 - });  
2735 - var bkg = self.win.css("backgroundColor");  
2736 - if (bkg==""||/transparent|rgba\(0, 0, 0, 0\)|rgba\(0,0,0,0\)/.test(bkg)) self.win.css("backgroundColor","#fff");  
2737 - self.rail.css({"z-index":globalmaxzindex+101});  
2738 - self.zoom.css({"z-index":globalmaxzindex+102});  
2739 - self.zoom.css('backgroundPosition','0px -18px');  
2740 - self.resizeZoom();  
2741 -  
2742 - if (self.onzoomin) self.onzoomin.call(self);  
2743 -  
2744 - return self.cancelEvent(e);  
2745 - };  
2746 -  
2747 - this.doZoomOut = function(e) {  
2748 - if (!self.zoomactive) return;  
2749 - self.zoomactive = false;  
2750 -  
2751 - self.win.css("margin","");  
2752 - self.win.css(self.zoomrestore.style);  
2753 -  
2754 - if (cap.isios4) {  
2755 - $(window).scrollTop(self.zoomrestore.scrollTop);  
2756 - }  
2757 -  
2758 - self.rail.css({"z-index":self.zindex});  
2759 - self.zoom.css({"z-index":self.zindex});  
2760 - self.zoomrestore = false;  
2761 - self.zoom.css('backgroundPosition','0px 0px');  
2762 - self.onResize();  
2763 -  
2764 - if (self.onzoomout) self.onzoomout.call(self);  
2765 -  
2766 - return self.cancelEvent(e);  
2767 - };  
2768 -  
2769 - this.doZoom = function(e) {  
2770 - return (self.zoomactive) ? self.doZoomOut(e) : self.doZoomIn(e);  
2771 - };  
2772 -  
2773 - this.resizeZoom = function() {  
2774 - if (!self.zoomactive) return;  
2775 -  
2776 - var py = self.getScrollTop(); //preserve scrolling position  
2777 - self.win.css({  
2778 - width:$(window).width()-self.zoomrestore.padding.w+"px",  
2779 - height:$(window).height()-self.zoomrestore.padding.h+"px"  
2780 - });  
2781 - self.onResize();  
2782 -  
2783 - self.setScrollTop(Math.min(self.page.maxh,py));  
2784 - };  
2785 -  
2786 - this.init();  
2787 -  
2788 - $.nicescroll.push(this);  
2789 -  
2790 - };  
2791 -  
2792 -// Inspired by the work of Kin Blas  
2793 -// http://webpro.host.adobe.com/people/jblas/momentum/includes/jquery.momentum.0.7.js  
2794 -  
2795 -  
2796 - var ScrollMomentumClass2D = function(nc) {  
2797 - var self = this;  
2798 - this.nc = nc;  
2799 -  
2800 - this.lastx = 0;  
2801 - this.lasty = 0;  
2802 - this.speedx = 0;  
2803 - this.speedy = 0;  
2804 - this.lasttime = 0;  
2805 - this.steptime = 0;  
2806 - this.snapx = false;  
2807 - this.snapy = false;  
2808 - this.demulx = 0;  
2809 - this.demuly = 0;  
2810 -  
2811 - this.lastscrollx = -1;  
2812 - this.lastscrolly = -1;  
2813 -  
2814 - this.chkx = 0;  
2815 - this.chky = 0;  
2816 -  
2817 - this.timer = 0;  
2818 -  
2819 - this.time = function() {  
2820 - return +new Date();//beautifull hack  
2821 - };  
2822 -  
2823 - this.reset = function(px,py) {  
2824 - self.stop();  
2825 - var now = self.time();  
2826 - self.steptime = 0;  
2827 - self.lasttime = now;  
2828 - self.speedx = 0;  
2829 - self.speedy = 0;  
2830 - self.lastx = px;  
2831 - self.lasty = py;  
2832 - self.lastscrollx = -1;  
2833 - self.lastscrolly = -1;  
2834 - };  
2835 -  
2836 - this.update = function(px,py) {  
2837 - var now = self.time();  
2838 - self.steptime = now - self.lasttime;  
2839 - self.lasttime = now;  
2840 - var dy = py - self.lasty;  
2841 - var dx = px - self.lastx;  
2842 - var sy = self.nc.getScrollTop();  
2843 - var sx = self.nc.getScrollLeft();  
2844 - var newy = sy + dy;  
2845 - var newx = sx + dx;  
2846 - self.snapx = (newx<0)||(newx>self.nc.page.maxw);  
2847 - self.snapy = (newy<0)||(newy>self.nc.page.maxh);  
2848 - self.speedx = dx;  
2849 - self.speedy = dy;  
2850 - self.lastx = px;  
2851 - self.lasty = py;  
2852 - };  
2853 -  
2854 - this.stop = function() {  
2855 - self.nc.unsynched("domomentum2d");  
2856 - if (self.timer) clearTimeout(self.timer);  
2857 - self.timer = 0;  
2858 - self.lastscrollx = -1;  
2859 - self.lastscrolly = -1;  
2860 - };  
2861 -  
2862 - this.doSnapy = function(nx,ny) {  
2863 - var snap = false;  
2864 -  
2865 - if (ny<0) {  
2866 - ny=0;  
2867 - snap=true;  
2868 - }  
2869 - else if (ny>self.nc.page.maxh) {  
2870 - ny=self.nc.page.maxh;  
2871 - snap=true;  
2872 - }  
2873 -  
2874 - if (nx<0) {  
2875 - nx=0;  
2876 - snap=true;  
2877 - }  
2878 - else if (nx>self.nc.page.maxw) {  
2879 - nx=self.nc.page.maxw;  
2880 - snap=true;  
2881 - }  
2882 -  
2883 - if (snap) self.nc.doScrollPos(nx,ny,self.nc.opt.snapbackspeed);  
2884 - };  
2885 -  
2886 - this.doMomentum = function(gp) {  
2887 - var t = self.time();  
2888 - var l = (gp) ? t+gp : self.lasttime;  
2889 -  
2890 - var sl = self.nc.getScrollLeft();  
2891 - var st = self.nc.getScrollTop();  
2892 -  
2893 - var pageh = self.nc.page.maxh;  
2894 - var pagew = self.nc.page.maxw;  
2895 -  
2896 - self.speedx = (pagew>0) ? Math.min(60,self.speedx) : 0;  
2897 - self.speedy = (pageh>0) ? Math.min(60,self.speedy) : 0;  
2898 -  
2899 - var chk = l && (t - l) <= 50;  
2900 -  
2901 - if ((st<0)||(st>pageh)||(sl<0)||(sl>pagew)) chk = false;  
2902 -  
2903 - var sy = (self.speedy && chk) ? self.speedy : false;  
2904 - var sx = (self.speedx && chk) ? self.speedx : false;  
2905 -  
2906 - if (sy||sx) {  
2907 - var tm = Math.max(16,self.steptime); //timeout granularity  
2908 -  
2909 - if (tm>50) { // do smooth  
2910 - var xm = tm/50;  
2911 - self.speedx*=xm;  
2912 - self.speedy*=xm;  
2913 - tm = 50;  
2914 - }  
2915 -  
2916 - self.demulxy = 0;  
2917 -  
2918 - self.lastscrollx = self.nc.getScrollLeft();  
2919 - self.chkx = self.lastscrollx;  
2920 - self.lastscrolly = self.nc.getScrollTop();  
2921 - self.chky = self.lastscrolly;  
2922 -  
2923 - var nx = self.lastscrollx;  
2924 - var ny = self.lastscrolly;  
2925 -  
2926 - var onscroll = function(){  
2927 - var df = ((self.time()-t)>600) ? 0.04 : 0.02;  
2928 -  
2929 - if (self.speedx) {  
2930 - nx = Math.floor(self.lastscrollx - (self.speedx*(1-self.demulxy)));  
2931 - self.lastscrollx = nx;  
2932 - if ((nx<0)||(nx>pagew)) df=0.10;  
2933 - }  
2934 -  
2935 - if (self.speedy) {  
2936 - ny = Math.floor(self.lastscrolly - (self.speedy*(1-self.demulxy)));  
2937 - self.lastscrolly = ny;  
2938 - if ((ny<0)||(ny>pageh)) df=0.10;  
2939 - }  
2940 -  
2941 - self.demulxy = Math.min(1,self.demulxy+df);  
2942 -  
2943 - self.nc.synched("domomentum2d",function(){  
2944 -  
2945 - if (self.speedx) {  
2946 - var scx = self.nc.getScrollLeft();  
2947 - if (scx!=self.chkx) self.stop();  
2948 - self.chkx=nx;  
2949 - self.nc.setScrollLeft(nx);  
2950 - }  
2951 -  
2952 - if (self.speedy) {  
2953 - var scy = self.nc.getScrollTop();  
2954 - if (scy!=self.chky) self.stop();  
2955 - self.chky=ny;  
2956 - self.nc.setScrollTop(ny);  
2957 - }  
2958 -  
2959 - if(!self.timer) {  
2960 - self.nc.hideCursor();  
2961 - self.doSnapy(nx,ny);  
2962 - }  
2963 -  
2964 - });  
2965 -  
2966 - if (self.demulxy<1) {  
2967 - self.timer = setTimeout(onscroll,tm);  
2968 - } else {  
2969 - self.stop();  
2970 - self.nc.hideCursor();  
2971 - self.doSnapy(nx,ny);  
2972 - }  
2973 - };  
2974 -  
2975 - onscroll();  
2976 -  
2977 - } else {  
2978 - self.doSnapy(self.nc.getScrollLeft(),self.nc.getScrollTop());  
2979 - }  
2980 -  
2981 - }  
2982 -  
2983 - };  
2984 -  
2985 -  
2986 -// override jQuery scrollTop  
2987 -  
2988 - var _scrollTop = jQuery.fn.scrollTop; // preserve original function  
2989 -  
2990 - jQuery.cssHooks["pageYOffset"] = {  
2991 - get: function(elem,computed,extra) {  
2992 - var nice = $.data(elem,'__nicescroll')||false;  
2993 - return (nice&&nice.ishwscroll) ? nice.getScrollTop() : _scrollTop.call(elem);  
2994 - },  
2995 - set: function(elem,value) {  
2996 - var nice = $.data(elem,'__nicescroll')||false;  
2997 - (nice&&nice.ishwscroll) ? nice.setScrollTop(parseInt(value)) : _scrollTop.call(elem,value);  
2998 - return this;  
2999 - }  
3000 - };  
3001 -  
3002 -/*  
3003 - $.fx.step["scrollTop"] = function(fx){  
3004 - $.cssHooks["scrollTop"].set( fx.elem, fx.now + fx.unit );  
3005 - };  
3006 -*/  
3007 -  
3008 - jQuery.fn.scrollTop = function(value) {  
3009 - if (typeof value == "undefined") {  
3010 - var nice = (this[0]) ? $.data(this[0],'__nicescroll')||false : false;  
3011 - return (nice&&nice.ishwscroll) ? nice.getScrollTop() : _scrollTop.call(this);  
3012 - } else {  
3013 - return this.each(function() {  
3014 - var nice = $.data(this,'__nicescroll')||false;  
3015 - (nice&&nice.ishwscroll) ? nice.setScrollTop(parseInt(value)) : _scrollTop.call($(this),value);  
3016 - });  
3017 - }  
3018 - }  
3019 -  
3020 -// override jQuery scrollLeft  
3021 -  
3022 - var _scrollLeft = jQuery.fn.scrollLeft; // preserve original function  
3023 -  
3024 - $.cssHooks.pageXOffset = {  
3025 - get: function(elem,computed,extra) {  
3026 - var nice = $.data(elem,'__nicescroll')||false;  
3027 - return (nice&&nice.ishwscroll) ? nice.getScrollLeft() : _scrollLeft.call(elem);  
3028 - },  
3029 - set: function(elem,value) {  
3030 - var nice = $.data(elem,'__nicescroll')||false;  
3031 - (nice&&nice.ishwscroll) ? nice.setScrollLeft(parseInt(value)) : _scrollLeft.call(elem,value);  
3032 - return this;  
3033 - }  
3034 - };  
3035 -  
3036 -/*  
3037 - $.fx.step["scrollLeft"] = function(fx){  
3038 - $.cssHooks["scrollLeft"].set( fx.elem, fx.now + fx.unit );  
3039 - };  
3040 -*/  
3041 -  
3042 - jQuery.fn.scrollLeft = function(value) {  
3043 - if (typeof value == "undefined") {  
3044 - var nice = (this[0]) ? $.data(this[0],'__nicescroll')||false : false;  
3045 - return (nice&&nice.ishwscroll) ? nice.getScrollLeft() : _scrollLeft.call(this);  
3046 - } else {  
3047 - return this.each(function() {  
3048 - var nice = $.data(this,'__nicescroll')||false;  
3049 - (nice&&nice.ishwscroll) ? nice.setScrollLeft(parseInt(value)) : _scrollLeft.call($(this),value);  
3050 - });  
3051 - }  
3052 - }  
3053 -  
3054 - var NiceScrollArray = function(doms) {  
3055 - var self = this;  
3056 - this.length = 0;  
3057 - this.name = "nicescrollarray";  
3058 -  
3059 - this.each = function(fn) {  
3060 - for(var a=0;a<self.length;a++) fn.call(self[a]);  
3061 - return self;  
3062 - };  
3063 -  
3064 - this.push = function(nice) {  
3065 - self[self.length]=nice;  
3066 - self.length++;  
3067 - };  
3068 -  
3069 - this.eq = function(idx) {  
3070 - return self[idx];  
3071 - };  
3072 -  
3073 - if (doms) {  
3074 - for(a=0;a<doms.length;a++) {  
3075 - var nice = $.data(doms[a],'__nicescroll')||false;  
3076 - if (nice) {  
3077 - this[this.length]=nice;  
3078 - this.length++;  
3079 - }  
3080 - };  
3081 - }  
3082 -  
3083 - return this;  
3084 - };  
3085 -  
3086 - function mplex(el,lst,fn) {  
3087 - for(var a=0;a<lst.length;a++) fn(el,lst[a]);  
3088 - };  
3089 - mplex(  
3090 - NiceScrollArray.prototype,  
3091 - ['show','hide','toggle','onResize','resize','remove','stop','doScrollPos'],  
3092 - function(e,n) {  
3093 - e[n] = function(){  
3094 - var args = arguments;  
3095 - return this.each(function(){  
3096 - this[n].apply(this,args);  
3097 - });  
3098 - };  
3099 - }  
3100 - );  
3101 -  
3102 - jQuery.fn.getNiceScroll = function(index) {  
3103 - if (typeof index == "undefined") {  
3104 - return new NiceScrollArray(this);  
3105 - } else {  
3106 - var nice = $.data(this[index],'__nicescroll')||false;  
3107 - return nice;  
3108 - }  
3109 - };  
3110 -  
3111 - jQuery.extend(jQuery.expr[':'], {  
3112 - nicescroll: function(a) {  
3113 - return ($.data(a,'__nicescroll'))?true:false;  
3114 - }  
3115 - });  
3116 -  
3117 - $.fn.niceScroll = function(wrapper,opt) {  
3118 - if (typeof opt=="undefined") {  
3119 - if ((typeof wrapper=="object")&&!("jquery" in wrapper)) {  
3120 - opt = wrapper;  
3121 - wrapper = false;  
3122 - }  
3123 - }  
3124 - var ret = new NiceScrollArray();  
3125 - if (typeof opt=="undefined") opt = {};  
3126 -  
3127 - if (wrapper||false) {  
3128 - opt.doc = $(wrapper);  
3129 - opt.win = $(this);  
3130 - }  
3131 - var docundef = !("doc" in opt);  
3132 - if (!docundef&&!("win" in opt)) opt.win = $(this);  
3133 -  
3134 - this.each(function() {  
3135 - var nice = $(this).data('__nicescroll')||false;  
3136 - if (!nice) {  
3137 - opt.doc = (docundef) ? $(this) : opt.doc;  
3138 - nice = new NiceScrollClass(opt,$(this));  
3139 - $(this).data('__nicescroll',nice);  
3140 - }  
3141 - ret.push(nice);  
3142 - });  
3143 - return (ret.length==1) ? ret[0] : ret;  
3144 - };  
3145 -  
3146 - window.NiceScroll = {  
3147 - getjQuery:function(){return jQuery}  
3148 - };  
3149 -  
3150 - if (!$.nicescroll) {  
3151 - $.nicescroll = new NiceScrollArray();  
3152 - $.nicescroll.options = _globaloptions;  
3153 - }  
3154 -  
3155 -})( jQuery );  
3156 -  
3157 \ No newline at end of file 0 \ No newline at end of file
pacotes/jquery/plugins/nicescroll/jquery.nicescroll.min.js
@@ -1,111 +0,0 @@ @@ -1,111 +0,0 @@
1 -/* jquery.nicescroll 3.2.0 InuYaksa*2013 MIT http://areaaperta.com/nicescroll */(function(e){var y=!1,D=!1,J=5E3,K=2E3,x=0,L=function(){var e=document.getElementsByTagName("script"),e=e[e.length-1].src.split("?")[0];return 0<e.split("/").length?e.split("/").slice(0,-1).join("/")+"/":""}();Array.prototype.forEach||(Array.prototype.forEach=function(e,c){for(var h=0,l=this.length;h<l;++h)e.call(c,this[h],h,this)});var v=window.requestAnimationFrame||!1,w=window.cancelAnimationFrame||!1;["ms","moz","webkit","o"].forEach(function(e){v||(v=window[e+"RequestAnimationFrame"]);w||(w=  
2 -window[e+"CancelAnimationFrame"]||window[e+"CancelRequestAnimationFrame"])});var z=window.MutationObserver||window.WebKitMutationObserver||!1,F={zindex:"auto",cursoropacitymin:0,cursoropacitymax:1,cursorcolor:"#424242",cursorwidth:"5px",cursorborder:"1px solid #fff",cursorborderradius:"5px",scrollspeed:60,mousescrollstep:24,touchbehavior:!1,hwacceleration:!0,usetransition:!0,boxzoom:!1,dblclickzoom:!0,gesturezoom:!0,grabcursorenabled:!0,autohidemode:!0,background:"",iframeautoresize:!0,cursorminheight:32,  
3 -preservenativescrolling:!0,railoffset:!1,bouncescroll:!0,spacebarenabled:!0,railpadding:{top:0,right:0,left:0,bottom:0},disableoutline:!0,horizrailenabled:!0,railalign:"right",railvalign:"bottom",enabletranslate3d:!0,enablemousewheel:!0,enablekeyboard:!0,smoothscroll:!0,sensitiverail:!0,enablemouselockapi:!0,cursorfixedheight:!1,directionlockdeadzone:6,hidecursordelay:400,nativeparentscrolling:!0,enablescrollonselection:!0,overflowx:!0,overflowy:!0,cursordragspeed:0.3,rtlmode:!1,cursordragontouch:!1},  
4 -E=!1,M=function(){if(E)return E;var e=document.createElement("DIV"),c={haspointerlock:"pointerLockElement"in document||"mozPointerLockElement"in document||"webkitPointerLockElement"in document};c.isopera="opera"in window;c.isopera12=c.isopera&&"getUserMedia"in navigator;c.isie="all"in document&&"attachEvent"in e&&!c.isopera;c.isieold=c.isie&&!("msInterpolationMode"in e.style);c.isie7=c.isie&&!c.isieold&&(!("documentMode"in document)||7==document.documentMode);c.isie8=c.isie&&"documentMode"in document&&  
5 -8==document.documentMode;c.isie9=c.isie&&"performance"in window&&9<=document.documentMode;c.isie10=c.isie&&"performance"in window&&10<=document.documentMode;c.isie9mobile=/iemobile.9/i.test(navigator.userAgent);c.isie9mobile&&(c.isie9=!1);c.isie7mobile=!c.isie9mobile&&c.isie7&&/iemobile/i.test(navigator.userAgent);c.ismozilla="MozAppearance"in e.style;c.iswebkit="WebkitAppearance"in e.style;c.ischrome="chrome"in window;c.ischrome22=c.ischrome&&c.haspointerlock;c.ischrome26=c.ischrome&&"transition"in  
6 -e.style;c.cantouch="ontouchstart"in document.documentElement||"ontouchstart"in window;c.hasmstouch=window.navigator.msPointerEnabled||!1;c.ismac=/^mac$/i.test(navigator.platform);c.isios=c.cantouch&&/iphone|ipad|ipod/i.test(navigator.platform);c.isios4=c.isios&&!("seal"in Object);c.isandroid=/android/i.test(navigator.userAgent);c.trstyle=!1;c.hastransform=!1;c.hastranslate3d=!1;c.transitionstyle=!1;c.hastransition=!1;c.transitionend=!1;for(var h=["transform","msTransform","webkitTransform","MozTransform",  
7 -"OTransform"],l=0;l<h.length;l++)if("undefined"!=typeof e.style[h[l]]){c.trstyle=h[l];break}c.hastransform=!1!=c.trstyle;c.hastransform&&(e.style[c.trstyle]="translate3d(1px,2px,3px)",c.hastranslate3d=/translate3d/.test(e.style[c.trstyle]));c.transitionstyle=!1;c.prefixstyle="";c.transitionend=!1;for(var h="transition webkitTransition MozTransition OTransition OTransition msTransition KhtmlTransition".split(" "),n=" -webkit- -moz- -o- -o -ms- -khtml-".split(" "),t="transitionend webkitTransitionEnd transitionend otransitionend oTransitionEnd msTransitionEnd KhtmlTransitionEnd".split(" "),  
8 -l=0;l<h.length;l++)if(h[l]in e.style){c.transitionstyle=h[l];c.prefixstyle=n[l];c.transitionend=t[l];break}c.ischrome26&&(c.prefixstyle=n[1]);c.hastransition=c.transitionstyle;a:{h=["-moz-grab","-webkit-grab","grab"];if(c.ischrome&&!c.ischrome22||c.isie)h=[];for(l=0;l<h.length;l++)if(n=h[l],e.style.cursor=n,e.style.cursor==n){h=n;break a}h="url(http://www.google.com/intl/en_ALL/mapfiles/openhand.cur),n-resize"}c.cursorgrabvalue=h;c.hasmousecapture="setCapture"in e;c.hasMutationObserver=!1!==z;return E=  
9 -c},N=function(k,c){function h(){var d=b.win;if("zIndex"in d)return d.zIndex();for(;0<d.length&&9!=d[0].nodeType;){var c=d.css("zIndex");if(!isNaN(c)&&0!=c)return parseInt(c);d=d.parent()}return!1}function l(d,c,g){c=d.css(c);d=parseFloat(c);return isNaN(d)?(d=u[c]||0,g=3==d?g?b.win.outerHeight()-b.win.innerHeight():b.win.outerWidth()-b.win.innerWidth():1,b.isie8&&d&&(d+=1),g?d:0):d}function n(d,c,g,e){b._bind(d,c,function(b){b=b?b:window.event;var e={original:b,target:b.target||b.srcElement,type:"wheel",  
10 -deltaMode:"MozMousePixelScroll"==b.type?0:1,deltaX:0,deltaZ:0,preventDefault:function(){b.preventDefault?b.preventDefault():b.returnValue=!1;return!1},stopImmediatePropagation:function(){b.stopImmediatePropagation?b.stopImmediatePropagation():b.cancelBubble=!0}};"mousewheel"==c?(e.deltaY=-0.025*b.wheelDelta,b.wheelDeltaX&&(e.deltaX=-0.025*b.wheelDeltaX)):e.deltaY=b.detail;return g.call(d,e)},e)}function t(d,c,g){var e,f;0==d.deltaMode?(e=-Math.floor(d.deltaX*(b.opt.mousescrollstep/54)),f=-Math.floor(d.deltaY*  
11 -(b.opt.mousescrollstep/54))):1==d.deltaMode&&(e=-Math.floor(d.deltaX*b.opt.mousescrollstep),f=-Math.floor(d.deltaY*b.opt.mousescrollstep));c&&(0==e&&f)&&(e=f,f=0);e&&(b.scrollmom&&b.scrollmom.stop(),b.lastdeltax+=e,b.debounced("mousewheelx",function(){var d=b.lastdeltax;b.lastdeltax=0;b.rail.drag||b.doScrollLeftBy(d)},120));if(f){if(b.opt.nativeparentscrolling&&g&&!b.ispage&&!b.zoomactive)if(0>f){if(b.getScrollTop()>=b.page.maxh)return!0}else if(0>=b.getScrollTop())return!0;b.scrollmom&&b.scrollmom.stop();  
12 -b.lastdeltay+=f;b.debounced("mousewheely",function(){var d=b.lastdeltay;b.lastdeltay=0;b.rail.drag||b.doScrollBy(d)},120)}d.stopImmediatePropagation();return d.preventDefault()}var b=this;this.version="3.4.0";this.name="nicescroll";this.me=c;this.opt={doc:e("body"),win:!1};e.extend(this.opt,F);this.opt.snapbackspeed=80;if(k)for(var q in b.opt)"undefined"!=typeof k[q]&&(b.opt[q]=k[q]);this.iddoc=(this.doc=b.opt.doc)&&this.doc[0]?this.doc[0].id||"":"";this.ispage=/BODY|HTML/.test(b.opt.win?b.opt.win[0].nodeName:  
13 -this.doc[0].nodeName);this.haswrapper=!1!==b.opt.win;this.win=b.opt.win||(this.ispage?e(window):this.doc);this.docscroll=this.ispage&&!this.haswrapper?e(window):this.win;this.body=e("body");this.iframe=this.isfixed=this.viewport=!1;this.isiframe="IFRAME"==this.doc[0].nodeName&&"IFRAME"==this.win[0].nodeName;this.istextarea="TEXTAREA"==this.win[0].nodeName;this.forcescreen=!1;this.canshowonmouseevent="scroll"!=b.opt.autohidemode;this.page=this.view=this.onzoomout=this.onzoomin=this.onscrollcancel=  
14 -this.onscrollend=this.onscrollstart=this.onclick=this.ongesturezoom=this.onkeypress=this.onmousewheel=this.onmousemove=this.onmouseup=this.onmousedown=!1;this.scroll={x:0,y:0};this.scrollratio={x:0,y:0};this.cursorheight=20;this.scrollvaluemax=0;this.observerremover=this.observer=this.scrollmom=this.scrollrunning=this.checkrtlmode=!1;do this.id="ascrail"+K++;while(document.getElementById(this.id));this.hasmousefocus=this.hasfocus=this.zoomactive=this.zoom=this.selectiondrag=this.cursorfreezed=this.cursor=  
15 -this.rail=!1;this.visibility=!0;this.hidden=this.locked=!1;this.cursoractive=!0;this.overflowx=b.opt.overflowx;this.overflowy=b.opt.overflowy;this.nativescrollingarea=!1;this.checkarea=0;this.events=[];this.saved={};this.delaylist={};this.synclist={};this.lastdeltay=this.lastdeltax=0;this.detected=M();var f=e.extend({},this.detected);this.ishwscroll=(this.canhwscroll=f.hastransform&&b.opt.hwacceleration)&&b.haswrapper;this.istouchcapable=!1;f.cantouch&&(f.ischrome&&!f.isios&&!f.isandroid)&&(this.istouchcapable=  
16 -!0,f.cantouch=!1);f.cantouch&&(f.ismozilla&&!f.isios)&&(this.istouchcapable=!0,f.cantouch=!1);b.opt.enablemouselockapi||(f.hasmousecapture=!1,f.haspointerlock=!1);this.delayed=function(d,c,g,e){var f=b.delaylist[d],h=(new Date).getTime();if(!e&&f&&f.tt)return!1;f&&f.tt&&clearTimeout(f.tt);if(f&&f.last+g>h&&!f.tt)b.delaylist[d]={last:h+g,tt:setTimeout(function(){b.delaylist[d].tt=0;c.call()},g)};else if(!f||!f.tt)b.delaylist[d]={last:h,tt:0},setTimeout(function(){c.call()},0)};this.debounced=function(d,  
17 -c,g){var f=b.delaylist[d];(new Date).getTime();b.delaylist[d]=c;f||setTimeout(function(){var c=b.delaylist[d];b.delaylist[d]=!1;c.call()},g)};this.synched=function(d,c){b.synclist[d]=c;(function(){b.onsync||(v(function(){b.onsync=!1;for(d in b.synclist){var c=b.synclist[d];c&&c.call(b);b.synclist[d]=!1}}),b.onsync=!0)})();return d};this.unsynched=function(d){b.synclist[d]&&(b.synclist[d]=!1)};this.css=function(d,c){for(var g in c)b.saved.css.push([d,g,d.css(g)]),d.css(g,c[g])};this.scrollTop=function(d){return"undefined"==  
18 -typeof d?b.getScrollTop():b.setScrollTop(d)};this.scrollLeft=function(d){return"undefined"==typeof d?b.getScrollLeft():b.setScrollLeft(d)};BezierClass=function(b,c,g,f,e,h,l){this.st=b;this.ed=c;this.spd=g;this.p1=f||0;this.p2=e||1;this.p3=h||0;this.p4=l||1;this.ts=(new Date).getTime();this.df=this.ed-this.st};BezierClass.prototype={B2:function(b){return 3*b*b*(1-b)},B3:function(b){return 3*b*(1-b)*(1-b)},B4:function(b){return(1-b)*(1-b)*(1-b)},getNow:function(){var b=1-((new Date).getTime()-this.ts)/  
19 -this.spd,c=this.B2(b)+this.B3(b)+this.B4(b);return 0>b?this.ed:this.st+Math.round(this.df*c)},update:function(b,c){this.st=this.getNow();this.ed=b;this.spd=c;this.ts=(new Date).getTime();this.df=this.ed-this.st;return this}};if(this.ishwscroll){this.doc.translate={x:0,y:0,tx:"0px",ty:"0px"};f.hastranslate3d&&f.isios&&this.doc.css("-webkit-backface-visibility","hidden");var r=function(){var d=b.doc.css(f.trstyle);return d&&"matrix"==d.substr(0,6)?d.replace(/^.*\((.*)\)$/g,"$1").replace(/px/g,"").split(/, +/):  
20 -!1};this.getScrollTop=function(d){if(!d){if(d=r())return 16==d.length?-d[13]:-d[5];if(b.timerscroll&&b.timerscroll.bz)return b.timerscroll.bz.getNow()}return b.doc.translate.y};this.getScrollLeft=function(d){if(!d){if(d=r())return 16==d.length?-d[12]:-d[4];if(b.timerscroll&&b.timerscroll.bh)return b.timerscroll.bh.getNow()}return b.doc.translate.x};this.notifyScrollEvent=document.createEvent?function(b){var c=document.createEvent("UIEvents");c.initUIEvent("scroll",!1,!0,window,1);b.dispatchEvent(c)}:  
21 -document.fireEvent?function(b){var c=document.createEventObject();b.fireEvent("onscroll");c.cancelBubble=!0}:function(b,c){};f.hastranslate3d&&b.opt.enabletranslate3d?(this.setScrollTop=function(d,c){b.doc.translate.y=d;b.doc.translate.ty=-1*d+"px";b.doc.css(f.trstyle,"translate3d("+b.doc.translate.tx+","+b.doc.translate.ty+",0px)");c||b.notifyScrollEvent(b.win[0])},this.setScrollLeft=function(d,c){b.doc.translate.x=d;b.doc.translate.tx=-1*d+"px";b.doc.css(f.trstyle,"translate3d("+b.doc.translate.tx+  
22 -","+b.doc.translate.ty+",0px)");c||b.notifyScrollEvent(b.win[0])}):(this.setScrollTop=function(d,c){b.doc.translate.y=d;b.doc.translate.ty=-1*d+"px";b.doc.css(f.trstyle,"translate("+b.doc.translate.tx+","+b.doc.translate.ty+")");c||b.notifyScrollEvent(b.win[0])},this.setScrollLeft=function(d,c){b.doc.translate.x=d;b.doc.translate.tx=-1*d+"px";b.doc.css(f.trstyle,"translate("+b.doc.translate.tx+","+b.doc.translate.ty+")");c||b.notifyScrollEvent(b.win[0])})}else this.getScrollTop=function(){return b.docscroll.scrollTop()},  
23 -this.setScrollTop=function(d){return b.docscroll.scrollTop(d)},this.getScrollLeft=function(){return b.docscroll.scrollLeft()},this.setScrollLeft=function(d){return b.docscroll.scrollLeft(d)};this.getTarget=function(b){return!b?!1:b.target?b.target:b.srcElement?b.srcElement:!1};this.hasParent=function(b,c){if(!b)return!1;for(var g=b.target||b.srcElement||b||!1;g&&g.id!=c;)g=g.parentNode||!1;return!1!==g};var u={thin:1,medium:3,thick:5};this.getOffset=function(){if(b.isfixed)return{top:parseFloat(b.win.css("top")),  
24 -left:parseFloat(b.win.css("left"))};if(!b.viewport)return b.win.offset();var d=b.win.offset(),c=b.viewport.offset();return{top:d.top-c.top+b.viewport.scrollTop(),left:d.left-c.left+b.viewport.scrollLeft()}};this.updateScrollBar=function(d){if(b.ishwscroll)b.rail.css({height:b.win.innerHeight()}),b.railh&&b.railh.css({width:b.win.innerWidth()});else{var c=b.getOffset(),g=c.top,f=c.left,g=g+l(b.win,"border-top-width",!0);b.win.outerWidth();b.win.innerWidth();var f=f+(b.rail.align?b.win.outerWidth()-  
25 -l(b.win,"border-right-width")-b.rail.width:l(b.win,"border-left-width")),e=b.opt.railoffset;e&&(e.top&&(g+=e.top),b.rail.align&&e.left&&(f+=e.left));b.locked||b.rail.css({top:g,left:f,height:d?d.h:b.win.innerHeight()});b.zoom&&b.zoom.css({top:g+1,left:1==b.rail.align?f-20:f+b.rail.width+4});b.railh&&!b.locked&&(g=c.top,f=c.left,d=b.railh.align?g+l(b.win,"border-top-width",!0)+b.win.innerHeight()-b.railh.height:g+l(b.win,"border-top-width",!0),f+=l(b.win,"border-left-width"),b.railh.css({top:d,left:f,  
26 -width:b.railh.width}))}};this.doRailClick=function(d,c,g){var f;b.locked||(b.cancelEvent(d),c?(c=g?b.doScrollLeft:b.doScrollTop,f=g?(d.pageX-b.railh.offset().left-b.cursorwidth/2)*b.scrollratio.x:(d.pageY-b.rail.offset().top-b.cursorheight/2)*b.scrollratio.y,c(f)):(c=g?b.doScrollLeftBy:b.doScrollBy,f=g?b.scroll.x:b.scroll.y,d=g?d.pageX-b.railh.offset().left:d.pageY-b.rail.offset().top,g=g?b.view.w:b.view.h,f>=d?c(g):c(-g)))};b.hasanimationframe=v;b.hascancelanimationframe=w;b.hasanimationframe?b.hascancelanimationframe||  
27 -(w=function(){b.cancelAnimationFrame=!0}):(v=function(b){return setTimeout(b,15-Math.floor(+new Date/1E3)%16)},w=clearInterval);this.init=function(){b.saved.css=[];if(f.isie7mobile)return!0;f.hasmstouch&&b.css(b.ispage?e("html"):b.win,{"-ms-touch-action":"none"});b.zindex="auto";b.zindex=!b.ispage&&"auto"==b.opt.zindex?h()||"auto":b.opt.zindex;!b.ispage&&"auto"!=b.zindex&&b.zindex>x&&(x=b.zindex);b.isie&&(0==b.zindex&&"auto"==b.opt.zindex)&&(b.zindex="auto");if(!b.ispage||!f.cantouch&&!f.isieold&&  
28 -!f.isie9mobile){var d=b.docscroll;b.ispage&&(d=b.haswrapper?b.win:b.doc);f.isie9mobile||b.css(d,{"overflow-y":"hidden"});b.ispage&&f.isie7&&("BODY"==b.doc[0].nodeName?b.css(e("html"),{"overflow-y":"hidden"}):"HTML"==b.doc[0].nodeName&&b.css(e("body"),{"overflow-y":"hidden"}));f.isios&&(!b.ispage&&!b.haswrapper)&&b.css(e("body"),{"-webkit-overflow-scrolling":"touch"});var c=e(document.createElement("div"));c.css({position:"relative",top:0,"float":"right",width:b.opt.cursorwidth,height:"0px","background-color":b.opt.cursorcolor,  
29 -border:b.opt.cursorborder,"background-clip":"padding-box","-webkit-border-radius":b.opt.cursorborderradius,"-moz-border-radius":b.opt.cursorborderradius,"border-radius":b.opt.cursorborderradius});c.hborder=parseFloat(c.outerHeight()-c.innerHeight());b.cursor=c;var g=e(document.createElement("div"));g.attr("id",b.id);g.addClass("nicescroll-rails");var l,k,n=["left","right"],G;for(G in n)k=n[G],(l=b.opt.railpadding[k])?g.css("padding-"+k,l+"px"):b.opt.railpadding[k]=0;g.append(c);g.width=Math.max(parseFloat(b.opt.cursorwidth),  
30 -c.outerWidth())+b.opt.railpadding.left+b.opt.railpadding.right;g.css({width:g.width+"px",zIndex:b.zindex,background:b.opt.background,cursor:"default"});g.visibility=!0;g.scrollable=!0;g.align="left"==b.opt.railalign?0:1;b.rail=g;c=b.rail.drag=!1;b.opt.boxzoom&&(!b.ispage&&!f.isieold)&&(c=document.createElement("div"),b.bind(c,"click",b.doZoom),b.zoom=e(c),b.zoom.css({cursor:"pointer","z-index":b.zindex,backgroundImage:"url("+L+"zoomico.png)",height:18,width:18,backgroundPosition:"0px 0px"}),b.opt.dblclickzoom&&  
31 -b.bind(b.win,"dblclick",b.doZoom),f.cantouch&&b.opt.gesturezoom&&(b.ongesturezoom=function(d){1.5<d.scale&&b.doZoomIn(d);0.8>d.scale&&b.doZoomOut(d);return b.cancelEvent(d)},b.bind(b.win,"gestureend",b.ongesturezoom)));b.railh=!1;if(b.opt.horizrailenabled){b.css(d,{"overflow-x":"hidden"});c=e(document.createElement("div"));c.css({position:"relative",top:0,height:b.opt.cursorwidth,width:"0px","background-color":b.opt.cursorcolor,border:b.opt.cursorborder,"background-clip":"padding-box","-webkit-border-radius":b.opt.cursorborderradius,  
32 -"-moz-border-radius":b.opt.cursorborderradius,"border-radius":b.opt.cursorborderradius});c.wborder=parseFloat(c.outerWidth()-c.innerWidth());b.cursorh=c;var m=e(document.createElement("div"));m.attr("id",b.id+"-hr");m.addClass("nicescroll-rails");m.height=Math.max(parseFloat(b.opt.cursorwidth),c.outerHeight());m.css({height:m.height+"px",zIndex:b.zindex,background:b.opt.background});m.append(c);m.visibility=!0;m.scrollable=!0;m.align="top"==b.opt.railvalign?0:1;b.railh=m;b.railh.drag=!1}b.ispage?  
33 -(g.css({position:"fixed",top:"0px",height:"100%"}),g.align?g.css({right:"0px"}):g.css({left:"0px"}),b.body.append(g),b.railh&&(m.css({position:"fixed",left:"0px",width:"100%"}),m.align?m.css({bottom:"0px"}):m.css({top:"0px"}),b.body.append(m))):(b.ishwscroll?("static"==b.win.css("position")&&b.css(b.win,{position:"relative"}),d="HTML"==b.win[0].nodeName?b.body:b.win,b.zoom&&(b.zoom.css({position:"absolute",top:1,right:0,"margin-right":g.width+4}),d.append(b.zoom)),g.css({position:"absolute",top:0}),  
34 -g.align?g.css({right:0}):g.css({left:0}),d.append(g),m&&(m.css({position:"absolute",left:0,bottom:0}),m.align?m.css({bottom:0}):m.css({top:0}),d.append(m))):(b.isfixed="fixed"==b.win.css("position"),d=b.isfixed?"fixed":"absolute",b.isfixed||(b.viewport=b.getViewport(b.win[0])),b.viewport&&(b.body=b.viewport,!1==/relative|absolute/.test(b.viewport.css("position"))&&b.css(b.viewport,{position:"relative"})),g.css({position:d}),b.zoom&&b.zoom.css({position:d}),b.updateScrollBar(),b.body.append(g),b.zoom&&  
35 -b.body.append(b.zoom),b.railh&&(m.css({position:d}),b.body.append(m))),f.isios&&b.css(b.win,{"-webkit-tap-highlight-color":"rgba(0,0,0,0)","-webkit-touch-callout":"none"}),f.isie&&b.opt.disableoutline&&b.win.attr("hideFocus","true"),f.iswebkit&&b.opt.disableoutline&&b.win.css({outline:"none"}));!1===b.opt.autohidemode?(b.autohidedom=!1,b.rail.css({opacity:b.opt.cursoropacitymax}),b.railh&&b.railh.css({opacity:b.opt.cursoropacitymax})):!0===b.opt.autohidemode?(b.autohidedom=e().add(b.rail),f.isie8&&  
36 -(b.autohidedom=b.autohidedom.add(b.cursor)),b.railh&&(b.autohidedom=b.autohidedom.add(b.railh)),b.railh&&f.isie8&&(b.autohidedom=b.autohidedom.add(b.cursorh))):"scroll"==b.opt.autohidemode?(b.autohidedom=e().add(b.rail),b.railh&&(b.autohidedom=b.autohidedom.add(b.railh))):"cursor"==b.opt.autohidemode?(b.autohidedom=e().add(b.cursor),b.railh&&(b.autohidedom=b.autohidedom.add(b.cursorh))):"hidden"==b.opt.autohidemode&&(b.autohidedom=!1,b.hide(),b.locked=!1);if(f.isie9mobile)b.scrollmom=new H(b),b.onmangotouch=  
37 -function(d){d=b.getScrollTop();var c=b.getScrollLeft();if(d==b.scrollmom.lastscrolly&&c==b.scrollmom.lastscrollx)return!0;var g=d-b.mangotouch.sy,f=c-b.mangotouch.sx;if(0!=Math.round(Math.sqrt(Math.pow(f,2)+Math.pow(g,2)))){var p=0>g?-1:1,e=0>f?-1:1,h=+new Date;b.mangotouch.lazy&&clearTimeout(b.mangotouch.lazy);80<h-b.mangotouch.tm||b.mangotouch.dry!=p||b.mangotouch.drx!=e?(b.scrollmom.stop(),b.scrollmom.reset(c,d),b.mangotouch.sy=d,b.mangotouch.ly=d,b.mangotouch.sx=c,b.mangotouch.lx=c,b.mangotouch.dry=  
38 -p,b.mangotouch.drx=e,b.mangotouch.tm=h):(b.scrollmom.stop(),b.scrollmom.update(b.mangotouch.sx-f,b.mangotouch.sy-g),b.mangotouch.tm=h,g=Math.max(Math.abs(b.mangotouch.ly-d),Math.abs(b.mangotouch.lx-c)),b.mangotouch.ly=d,b.mangotouch.lx=c,2<g&&(b.mangotouch.lazy=setTimeout(function(){b.mangotouch.lazy=!1;b.mangotouch.dry=0;b.mangotouch.drx=0;b.mangotouch.tm=0;b.scrollmom.doMomentum(30)},100)))}},g=b.getScrollTop(),m=b.getScrollLeft(),b.mangotouch={sy:g,ly:g,dry:0,sx:m,lx:m,drx:0,lazy:!1,tm:0},b.bind(b.docscroll,  
39 -"scroll",b.onmangotouch);else{if(f.cantouch||b.istouchcapable||b.opt.touchbehavior||f.hasmstouch){b.scrollmom=new H(b);b.ontouchstart=function(d){if(d.pointerType&&2!=d.pointerType)return!1;if(!b.locked){if(f.hasmstouch)for(var c=d.target?d.target:!1;c;){var g=e(c).getNiceScroll();if(0<g.length&&g[0].me==b.me)break;if(0<g.length)return!1;if("DIV"==c.nodeName&&c.id==b.id)break;c=c.parentNode?c.parentNode:!1}b.cancelScroll();if((c=b.getTarget(d))&&/INPUT/i.test(c.nodeName)&&/range/i.test(c.type))return b.stopPropagation(d);  
40 -!("clientX"in d)&&"changedTouches"in d&&(d.clientX=d.changedTouches[0].clientX,d.clientY=d.changedTouches[0].clientY);b.forcescreen&&(g=d,d={original:d.original?d.original:d},d.clientX=g.screenX,d.clientY=g.screenY);b.rail.drag={x:d.clientX,y:d.clientY,sx:b.scroll.x,sy:b.scroll.y,st:b.getScrollTop(),sl:b.getScrollLeft(),pt:2,dl:!1};if(b.ispage||!b.opt.directionlockdeadzone)b.rail.drag.dl="f";else{var g=e(window).width(),p=e(window).height(),h=Math.max(document.body.scrollWidth,document.documentElement.scrollWidth),  
41 -l=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight),p=Math.max(0,l-p),g=Math.max(0,h-g);b.rail.drag.ck=!b.rail.scrollable&&b.railh.scrollable?0<p?"v":!1:b.rail.scrollable&&!b.railh.scrollable?0<g?"h":!1:!1;b.rail.drag.ck||(b.rail.drag.dl="f")}b.opt.touchbehavior&&(b.isiframe&&f.isie)&&(g=b.win.position(),b.rail.drag.x+=g.left,b.rail.drag.y+=g.top);b.hasmoving=!1;b.lastmouseup=!1;b.scrollmom.reset(d.clientX,d.clientY);if(!f.cantouch&&!this.istouchcapable&&!f.hasmstouch){if(!c||  
42 -!/INPUT|SELECT|TEXTAREA/i.test(c.nodeName))return!b.ispage&&f.hasmousecapture&&c.setCapture(),b.cancelEvent(d);/SUBMIT|CANCEL|BUTTON/i.test(e(c).attr("type"))&&(pc={tg:c,click:!1},b.preventclick=pc)}}};b.ontouchend=function(d){if(d.pointerType&&2!=d.pointerType)return!1;if(b.rail.drag&&2==b.rail.drag.pt&&(b.scrollmom.doMomentum(),b.rail.drag=!1,b.hasmoving&&(b.hasmoving=!1,b.lastmouseup=!0,b.hideCursor(),f.hasmousecapture&&document.releaseCapture(),!f.cantouch)))return b.cancelEvent(d)};var q=b.opt.touchbehavior&&  
43 -b.isiframe&&!f.hasmousecapture;b.ontouchmove=function(d,c){if(d.pointerType&&2!=d.pointerType)return!1;if(b.rail.drag&&2==b.rail.drag.pt){if(f.cantouch&&"undefined"==typeof d.original)return!0;b.hasmoving=!0;b.preventclick&&!b.preventclick.click&&(b.preventclick.click=b.preventclick.tg.onclick||!1,b.preventclick.tg.onclick=b.onpreventclick);d=e.extend({original:d},d);"changedTouches"in d&&(d.clientX=d.changedTouches[0].clientX,d.clientY=d.changedTouches[0].clientY);if(b.forcescreen){var g=d;d={original:d.original?  
44 -d.original:d};d.clientX=g.screenX;d.clientY=g.screenY}g=ofy=0;if(q&&!c){var p=b.win.position(),g=-p.left;ofy=-p.top}var h=d.clientY+ofy,p=h-b.rail.drag.y,l=d.clientX+g,k=l-b.rail.drag.x,s=b.rail.drag.st-p;b.ishwscroll&&b.opt.bouncescroll?0>s?s=Math.round(s/2):s>b.page.maxh&&(s=b.page.maxh+Math.round((s-b.page.maxh)/2)):(0>s&&(h=s=0),s>b.page.maxh&&(s=b.page.maxh,h=0));if(b.railh&&b.railh.scrollable){var m=b.rail.drag.sl-k;b.ishwscroll&&b.opt.bouncescroll?0>m?m=Math.round(m/2):m>b.page.maxw&&(m=b.page.maxw+  
45 -Math.round((m-b.page.maxw)/2)):(0>m&&(l=m=0),m>b.page.maxw&&(m=b.page.maxw,l=0))}g=!1;if(b.rail.drag.dl)g=!0,"v"==b.rail.drag.dl?m=b.rail.drag.sl:"h"==b.rail.drag.dl&&(s=b.rail.drag.st);else{var p=Math.abs(p),k=Math.abs(k),n=b.opt.directionlockdeadzone;if("v"==b.rail.drag.ck){if(p>n&&k<=0.3*p)return b.rail.drag=!1,!0;k>n&&(b.rail.drag.dl="f",e("body").scrollTop(e("body").scrollTop()))}else if("h"==b.rail.drag.ck){if(k>n&&p<=0.3*az)return b.rail.drag=!1,!0;p>n&&(b.rail.drag.dl="f",e("body").scrollLeft(e("body").scrollLeft()))}}b.synched("touchmove",  
46 -function(){b.rail.drag&&2==b.rail.drag.pt&&(b.prepareTransition&&b.prepareTransition(0),b.rail.scrollable&&b.setScrollTop(s),b.scrollmom.update(l,h),b.railh&&b.railh.scrollable?(b.setScrollLeft(m),b.showCursor(s,m)):b.showCursor(s),f.isie10&&document.selection.clear())});f.ischrome&&b.istouchcapable&&(g=!1);if(g)return b.cancelEvent(d)}}}b.onmousedown=function(d,c){if(!(b.rail.drag&&1!=b.rail.drag.pt)){if(b.locked)return b.cancelEvent(d);b.cancelScroll();b.rail.drag={x:d.clientX,y:d.clientY,sx:b.scroll.x,  
47 -sy:b.scroll.y,pt:1,hr:!!c};var g=b.getTarget(d);!b.ispage&&f.hasmousecapture&&g.setCapture();b.isiframe&&!f.hasmousecapture&&(b.saved.csspointerevents=b.doc.css("pointer-events"),b.css(b.doc,{"pointer-events":"none"}));return b.cancelEvent(d)}};b.onmouseup=function(d){if(b.rail.drag&&(f.hasmousecapture&&document.releaseCapture(),b.isiframe&&!f.hasmousecapture&&b.doc.css("pointer-events",b.saved.csspointerevents),1==b.rail.drag.pt))return b.rail.drag=!1,b.cancelEvent(d)};b.onmousemove=function(d){if(b.rail.drag&&  
48 -1==b.rail.drag.pt){if(f.ischrome&&0==d.which)return b.onmouseup(d);b.cursorfreezed=!0;if(b.rail.drag.hr){b.scroll.x=b.rail.drag.sx+(d.clientX-b.rail.drag.x);0>b.scroll.x&&(b.scroll.x=0);var c=b.scrollvaluemaxw;b.scroll.x>c&&(b.scroll.x=c)}else b.scroll.y=b.rail.drag.sy+(d.clientY-b.rail.drag.y),0>b.scroll.y&&(b.scroll.y=0),c=b.scrollvaluemax,b.scroll.y>c&&(b.scroll.y=c);b.synched("mousemove",function(){b.rail.drag&&1==b.rail.drag.pt&&(b.showCursor(),b.rail.drag.hr?b.doScrollLeft(Math.round(b.scroll.x*  
49 -b.scrollratio.x),b.opt.cursordragspeed):b.doScrollTop(Math.round(b.scroll.y*b.scrollratio.y),b.opt.cursordragspeed))});return b.cancelEvent(d)}};if(f.cantouch||b.opt.touchbehavior)b.onpreventclick=function(d){if(b.preventclick)return b.preventclick.tg.onclick=b.preventclick.click,b.preventclick=!1,b.cancelEvent(d)},b.bind(b.win,"mousedown",b.ontouchstart),b.onclick=f.isios?!1:function(d){return b.lastmouseup?(b.lastmouseup=!1,b.cancelEvent(d)):!0},b.opt.grabcursorenabled&&f.cursorgrabvalue&&(b.css(b.ispage?  
50 -b.doc:b.win,{cursor:f.cursorgrabvalue}),b.css(b.rail,{cursor:f.cursorgrabvalue}));else{var r=function(d){if(b.selectiondrag){if(d){var c=b.win.outerHeight();d=d.pageY-b.selectiondrag.top;0<d&&d<c&&(d=0);d>=c&&(d-=c);b.selectiondrag.df=d}0!=b.selectiondrag.df&&(b.doScrollBy(2*-Math.floor(b.selectiondrag.df/6)),b.debounced("doselectionscroll",function(){r()},50))}};b.hasTextSelected="getSelection"in document?function(){return 0<document.getSelection().rangeCount}:"selection"in document?function(){return"None"!=  
51 -document.selection.type}:function(){return!1};b.onselectionstart=function(d){b.ispage||(b.selectiondrag=b.win.offset())};b.onselectionend=function(d){b.selectiondrag=!1};b.onselectiondrag=function(d){b.selectiondrag&&b.hasTextSelected()&&b.debounced("selectionscroll",function(){r(d)},250)}}f.hasmstouch&&(b.css(b.rail,{"-ms-touch-action":"none"}),b.css(b.cursor,{"-ms-touch-action":"none"}),b.bind(b.win,"MSPointerDown",b.ontouchstart),b.bind(document,"MSPointerUp",b.ontouchend),b.bind(document,"MSPointerMove",  
52 -b.ontouchmove),b.bind(b.cursor,"MSGestureHold",function(b){b.preventDefault()}),b.bind(b.cursor,"contextmenu",function(b){b.preventDefault()}));this.istouchcapable&&(b.bind(b.win,"touchstart",b.ontouchstart),b.bind(document,"touchend",b.ontouchend),b.bind(document,"touchcancel",b.ontouchend),b.bind(document,"touchmove",b.ontouchmove));b.bind(b.cursor,"mousedown",b.onmousedown);b.bind(b.cursor,"mouseup",b.onmouseup);b.railh&&(b.bind(b.cursorh,"mousedown",function(d){b.onmousedown(d,!0)}),b.bind(b.cursorh,  
53 -"mouseup",function(d){if(!(b.rail.drag&&2==b.rail.drag.pt))return b.rail.drag=!1,b.hasmoving=!1,b.hideCursor(),f.hasmousecapture&&document.releaseCapture(),b.cancelEvent(d)}));if(b.opt.cursordragontouch||!f.cantouch&&!b.opt.touchbehavior)b.rail.css({cursor:"default"}),b.railh&&b.railh.css({cursor:"default"}),b.jqbind(b.rail,"mouseenter",function(){b.canshowonmouseevent&&b.showCursor();b.rail.active=!0}),b.jqbind(b.rail,"mouseleave",function(){b.rail.active=!1;b.rail.drag||b.hideCursor()}),b.opt.sensitiverail&&  
54 -(b.bind(b.rail,"click",function(d){b.doRailClick(d,!1,!1)}),b.bind(b.rail,"dblclick",function(d){b.doRailClick(d,!0,!1)}),b.bind(b.cursor,"click",function(d){b.cancelEvent(d)}),b.bind(b.cursor,"dblclick",function(d){b.cancelEvent(d)})),b.railh&&(b.jqbind(b.railh,"mouseenter",function(){b.canshowonmouseevent&&b.showCursor();b.rail.active=!0}),b.jqbind(b.railh,"mouseleave",function(){b.rail.active=!1;b.rail.drag||b.hideCursor()}),b.opt.sensitiverail&&(b.bind(b.railh,"click",function(d){b.doRailClick(d,  
55 -!1,!0)}),b.bind(b.railh,"dblclick",function(d){b.doRailClick(d,!0,!0)}),b.bind(b.cursorh,"click",function(d){b.cancelEvent(d)}),b.bind(b.cursorh,"dblclick",function(d){b.cancelEvent(d)})));!f.cantouch&&!b.opt.touchbehavior?(b.bind(f.hasmousecapture?b.win:document,"mouseup",b.onmouseup),b.bind(document,"mousemove",b.onmousemove),b.onclick&&b.bind(document,"click",b.onclick),!b.ispage&&b.opt.enablescrollonselection&&(b.bind(b.win[0],"mousedown",b.onselectionstart),b.bind(document,"mouseup",b.onselectionend),  
56 -b.bind(b.cursor,"mouseup",b.onselectionend),b.cursorh&&b.bind(b.cursorh,"mouseup",b.onselectionend),b.bind(document,"mousemove",b.onselectiondrag)),b.zoom&&(b.jqbind(b.zoom,"mouseenter",function(){b.canshowonmouseevent&&b.showCursor();b.rail.active=!0}),b.jqbind(b.zoom,"mouseleave",function(){b.rail.active=!1;b.rail.drag||b.hideCursor()}))):(b.bind(f.hasmousecapture?b.win:document,"mouseup",b.ontouchend),b.bind(document,"mousemove",b.ontouchmove),b.onclick&&b.bind(document,"click",b.onclick),b.opt.cursordragontouch&&  
57 -(b.bind(b.cursor,"mousedown",b.onmousedown),b.bind(b.cursor,"mousemove",b.onmousemove),b.cursorh&&b.bind(b.cursorh,"mousedown",b.onmousedown),b.cursorh&&b.bind(b.cursorh,"mousemove",b.onmousemove)));b.opt.enablemousewheel&&(b.isiframe||b.bind(f.isie&&b.ispage?document:b.docscroll,"mousewheel",b.onmousewheel),b.bind(b.rail,"mousewheel",b.onmousewheel),b.railh&&b.bind(b.railh,"mousewheel",b.onmousewheelhr));!b.ispage&&(!f.cantouch&&!/HTML|BODY/.test(b.win[0].nodeName))&&(b.win.attr("tabindex")||b.win.attr({tabindex:J++}),  
58 -b.jqbind(b.win,"focus",function(d){y=b.getTarget(d).id||!0;b.hasfocus=!0;b.canshowonmouseevent&&b.noticeCursor()}),b.jqbind(b.win,"blur",function(d){y=!1;b.hasfocus=!1}),b.jqbind(b.win,"mouseenter",function(d){D=b.getTarget(d).id||!0;b.hasmousefocus=!0;b.canshowonmouseevent&&b.noticeCursor()}),b.jqbind(b.win,"mouseleave",function(){D=!1;b.hasmousefocus=!1}))}b.onkeypress=function(d){if(b.locked&&0==b.page.maxh)return!0;d=d?d:window.e;var c=b.getTarget(d);if(c&&/INPUT|TEXTAREA|SELECT|OPTION/.test(c.nodeName)&&  
59 -(!c.getAttribute("type")&&!c.type||!/submit|button|cancel/i.tp))return!0;if(b.hasfocus||b.hasmousefocus&&!y||b.ispage&&!y&&!D){c=d.keyCode;if(b.locked&&27!=c)return b.cancelEvent(d);var g=d.ctrlKey||!1,p=d.shiftKey||!1,f=!1;switch(c){case 38:case 63233:b.doScrollBy(72);f=!0;break;case 40:case 63235:b.doScrollBy(-72);f=!0;break;case 37:case 63232:b.railh&&(g?b.doScrollLeft(0):b.doScrollLeftBy(72),f=!0);break;case 39:case 63234:b.railh&&(g?b.doScrollLeft(b.page.maxw):b.doScrollLeftBy(-72),f=!0);break;  
60 -case 33:case 63276:b.doScrollBy(b.view.h);f=!0;break;case 34:case 63277:b.doScrollBy(-b.view.h);f=!0;break;case 36:case 63273:b.railh&&g?b.doScrollPos(0,0):b.doScrollTo(0);f=!0;break;case 35:case 63275:b.railh&&g?b.doScrollPos(b.page.maxw,b.page.maxh):b.doScrollTo(b.page.maxh);f=!0;break;case 32:b.opt.spacebarenabled&&(p?b.doScrollBy(b.view.h):b.doScrollBy(-b.view.h),f=!0);break;case 27:b.zoomactive&&(b.doZoom(),f=!0)}if(f)return b.cancelEvent(d)}};b.opt.enablekeyboard&&b.bind(document,f.isopera&&  
61 -!f.isopera12?"keypress":"keydown",b.onkeypress);b.bind(window,"resize",b.lazyResize);b.bind(window,"orientationchange",b.lazyResize);b.bind(window,"load",b.lazyResize);if(f.ischrome&&!b.ispage&&!b.haswrapper){var t=b.win.attr("style"),g=parseFloat(b.win.css("width"))+1;b.win.css("width",g);b.synched("chromefix",function(){b.win.attr("style",t)})}b.onAttributeChange=function(d){b.lazyResize(250)};!b.ispage&&!b.haswrapper&&(!1!==z?(b.observer=new z(function(d){d.forEach(b.onAttributeChange)}),b.observer.observe(b.win[0],  
62 -{childList:!0,characterData:!1,attributes:!0,subtree:!1}),b.observerremover=new z(function(d){d.forEach(function(d){if(0<d.removedNodes.length)for(var c in d.removedNodes)if(d.removedNodes[c]==b.win[0])return b.remove()})}),b.observerremover.observe(b.win[0].parentNode,{childList:!0,characterData:!1,attributes:!1,subtree:!1})):(b.bind(b.win,f.isie&&!f.isie9?"propertychange":"DOMAttrModified",b.onAttributeChange),f.isie9&&b.win[0].attachEvent("onpropertychange",b.onAttributeChange),b.bind(b.win,"DOMNodeRemoved",  
63 -function(d){d.target==b.win[0]&&b.remove()})));!b.ispage&&b.opt.boxzoom&&b.bind(window,"resize",b.resizeZoom);b.istextarea&&b.bind(b.win,"mouseup",b.lazyResize);b.checkrtlmode=!0;b.lazyResize(30)}if("IFRAME"==this.doc[0].nodeName){var I=function(d){b.iframexd=!1;try{var c="contentDocument"in this?this.contentDocument:this.contentWindow.document}catch(g){b.iframexd=!0,c=!1}if(b.iframexd)return"console"in window&&console.log("NiceScroll error: policy restriced iframe"),!0;b.forcescreen=!0;b.isiframe&&  
64 -(b.iframe={doc:e(c),html:b.doc.contents().find("html")[0],body:b.doc.contents().find("body")[0]},b.getContentSize=function(){return{w:Math.max(b.iframe.html.scrollWidth,b.iframe.body.scrollWidth),h:Math.max(b.iframe.html.scrollHeight,b.iframe.body.scrollHeight)}},b.docscroll=e(b.iframe.body));!f.isios&&(b.opt.iframeautoresize&&!b.isiframe)&&(b.win.scrollTop(0),b.doc.height(""),d=Math.max(c.getElementsByTagName("html")[0].scrollHeight,c.body.scrollHeight),b.doc.height(d));b.lazyResize(30);f.isie7&&  
65 -b.css(e(b.iframe.html),{"overflow-y":"hidden"});b.css(e(b.iframe.body),{"overflow-y":"hidden"});"contentWindow"in this?b.bind(this.contentWindow,"scroll",b.onscroll):b.bind(c,"scroll",b.onscroll);b.opt.enablemousewheel&&b.bind(c,"mousewheel",b.onmousewheel);b.opt.enablekeyboard&&b.bind(c,f.isopera?"keypress":"keydown",b.onkeypress);if(f.cantouch||b.opt.touchbehavior)b.bind(c,"mousedown",b.onmousedown),b.bind(c,"mousemove",function(d){b.onmousemove(d,!0)}),b.opt.grabcursorenabled&&f.cursorgrabvalue&&  
66 -b.css(e(c.body),{cursor:f.cursorgrabvalue});b.bind(c,"mouseup",b.onmouseup);b.zoom&&(b.opt.dblclickzoom&&b.bind(c,"dblclick",b.doZoom),b.ongesturezoom&&b.bind(c,"gestureend",b.ongesturezoom))};this.doc[0].readyState&&"complete"==this.doc[0].readyState&&setTimeout(function(){I.call(b.doc[0],!1)},500);b.bind(this.doc,"load",I)}};this.showCursor=function(d,c){b.cursortimeout&&(clearTimeout(b.cursortimeout),b.cursortimeout=0);if(b.rail){b.autohidedom&&(b.autohidedom.stop().css({opacity:b.opt.cursoropacitymax}),  
67 -b.cursoractive=!0);if(!b.rail.drag||1!=b.rail.drag.pt)"undefined"!=typeof d&&!1!==d&&(b.scroll.y=Math.round(1*d/b.scrollratio.y)),"undefined"!=typeof c&&(b.scroll.x=Math.round(1*c/b.scrollratio.x));b.cursor.css({height:b.cursorheight,top:b.scroll.y});b.cursorh&&(!b.rail.align&&b.rail.visibility?b.cursorh.css({width:b.cursorwidth,left:b.scroll.x+b.rail.width}):b.cursorh.css({width:b.cursorwidth,left:b.scroll.x}),b.cursoractive=!0);b.zoom&&b.zoom.stop().css({opacity:b.opt.cursoropacitymax})}};this.hideCursor=  
68 -function(d){!b.cursortimeout&&(b.rail&&b.autohidedom)&&(b.cursortimeout=setTimeout(function(){if(!b.rail.active||!b.showonmouseevent)b.autohidedom.stop().animate({opacity:b.opt.cursoropacitymin}),b.zoom&&b.zoom.stop().animate({opacity:b.opt.cursoropacitymin}),b.cursoractive=!1;b.cursortimeout=0},d||b.opt.hidecursordelay))};this.noticeCursor=function(d,c,g){b.showCursor(c,g);b.rail.active||b.hideCursor(d)};this.getContentSize=b.ispage?function(){return{w:Math.max(document.body.scrollWidth,document.documentElement.scrollWidth),  
69 -h:Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}}:b.haswrapper?function(){return{w:b.doc.outerWidth()+parseInt(b.win.css("paddingLeft"))+parseInt(b.win.css("paddingRight")),h:b.doc.outerHeight()+parseInt(b.win.css("paddingTop"))+parseInt(b.win.css("paddingBottom"))}}:function(){return{w:b.docscroll[0].scrollWidth,h:b.docscroll[0].scrollHeight}};this.onResize=function(d,c){if(!b.win)return!1;if(!b.haswrapper&&!b.ispage){if("none"==b.win.css("display"))return b.visibility&&  
70 -b.hideRail().hideRailHr(),!1;!b.hidden&&!b.visibility&&b.showRail().showRailHr()}var g=b.page.maxh,f=b.page.maxw,e=b.view.w;b.view={w:b.ispage?b.win.width():parseInt(b.win[0].clientWidth),h:b.ispage?b.win.height():parseInt(b.win[0].clientHeight)};b.page=c?c:b.getContentSize();b.page.maxh=Math.max(0,b.page.h-b.view.h);b.page.maxw=Math.max(0,b.page.w-b.view.w);if(b.page.maxh==g&&b.page.maxw==f&&b.view.w==e){if(b.ispage)return b;g=b.win.offset();if(b.lastposition&&(f=b.lastposition,f.top==g.top&&f.left==  
71 -g.left))return b;b.lastposition=g}0==b.page.maxh?(b.hideRail(),b.scrollvaluemax=0,b.scroll.y=0,b.scrollratio.y=0,b.cursorheight=0,b.setScrollTop(0),b.rail.scrollable=!1):b.rail.scrollable=!0;0==b.page.maxw?(b.hideRailHr(),b.scrollvaluemaxw=0,b.scroll.x=0,b.scrollratio.x=0,b.cursorwidth=0,b.setScrollLeft(0),b.railh.scrollable=!1):b.railh.scrollable=!0;b.locked=0==b.page.maxh&&0==b.page.maxw;if(b.locked)return b.ispage||b.updateScrollBar(b.view),!1;!b.hidden&&!b.visibility?b.showRail().showRailHr():  
72 -!b.hidden&&!b.railh.visibility&&b.showRailHr();b.istextarea&&(b.win.css("resize")&&"none"!=b.win.css("resize"))&&(b.view.h-=20);b.cursorheight=Math.min(b.view.h,Math.round(b.view.h*(b.view.h/b.page.h)));b.cursorheight=b.opt.cursorfixedheight?b.opt.cursorfixedheight:Math.max(b.opt.cursorminheight,b.cursorheight);b.cursorwidth=Math.min(b.view.w,Math.round(b.view.w*(b.view.w/b.page.w)));b.cursorwidth=b.opt.cursorfixedheight?b.opt.cursorfixedheight:Math.max(b.opt.cursorminheight,b.cursorwidth);b.scrollvaluemax=  
73 -b.view.h-b.cursorheight-b.cursor.hborder;b.railh&&(b.railh.width=0<b.page.maxh?b.view.w-b.rail.width:b.view.w,b.scrollvaluemaxw=b.railh.width-b.cursorwidth-b.cursorh.wborder);b.checkrtlmode&&b.railh&&(b.checkrtlmode=!1,b.opt.rtlmode&&0==b.scroll.x&&b.setScrollLeft(b.page.maxw));b.ispage||b.updateScrollBar(b.view);b.scrollratio={x:b.page.maxw/b.scrollvaluemaxw,y:b.page.maxh/b.scrollvaluemax};b.getScrollTop()>b.page.maxh?b.doScrollTop(b.page.maxh):(b.scroll.y=Math.round(b.getScrollTop()*(1/b.scrollratio.y)),  
74 -b.scroll.x=Math.round(b.getScrollLeft()*(1/b.scrollratio.x)),b.cursoractive&&b.noticeCursor());b.scroll.y&&0==b.getScrollTop()&&b.doScrollTo(Math.floor(b.scroll.y*b.scrollratio.y));return b};this.resize=b.onResize;this.lazyResize=function(d){d=isNaN(d)?30:d;b.delayed("resize",b.resize,d);return b};this._bind=function(d,c,g,f){b.events.push({e:d,n:c,f:g,b:f,q:!1});d.addEventListener?d.addEventListener(c,g,f||!1):d.attachEvent?d.attachEvent("on"+c,g):d["on"+c]=g};this.jqbind=function(d,c,g){b.events.push({e:d,  
75 -n:c,f:g,q:!0});e(d).bind(c,g)};this.bind=function(d,c,g,e){var h="jquery"in d?d[0]:d;"mousewheel"==c?"onwheel"in b.win?b._bind(h,"wheel",g,e||!1):(d="undefined"!=typeof document.onmousewheel?"mousewheel":"DOMMouseScroll",n(h,d,g,e||!1),"DOMMouseScroll"==d&&n(h,"MozMousePixelScroll",g,e||!1)):h.addEventListener?(f.cantouch&&/mouseup|mousedown|mousemove/.test(c)&&b._bind(h,"mousedown"==c?"touchstart":"mouseup"==c?"touchend":"touchmove",function(b){if(b.touches){if(2>b.touches.length){var d=b.touches.length?  
76 -b.touches[0]:b;d.original=b;g.call(this,d)}}else b.changedTouches&&(d=b.changedTouches[0],d.original=b,g.call(this,d))},e||!1),b._bind(h,c,g,e||!1),f.cantouch&&"mouseup"==c&&b._bind(h,"touchcancel",g,e||!1)):b._bind(h,c,function(d){if((d=d||window.event||!1)&&d.srcElement)d.target=d.srcElement;"pageY"in d||(d.pageX=d.clientX+document.documentElement.scrollLeft,d.pageY=d.clientY+document.documentElement.scrollTop);return!1===g.call(h,d)||!1===e?b.cancelEvent(d):!0})};this._unbind=function(b,c,g,f){b.removeEventListener?  
77 -b.removeEventListener(c,g,f):b.detachEvent?b.detachEvent("on"+c,g):b["on"+c]=!1};this.unbindAll=function(){for(var d=0;d<b.events.length;d++){var c=b.events[d];c.q?c.e.unbind(c.n,c.f):b._unbind(c.e,c.n,c.f,c.b)}};this.cancelEvent=function(b){b=b.original?b.original:b?b:window.event||!1;if(!b)return!1;b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();b.preventManipulation&&b.preventManipulation();b.cancelBubble=!0;b.cancel=!0;return b.returnValue=!1};this.stopPropagation=  
78 -function(b){b=b.original?b.original:b?b:window.event||!1;if(!b)return!1;if(b.stopPropagation)return b.stopPropagation();b.cancelBubble&&(b.cancelBubble=!0);return!1};this.showRail=function(){if(0!=b.page.maxh&&(b.ispage||"none"!=b.win.css("display")))b.visibility=!0,b.rail.visibility=!0,b.rail.css("display","block");return b};this.showRailHr=function(){if(!b.railh)return b;if(0!=b.page.maxw&&(b.ispage||"none"!=b.win.css("display")))b.railh.visibility=!0,b.railh.css("display","block");return b};this.hideRail=  
79 -function(){b.visibility=!1;b.rail.visibility=!1;b.rail.css("display","none");return b};this.hideRailHr=function(){if(!b.railh)return b;b.railh.visibility=!1;b.railh.css("display","none");return b};this.show=function(){b.hidden=!1;b.locked=!1;return b.showRail().showRailHr()};this.hide=function(){b.hidden=!0;b.locked=!0;return b.hideRail().hideRailHr()};this.toggle=function(){return b.hidden?b.show():b.hide()};this.remove=function(){b.stop();b.cursortimeout&&clearTimeout(b.cursortimeout);b.doZoomOut();  
80 -b.unbindAll();!1!==b.observer&&b.observer.disconnect();!1!==b.observerremover&&b.observerremover.disconnect();b.events=[];b.cursor&&(b.cursor.remove(),b.cursor=null);b.cursorh&&(b.cursorh.remove(),b.cursorh=null);b.rail&&(b.rail.remove(),b.rail=null);b.railh&&(b.railh.remove(),b.railh=null);b.zoom&&(b.zoom.remove(),b.zoom=null);for(var d=0;d<b.saved.css.length;d++){var c=b.saved.css[d];c[0].css(c[1],"undefined"==typeof c[2]?"":c[2])}b.saved=!1;b.me.data("__nicescroll","");b.me=null;b.doc=null;b.docscroll=  
81 -null;b.win=null;return b};this.scrollstart=function(d){this.onscrollstart=d;return b};this.scrollend=function(d){this.onscrollend=d;return b};this.scrollcancel=function(d){this.onscrollcancel=d;return b};this.zoomin=function(d){this.onzoomin=d;return b};this.zoomout=function(d){this.onzoomout=d;return b};this.isScrollable=function(b){b=b.target?b.target:b;if("OPTION"==b.nodeName)return!0;for(;b&&1==b.nodeType&&!/BODY|HTML/.test(b.nodeName);){var c=e(b),c=c.css("overflowY")||c.css("overflowX")||c.css("overflow")||  
82 -"";if(/scroll|auto/.test(c))return b.clientHeight!=b.scrollHeight;b=b.parentNode?b.parentNode:!1}return!1};this.getViewport=function(b){for(b=b&&b.parentNode?b.parentNode:!1;b&&1==b.nodeType&&!/BODY|HTML/.test(b.nodeName);){var c=e(b),g=c.css("overflowY")||c.css("overflowX")||c.css("overflow")||"";if(/scroll|auto/.test(g)&&b.clientHeight!=b.scrollHeight||0<c.getNiceScroll().length)return c;b=b.parentNode?b.parentNode:!1}return!1};this.onmousewheel=function(d){if(b.locked)return!0;if(b.rail.drag)return b.cancelEvent(d);  
83 -if(!b.rail.scrollable)return b.railh&&b.railh.scrollable?b.onmousewheelhr(d):!0;var c=+new Date,g=!1;b.opt.preservenativescrolling&&b.checkarea+600<c&&(b.nativescrollingarea=b.isScrollable(d),g=!0);b.checkarea=c;if(b.nativescrollingarea)return!0;if(d=t(d,!1,g))b.checkarea=0;return d};this.onmousewheelhr=function(d){if(b.locked||!b.railh.scrollable)return!0;if(b.rail.drag)return b.cancelEvent(d);var c=+new Date,g=!1;b.opt.preservenativescrolling&&b.checkarea+600<c&&(b.nativescrollingarea=b.isScrollable(d),  
84 -g=!0);b.checkarea=c;return b.nativescrollingarea?!0:b.locked?b.cancelEvent(d):t(d,!0,g)};this.stop=function(){b.cancelScroll();b.scrollmon&&b.scrollmon.stop();b.cursorfreezed=!1;b.scroll.y=Math.round(b.getScrollTop()*(1/b.scrollratio.y));b.noticeCursor();return b};this.getTransitionSpeed=function(c){var f=Math.round(10*b.opt.scrollspeed);c=Math.min(f,Math.round(c/20*b.opt.scrollspeed));return 20<c?c:0};b.opt.smoothscroll?b.ishwscroll&&f.hastransition&&b.opt.usetransition?(this.prepareTransition=function(c,  
85 -e){var g=e?20<c?c:0:b.getTransitionSpeed(c),h=g?f.prefixstyle+"transform "+g+"ms ease-out":"";if(!b.lasttransitionstyle||b.lasttransitionstyle!=h)b.lasttransitionstyle=h,b.doc.css(f.transitionstyle,h);return g},this.doScrollLeft=function(c,f){var g=b.scrollrunning?b.newscrolly:b.getScrollTop();b.doScrollPos(c,g,f)},this.doScrollTop=function(c,f){var g=b.scrollrunning?b.newscrollx:b.getScrollLeft();b.doScrollPos(g,c,f)},this.doScrollPos=function(c,e,g){var h=b.getScrollTop(),l=b.getScrollLeft();(0>  
86 -(b.newscrolly-h)*(e-h)||0>(b.newscrollx-l)*(c-l))&&b.cancelScroll();!1==b.opt.bouncescroll&&(0>e?e=0:e>b.page.maxh&&(e=b.page.maxh),0>c?c=0:c>b.page.maxw&&(c=b.page.maxw));if(b.scrollrunning&&c==b.newscrollx&&e==b.newscrolly)return!1;b.newscrolly=e;b.newscrollx=c;b.newscrollspeed=g||!1;if(b.timer)return!1;b.timer=setTimeout(function(){var g=b.getScrollTop(),h=b.getScrollLeft(),l,k;l=c-h;k=e-g;l=Math.round(Math.sqrt(Math.pow(l,2)+Math.pow(k,2)));l=b.newscrollspeed&&1<b.newscrollspeed?b.newscrollspeed:  
87 -b.getTransitionSpeed(l);b.newscrollspeed&&1>=b.newscrollspeed&&(l*=b.newscrollspeed);b.prepareTransition(l,!0);b.timerscroll&&b.timerscroll.tm&&clearInterval(b.timerscroll.tm);0<l&&(!b.scrollrunning&&b.onscrollstart&&b.onscrollstart.call(b,{type:"scrollstart",current:{x:h,y:g},request:{x:c,y:e},end:{x:b.newscrollx,y:b.newscrolly},speed:l}),f.transitionend?b.scrollendtrapped||(b.scrollendtrapped=!0,b.bind(b.doc,f.transitionend,b.onScrollEnd,!1)):(b.scrollendtrapped&&clearTimeout(b.scrollendtrapped),  
88 -b.scrollendtrapped=setTimeout(b.onScrollEnd,l)),b.timerscroll={bz:new BezierClass(g,b.newscrolly,l,0,0,0.58,1),bh:new BezierClass(h,b.newscrollx,l,0,0,0.58,1)},b.cursorfreezed||(b.timerscroll.tm=setInterval(function(){b.showCursor(b.getScrollTop(),b.getScrollLeft())},60)));b.synched("doScroll-set",function(){b.timer=0;b.scrollendtrapped&&(b.scrollrunning=!0);b.setScrollTop(b.newscrolly);b.setScrollLeft(b.newscrollx);if(!b.scrollendtrapped)b.onScrollEnd()})},50)},this.cancelScroll=function(){if(!b.scrollendtrapped)return!0;  
89 -var c=b.getScrollTop(),e=b.getScrollLeft();b.scrollrunning=!1;f.transitionend||clearTimeout(f.transitionend);b.scrollendtrapped=!1;b._unbind(b.doc,f.transitionend,b.onScrollEnd);b.prepareTransition(0);b.setScrollTop(c);b.railh&&b.setScrollLeft(e);b.timerscroll&&b.timerscroll.tm&&clearInterval(b.timerscroll.tm);b.timerscroll=!1;b.cursorfreezed=!1;b.showCursor(c,e);return b},this.onScrollEnd=function(){b.scrollendtrapped&&b._unbind(b.doc,f.transitionend,b.onScrollEnd);b.scrollendtrapped=!1;b.prepareTransition(0);  
90 -b.timerscroll&&b.timerscroll.tm&&clearInterval(b.timerscroll.tm);b.timerscroll=!1;var c=b.getScrollTop(),e=b.getScrollLeft();b.setScrollTop(c);b.railh&&b.setScrollLeft(e);b.noticeCursor(!1,c,e);b.cursorfreezed=!1;0>c?c=0:c>b.page.maxh&&(c=b.page.maxh);0>e?e=0:e>b.page.maxw&&(e=b.page.maxw);if(c!=b.newscrolly||e!=b.newscrollx)return b.doScrollPos(e,c,b.opt.snapbackspeed);b.onscrollend&&b.scrollrunning&&b.onscrollend.call(b,{type:"scrollend",current:{x:e,y:c},end:{x:b.newscrollx,y:b.newscrolly}});b.scrollrunning=  
91 -!1}):(this.doScrollLeft=function(c,f){var g=b.scrollrunning?b.newscrolly:b.getScrollTop();b.doScrollPos(c,g,f)},this.doScrollTop=function(c,f){var g=b.scrollrunning?b.newscrollx:b.getScrollLeft();b.doScrollPos(g,c,f)},this.doScrollPos=function(c,f,g){function e(){if(b.cancelAnimationFrame)return!0;b.scrollrunning=!0;if(r=1-r)return b.timer=v(e)||1;var c=0,d=sy=b.getScrollTop();if(b.dst.ay){var d=b.bzscroll?b.dst.py+b.bzscroll.getNow()*b.dst.ay:b.newscrolly,g=d-sy;if(0>g&&d<b.newscrolly||0<g&&d>b.newscrolly)d=  
92 -b.newscrolly;b.setScrollTop(d);d==b.newscrolly&&(c=1)}else c=1;var f=sx=b.getScrollLeft();if(b.dst.ax){f=b.bzscroll?b.dst.px+b.bzscroll.getNow()*b.dst.ax:b.newscrollx;g=f-sx;if(0>g&&f<b.newscrollx||0<g&&f>b.newscrollx)f=b.newscrollx;b.setScrollLeft(f);f==b.newscrollx&&(c+=1)}else c+=1;2==c?(b.timer=0,b.cursorfreezed=!1,b.bzscroll=!1,b.scrollrunning=!1,0>d?d=0:d>b.page.maxh&&(d=b.page.maxh),0>f?f=0:f>b.page.maxw&&(f=b.page.maxw),f!=b.newscrollx||d!=b.newscrolly?b.doScrollPos(f,d):b.onscrollend&&b.onscrollend.call(b,  
93 -{type:"scrollend",current:{x:sx,y:sy},end:{x:b.newscrollx,y:b.newscrolly}})):b.timer=v(e)||1}f="undefined"==typeof f||!1===f?b.getScrollTop(!0):f;if(b.timer&&b.newscrolly==f&&b.newscrollx==c)return!0;b.timer&&w(b.timer);b.timer=0;var h=b.getScrollTop(),l=b.getScrollLeft();(0>(b.newscrolly-h)*(f-h)||0>(b.newscrollx-l)*(c-l))&&b.cancelScroll();b.newscrolly=f;b.newscrollx=c;if(!b.bouncescroll||!b.rail.visibility)0>b.newscrolly?b.newscrolly=0:b.newscrolly>b.page.maxh&&(b.newscrolly=b.page.maxh);if(!b.bouncescroll||  
94 -!b.railh.visibility)0>b.newscrollx?b.newscrollx=0:b.newscrollx>b.page.maxw&&(b.newscrollx=b.page.maxw);b.dst={};b.dst.x=c-l;b.dst.y=f-h;b.dst.px=l;b.dst.py=h;var k=Math.round(Math.sqrt(Math.pow(b.dst.x,2)+Math.pow(b.dst.y,2)));b.dst.ax=b.dst.x/k;b.dst.ay=b.dst.y/k;var n=0,q=k;0==b.dst.x?(n=h,q=f,b.dst.ay=1,b.dst.py=0):0==b.dst.y&&(n=l,q=c,b.dst.ax=1,b.dst.px=0);k=b.getTransitionSpeed(k);g&&1>=g&&(k*=g);b.bzscroll=0<k?b.bzscroll?b.bzscroll.update(q,k):new BezierClass(n,q,k,0,1,0,1):!1;if(!b.timer){(h==  
95 -b.page.maxh&&f>=b.page.maxh||l==b.page.maxw&&c>=b.page.maxw)&&b.checkContentSize();var r=1;b.cancelAnimationFrame=!1;b.timer=1;b.onscrollstart&&!b.scrollrunning&&b.onscrollstart.call(b,{type:"scrollstart",current:{x:l,y:h},request:{x:c,y:f},end:{x:b.newscrollx,y:b.newscrolly},speed:k});e();(h==b.page.maxh&&f>=h||l==b.page.maxw&&c>=l)&&b.checkContentSize();b.noticeCursor()}},this.cancelScroll=function(){b.timer&&w(b.timer);b.timer=0;b.bzscroll=!1;b.scrollrunning=!1;return b}):(this.doScrollLeft=function(c,  
96 -f){var g=b.getScrollTop();b.doScrollPos(c,g,f)},this.doScrollTop=function(c,f){var g=b.getScrollLeft();b.doScrollPos(g,c,f)},this.doScrollPos=function(c,f,g){var e=c>b.page.maxw?b.page.maxw:c;0>e&&(e=0);var h=f>b.page.maxh?b.page.maxh:f;0>h&&(h=0);b.synched("scroll",function(){b.setScrollTop(h);b.setScrollLeft(e)})},this.cancelScroll=function(){});this.doScrollBy=function(c,f){var g=0,g=f?Math.floor((b.scroll.y-c)*b.scrollratio.y):(b.timer?b.newscrolly:b.getScrollTop(!0))-c;if(b.bouncescroll){var e=  
97 -Math.round(b.view.h/2);g<-e?g=-e:g>b.page.maxh+e&&(g=b.page.maxh+e)}b.cursorfreezed=!1;py=b.getScrollTop(!0);if(0>g&&0>=py)return b.noticeCursor();if(g>b.page.maxh&&py>=b.page.maxh)return b.checkContentSize(),b.noticeCursor();b.doScrollTop(g)};this.doScrollLeftBy=function(c,f){var g=0,g=f?Math.floor((b.scroll.x-c)*b.scrollratio.x):(b.timer?b.newscrollx:b.getScrollLeft(!0))-c;if(b.bouncescroll){var e=Math.round(b.view.w/2);g<-e?g=-e:g>b.page.maxw+e&&(g=b.page.maxw+e)}b.cursorfreezed=!1;px=b.getScrollLeft(!0);  
98 -if(0>g&&0>=px||g>b.page.maxw&&px>=b.page.maxw)return b.noticeCursor();b.doScrollLeft(g)};this.doScrollTo=function(c,f){f&&Math.round(c*b.scrollratio.y);b.cursorfreezed=!1;b.doScrollTop(c)};this.checkContentSize=function(){var c=b.getContentSize();(c.h!=b.page.h||c.w!=b.page.w)&&b.resize(!1,c)};b.onscroll=function(c){b.rail.drag||b.cursorfreezed||b.synched("scroll",function(){b.scroll.y=Math.round(b.getScrollTop()*(1/b.scrollratio.y));b.railh&&(b.scroll.x=Math.round(b.getScrollLeft()*(1/b.scrollratio.x)));  
99 -b.noticeCursor()})};b.bind(b.docscroll,"scroll",b.onscroll);this.doZoomIn=function(c){if(!b.zoomactive){b.zoomactive=!0;b.zoomrestore={style:{}};var h="position top left zIndex backgroundColor marginTop marginBottom marginLeft marginRight".split(" "),g=b.win[0].style,l;for(l in h){var k=h[l];b.zoomrestore.style[k]="undefined"!=typeof g[k]?g[k]:""}b.zoomrestore.style.width=b.win.css("width");b.zoomrestore.style.height=b.win.css("height");b.zoomrestore.padding={w:b.win.outerWidth()-b.win.width(),h:b.win.outerHeight()-  
100 -b.win.height()};f.isios4&&(b.zoomrestore.scrollTop=e(window).scrollTop(),e(window).scrollTop(0));b.win.css({position:f.isios4?"absolute":"fixed",top:0,left:0,"z-index":x+100,margin:"0px"});h=b.win.css("backgroundColor");(""==h||/transparent|rgba\(0, 0, 0, 0\)|rgba\(0,0,0,0\)/.test(h))&&b.win.css("backgroundColor","#fff");b.rail.css({"z-index":x+101});b.zoom.css({"z-index":x+102});b.zoom.css("backgroundPosition","0px -18px");b.resizeZoom();b.onzoomin&&b.onzoomin.call(b);return b.cancelEvent(c)}};this.doZoomOut=  
101 -function(c){if(b.zoomactive)return b.zoomactive=!1,b.win.css("margin",""),b.win.css(b.zoomrestore.style),f.isios4&&e(window).scrollTop(b.zoomrestore.scrollTop),b.rail.css({"z-index":b.zindex}),b.zoom.css({"z-index":b.zindex}),b.zoomrestore=!1,b.zoom.css("backgroundPosition","0px 0px"),b.onResize(),b.onzoomout&&b.onzoomout.call(b),b.cancelEvent(c)};this.doZoom=function(c){return b.zoomactive?b.doZoomOut(c):b.doZoomIn(c)};this.resizeZoom=function(){if(b.zoomactive){var c=b.getScrollTop();b.win.css({width:e(window).width()-  
102 -b.zoomrestore.padding.w+"px",height:e(window).height()-b.zoomrestore.padding.h+"px"});b.onResize();b.setScrollTop(Math.min(b.page.maxh,c))}};this.init();e.nicescroll.push(this)},H=function(e){var c=this;this.nc=e;this.steptime=this.lasttime=this.speedy=this.speedx=this.lasty=this.lastx=0;this.snapy=this.snapx=!1;this.demuly=this.demulx=0;this.lastscrolly=this.lastscrollx=-1;this.timer=this.chky=this.chkx=0;this.time=function(){return+new Date};this.reset=function(e,l){c.stop();var k=c.time();c.steptime=  
103 -0;c.lasttime=k;c.speedx=0;c.speedy=0;c.lastx=e;c.lasty=l;c.lastscrollx=-1;c.lastscrolly=-1};this.update=function(e,l){var k=c.time();c.steptime=k-c.lasttime;c.lasttime=k;var k=l-c.lasty,t=e-c.lastx,b=c.nc.getScrollTop(),q=c.nc.getScrollLeft(),b=b+k,q=q+t;c.snapx=0>q||q>c.nc.page.maxw;c.snapy=0>b||b>c.nc.page.maxh;c.speedx=t;c.speedy=k;c.lastx=e;c.lasty=l};this.stop=function(){c.nc.unsynched("domomentum2d");c.timer&&clearTimeout(c.timer);c.timer=0;c.lastscrollx=-1;c.lastscrolly=-1};this.doSnapy=function(e,  
104 -l){var k=!1;0>l?(l=0,k=!0):l>c.nc.page.maxh&&(l=c.nc.page.maxh,k=!0);0>e?(e=0,k=!0):e>c.nc.page.maxw&&(e=c.nc.page.maxw,k=!0);k&&c.nc.doScrollPos(e,l,c.nc.opt.snapbackspeed)};this.doMomentum=function(e){var l=c.time(),k=e?l+e:c.lasttime;e=c.nc.getScrollLeft();var t=c.nc.getScrollTop(),b=c.nc.page.maxh,q=c.nc.page.maxw;c.speedx=0<q?Math.min(60,c.speedx):0;c.speedy=0<b?Math.min(60,c.speedy):0;k=k&&50>=l-k;if(0>t||t>b||0>e||e>q)k=!1;e=c.speedx&&k?c.speedx:!1;if(c.speedy&&k&&c.speedy||e){var f=Math.max(16,  
105 -c.steptime);50<f&&(e=f/50,c.speedx*=e,c.speedy*=e,f=50);c.demulxy=0;c.lastscrollx=c.nc.getScrollLeft();c.chkx=c.lastscrollx;c.lastscrolly=c.nc.getScrollTop();c.chky=c.lastscrolly;var r=c.lastscrollx,u=c.lastscrolly,d=function(){var e=600<c.time()-l?0.04:0.02;if(c.speedx&&(r=Math.floor(c.lastscrollx-c.speedx*(1-c.demulxy)),c.lastscrollx=r,0>r||r>q))e=0.1;if(c.speedy&&(u=Math.floor(c.lastscrolly-c.speedy*(1-c.demulxy)),c.lastscrolly=u,0>u||u>b))e=0.1;c.demulxy=Math.min(1,c.demulxy+e);c.nc.synched("domomentum2d",  
106 -function(){c.speedx&&(c.nc.getScrollLeft()!=c.chkx&&c.stop(),c.chkx=r,c.nc.setScrollLeft(r));c.speedy&&(c.nc.getScrollTop()!=c.chky&&c.stop(),c.chky=u,c.nc.setScrollTop(u));c.timer||(c.nc.hideCursor(),c.doSnapy(r,u))});1>c.demulxy?c.timer=setTimeout(d,f):(c.stop(),c.nc.hideCursor(),c.doSnapy(r,u))};d()}else c.doSnapy(c.nc.getScrollLeft(),c.nc.getScrollTop())}},A=e.fn.scrollTop;e.cssHooks.pageYOffset={get:function(k,c,h){return(c=e.data(k,"__nicescroll")||!1)&&c.ishwscroll?c.getScrollTop():A.call(k)},  
107 -set:function(k,c){var h=e.data(k,"__nicescroll")||!1;h&&h.ishwscroll?h.setScrollTop(parseInt(c)):A.call(k,c);return this}};e.fn.scrollTop=function(k){if("undefined"==typeof k){var c=this[0]?e.data(this[0],"__nicescroll")||!1:!1;return c&&c.ishwscroll?c.getScrollTop():A.call(this)}return this.each(function(){var c=e.data(this,"__nicescroll")||!1;c&&c.ishwscroll?c.setScrollTop(parseInt(k)):A.call(e(this),k)})};var B=e.fn.scrollLeft;e.cssHooks.pageXOffset={get:function(k,c,h){return(c=e.data(k,"__nicescroll")||  
108 -!1)&&c.ishwscroll?c.getScrollLeft():B.call(k)},set:function(k,c){var h=e.data(k,"__nicescroll")||!1;h&&h.ishwscroll?h.setScrollLeft(parseInt(c)):B.call(k,c);return this}};e.fn.scrollLeft=function(k){if("undefined"==typeof k){var c=this[0]?e.data(this[0],"__nicescroll")||!1:!1;return c&&c.ishwscroll?c.getScrollLeft():B.call(this)}return this.each(function(){var c=e.data(this,"__nicescroll")||!1;c&&c.ishwscroll?c.setScrollLeft(parseInt(k)):B.call(e(this),k)})};var C=function(k){var c=this;this.length=  
109 -0;this.name="nicescrollarray";this.each=function(e){for(var h=0;h<c.length;h++)e.call(c[h]);return c};this.push=function(e){c[c.length]=e;c.length++};this.eq=function(e){return c[e]};if(k)for(a=0;a<k.length;a++){var h=e.data(k[a],"__nicescroll")||!1;h&&(this[this.length]=h,this.length++)}return this};(function(e,c,h){for(var l=0;l<c.length;l++)h(e,c[l])})(C.prototype,"show hide toggle onResize resize remove stop doScrollPos".split(" "),function(e,c){e[c]=function(){var e=arguments;return this.each(function(){this[c].apply(this,  
110 -e)})}});e.fn.getNiceScroll=function(k){return"undefined"==typeof k?new C(this):e.data(this[k],"__nicescroll")||!1};e.extend(e.expr[":"],{nicescroll:function(k){return e.data(k,"__nicescroll")?!0:!1}});e.fn.niceScroll=function(k,c){"undefined"==typeof c&&("object"==typeof k&&!("jquery"in k))&&(c=k,k=!1);var h=new C;"undefined"==typeof c&&(c={});k&&(c.doc=e(k),c.win=e(this));var l=!("doc"in c);!l&&!("win"in c)&&(c.win=e(this));this.each(function(){var k=e(this).data("__nicescroll")||!1;k||(c.doc=l?  
111 -e(this):c.doc,k=new N(c,e(this)),e(this).data("__nicescroll",k));h.push(k)});return 1==h.length?h[0]:h};window.NiceScroll={getjQuery:function(){return e}};e.nicescroll||(e.nicescroll=new C,e.nicescroll.options=F)})(jQuery);  
pacotes/jquery/plugins/nicescroll/test/BEFORE USE LOAD FILES ON A WEB SITE.txt
pacotes/jquery/plugins/nicescroll/test/browser.html
@@ -1,229 +0,0 @@ @@ -1,229 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 2.2.0</title>  
6 -<style type="text/css">  
7 -.testok {  
8 - background-color: #71FF71;  
9 -}  
10 -.testko {  
11 - background-color: #FF6C6C;  
12 -}  
13 -body {  
14 - font-family: Verdana, Arial, Helvetica, sans-serif;  
15 - font-size: 12px;  
16 -}  
17 -.divs {  
18 - padding-top: 4px;  
19 -}  
20 -.num {  
21 - font-size: 10px;  
22 - color: #525252;  
23 - vertical-align: super;  
24 -}  
25 -</style>  
26 -  
27 -<script src="js/jquery.min.js"></script>  
28 -<script src="js/jquery.nicescroll.min.js"></script>  
29 -  
30 -<script>  
31 - var nice = false;  
32 -  
33 - $(document).ready(function() {  
34 - nice = $("html").niceScroll();  
35 - });  
36 -  
37 - var obj = window;//$(window);  
38 -  
39 - console.log(obj.length);  
40 - console.log("selector" in obj);  
41 -  
42 -</script>  
43 -  
44 -<script>  
45 -  
46 - function toCell(px,py,ok) {  
47 - $("#tab1").find('tr').eq(py).find('td').eq(px).addClass((ok)?'testok':'testko');  
48 - };  
49 -  
50 - $(window).load(function() {  
51 - $("#div1").html($("#div1").html()+' '+nice.version);  
52 - $("#div2").html($("#div2").html()+' '+navigator.userAgent);  
53 -  
54 - toCell(1,1,nice.detected.ismozilla);  
55 -  
56 - toCell(2,1,(nice.detected.prefixstyle=='-webkit-'));  
57 -  
58 - toCell(3,1,nice.detected.isie);  
59 - toCell(3,2,nice.detected.isie10);  
60 - toCell(3,3,nice.detected.isie9);  
61 - toCell(3,4,nice.detected.isie8);  
62 - toCell(3,5,nice.detected.isie7);  
63 - toCell(3,6,nice.detected.isieold);  
64 -  
65 - toCell(4,1,nice.detected.isopera);  
66 -  
67 - toCell(5,1,nice.detected.isios);  
68 - toCell(5,2,nice.detected.isios4);  
69 -  
70 - toCell(0,8,nice.detected.cantouch);  
71 - toCell(3,8,nice.detected.hasmstouch);  
72 -  
73 - toCell(1,10,nice.detected.hastransform);  
74 - toCell(1,11,nice.detected.hastranslate3d);  
75 - toCell(2,10,nice.detected.hastransition);  
76 - toCell(2,11,!!nice.detected.transitionend);  
77 - toCell(3,10,nice.hasanimationframe);  
78 - toCell(3,11,nice.hascancelanimationframe);  
79 -  
80 - toCell(1,12,nice.detected.hasmousecapture);  
81 - toCell(2,12,((nice.detected.cursorgrabvalue!='')&&(nice.detected.cursorgrabvalue.substr(0,3)!='url')));  
82 -  
83 -  
84 - });  
85 -  
86 -</script>  
87 -  
88 -<meta name="viewport" content="user-scalable=no" />  
89 -  
90 -</head>  
91 -  
92 -<body>  
93 -<p>CHECK YOU BROWSER PAGE</p>  
94 -<div id="div1">NiceScroll version:</div>  
95 -<div id="div2">You browser user agent:</div>  
96 -<table border="0" cellpadding="6" cellspacing="2" id="tab1">  
97 - <tr>  
98 - <td>&nbsp;</td>  
99 - <td>&nbsp;</td>  
100 - <td>&nbsp;</td>  
101 - <td>&nbsp;</td>  
102 - <td>&nbsp;</td>  
103 - <td>&nbsp;</td>  
104 - </tr>  
105 - <tr>  
106 - <td bgcolor="#E0E0E9">Browser class</td>  
107 - <td bgcolor="#E0E0E9">Mozilla</td>  
108 - <td bgcolor="#E0E0E9">WebKit</td>  
109 - <td bgcolor="#E0E0E9">IE</td>  
110 - <td bgcolor="#E0E0E9">Opera</td>  
111 - <td bgcolor="#E0E0E9">iOS <span class="num">(7)</span></td>  
112 - </tr>  
113 - <tr>  
114 - <td bgcolor="#E0E0E9">Families</td>  
115 - <td bgcolor="#E0E0E9">&nbsp;</td>  
116 - <td bgcolor="#E0E0E9">&nbsp;</td>  
117 - <td bgcolor="#E0E0E9">IE10+</td>  
118 - <td bgcolor="#E0E0E9">&nbsp;</td>  
119 - <td bgcolor="#E0E0E9">iOS4- <span class="num">(6)</span></td>  
120 - </tr>  
121 - <tr>  
122 - <td bgcolor="#E0E0E9">&nbsp;</td>  
123 - <td bgcolor="#E0E0E9">&nbsp;</td>  
124 - <td bgcolor="#E0E0E9">&nbsp;</td>  
125 - <td bgcolor="#E0E0E9">IE9+</td>  
126 - <td bgcolor="#E0E0E9">&nbsp;</td>  
127 - <td bgcolor="#E0E0E9">&nbsp;</td>  
128 - </tr>  
129 - <tr>  
130 - <td bgcolor="#E0E0E9">&nbsp;</td>  
131 - <td bgcolor="#E0E0E9">&nbsp;</td>  
132 - <td bgcolor="#E0E0E9">&nbsp;</td>  
133 - <td bgcolor="#E0E0E9">IE8</td>  
134 - <td bgcolor="#E0E0E9">&nbsp;</td>  
135 - <td bgcolor="#E0E0E9">&nbsp;</td>  
136 - </tr>  
137 - <tr>  
138 - <td bgcolor="#E0E0E9">&nbsp;</td>  
139 - <td bgcolor="#E0E0E9">&nbsp;</td>  
140 - <td bgcolor="#E0E0E9">&nbsp;</td>  
141 - <td bgcolor="#E0E0E9">IE7</td>  
142 - <td bgcolor="#E0E0E9">&nbsp;</td>  
143 - <td bgcolor="#E0E0E9">&nbsp;</td>  
144 - </tr>  
145 - <tr>  
146 - <td bgcolor="#E0E0E9">&nbsp;</td>  
147 - <td bgcolor="#E0E0E9">&nbsp;</td>  
148 - <td bgcolor="#E0E0E9">&nbsp;</td>  
149 - <td bgcolor="#E0E0E9">IE6- <span class="num">(1)</span></td>  
150 - <td bgcolor="#E0E0E9">&nbsp;</td>  
151 - <td bgcolor="#E0E0E9">&nbsp;</td>  
152 - </tr>  
153 - <tr>  
154 - <td>&nbsp;</td>  
155 - <td>&nbsp;</td>  
156 - <td>&nbsp;</td>  
157 - <td>&nbsp;</td>  
158 - <td>&nbsp;</td>  
159 - <td>&nbsp;</td>  
160 - </tr>  
161 - <tr bgcolor="#E0E0E9">  
162 - <td>Touch</td>  
163 - <td>&nbsp;</td>  
164 - <td>&nbsp;</td>  
165 - <td>MSPointer</td>  
166 - <td>&nbsp;</td>  
167 - <td>&nbsp;</td>  
168 - </tr>  
169 - <tr>  
170 - <td>&nbsp;</td>  
171 - <td>&nbsp;</td>  
172 - <td>&nbsp;</td>  
173 - <td>&nbsp;</td>  
174 - <td>&nbsp;</td>  
175 - <td>&nbsp;</td>  
176 - </tr>  
177 - <tr>  
178 - <td bgcolor="#E0E0E9">Browser capabilities</td>  
179 - <td bgcolor="#E0E0E9">Transform <span class="num">(2)</span></td>  
180 - <td bgcolor="#E0E0E9">Transition <span class="num">(4)</span></td>  
181 - <td bgcolor="#E0E0E9">AnimationFrame <span class="num">(5)</span></td>  
182 - <td bgcolor="#E0E0E9">&nbsp;</td>  
183 - <td bgcolor="#E0E0E9">&nbsp;</td>  
184 - </tr>  
185 - <tr>  
186 - <td bgcolor="#E0E0E9">&nbsp;</td>  
187 - <td bgcolor="#E0E0E9">translate3d <span class="num">(3)</span></td>  
188 - <td bgcolor="#E0E0E9">transitionEnd</td>  
189 - <td bgcolor="#E0E0E9">cancelAnimationFrame</td>  
190 - <td bgcolor="#E0E0E9">&nbsp;</td>  
191 - <td bgcolor="#E0E0E9">&nbsp;</td>  
192 - </tr>  
193 - <tr>  
194 - <td bgcolor="#E0E0E9">&nbsp;</td>  
195 - <td bgcolor="#E0E0E9">setCapture</td>  
196 - <td bgcolor="#E0E0E9">cursor:grab</td>  
197 - <td bgcolor="#E0E0E9">&nbsp;</td>  
198 - <td bgcolor="#E0E0E9">&nbsp;</td>  
199 - <td bgcolor="#E0E0E9">&nbsp;</td>  
200 - </tr>  
201 -</table>  
202 -<p>&nbsp; </p>  
203 -  
204 -<p>(1) position:fixed not supported, scrollbar for page and zoom features disabled<br />  
205 - (2) hardware scroll for wrapped div<br />  
206 -(3) hardware scroll preferable for mobile devices<br />  
207 -(4) transition (animation) used for scroll content (hw full implementation)<br />  
208 -(5) more smooth native scroll and cpu saving<br />  
209 -(6) some problem with zoom feature for browser limitation<br />  
210 -(7) use native scrollbar for page</p>  
211 -<p>&nbsp; </p>  
212 -  
213 -<script type="text/javascript">  
214 -  
215 - var _gaq = _gaq || [];  
216 - _gaq.push(['_setAccount', 'UA-26840957-1']);  
217 - _gaq.push(['_setDomainName', '.areaaperta.com']);  
218 - _gaq.push(['_trackPageview']);  
219 -  
220 - (function() {  
221 - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;  
222 - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';  
223 - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);  
224 - })();  
225 -  
226 -</script>  
227 -  
228 -</body>  
229 -</html>  
pacotes/jquery/plugins/nicescroll/test/ext/images/ios-style-checkboxes/off.png

2.52 KB

pacotes/jquery/plugins/nicescroll/test/ext/images/ios-style-checkboxes/on.png

2.44 KB

pacotes/jquery/plugins/nicescroll/test/ext/images/ios-style-checkboxes/slider.png

1.2 KB

pacotes/jquery/plugins/nicescroll/test/ext/images/ios-style-checkboxes/slider_center.png

260 Bytes

pacotes/jquery/plugins/nicescroll/test/ext/images/ios-style-checkboxes/slider_left.png

324 Bytes

pacotes/jquery/plugins/nicescroll/test/ext/images/ios-style-checkboxes/slider_right.png

321 Bytes

pacotes/jquery/plugins/nicescroll/test/ext/images/iphone-style-checkboxes/off.png

2.52 KB

pacotes/jquery/plugins/nicescroll/test/ext/images/iphone-style-checkboxes/on.png

2.44 KB

pacotes/jquery/plugins/nicescroll/test/ext/images/iphone-style-checkboxes/slider.png

1.2 KB

pacotes/jquery/plugins/nicescroll/test/ext/images/iphone-style-checkboxes/slider_center.png

260 Bytes

pacotes/jquery/plugins/nicescroll/test/ext/images/iphone-style-checkboxes/slider_left.png

324 Bytes

pacotes/jquery/plugins/nicescroll/test/ext/images/iphone-style-checkboxes/slider_right.png

321 Bytes

pacotes/jquery/plugins/nicescroll/test/ext/iphone-style-checkboxes.css
@@ -1,146 +0,0 @@ @@ -1,146 +0,0 @@
1 -.iPhoneCheckContainer {  
2 - -webkit-transform:translate3d(0,0,0);  
3 - position: relative;  
4 - height: 27px;  
5 - cursor: pointer;  
6 - overflow: hidden; }  
7 - .iPhoneCheckContainer input {  
8 - position: absolute;  
9 - top: 5px;  
10 - left: 30px;  
11 - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  
12 - opacity: 0; }  
13 - .iPhoneCheckContainer label {  
14 - white-space: nowrap;  
15 - font-size: 17px;  
16 - line-height: 17px;  
17 - font-weight: bold;  
18 - font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;  
19 - cursor: pointer;  
20 - display: block;  
21 - height: 27px;  
22 - position: absolute;  
23 - width: auto;  
24 - top: 0;  
25 - padding-top: 5px;  
26 - overflow: hidden; }  
27 - .iPhoneCheckContainer, .iPhoneCheckContainer label {  
28 - user-select: none;  
29 - -moz-user-select: none;  
30 - -khtml-user-select: none; }  
31 -  
32 -.iPhoneCheckDisabled {  
33 - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  
34 - opacity: 0.5; }  
35 -  
36 -label.iPhoneCheckLabelOn {  
37 - color: white;  
38 - background: url('images/iphone-style-checkboxes/on.png?1284697268') no-repeat;  
39 - text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);  
40 - left: 0;  
41 - padding-top: 5px; }  
42 - label.iPhoneCheckLabelOn span {  
43 - padding-left: 8px; }  
44 -label.iPhoneCheckLabelOff {  
45 - color: #8b8b8b;  
46 - background: url('images/iphone-style-checkboxes/off.png?1284697268') no-repeat right 0;  
47 - text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);  
48 - text-align: right;  
49 - right: 0; }  
50 - label.iPhoneCheckLabelOff span {  
51 - padding-right: 8px; }  
52 -  
53 -.iPhoneCheckHandle {  
54 - display: block;  
55 - height: 27px;  
56 - cursor: pointer;  
57 - position: absolute;  
58 - top: 0;  
59 - left: 0;  
60 - width: 0;  
61 - background: url('images/iphone-style-checkboxes/slider_left.png?1284697268') no-repeat;  
62 - padding-left: 3px; }  
63 -  
64 -.iPhoneCheckHandleRight {  
65 - height: 100%;  
66 - width: 100%;  
67 - padding-right: 3px;  
68 - background: url('images/iphone-style-checkboxes/slider_right.png?1284697268') no-repeat right 0; }  
69 -  
70 -.iPhoneCheckHandleCenter {  
71 - height: 100%;  
72 - width: 100%;  
73 - background: url('images/iphone-style-checkboxes/slider_center.png?1284697268'); }  
74 -  
75 -.iOSCheckContainer {  
76 - position: relative;  
77 - height: 27px;  
78 - cursor: pointer;  
79 - overflow: hidden; }  
80 - .iOSCheckContainer input {  
81 - position: absolute;  
82 - top: 5px;  
83 - left: 30px;  
84 - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);  
85 - opacity: 0; }  
86 - .iOSCheckContainer label {  
87 - white-space: nowrap;  
88 - font-size: 17px;  
89 - line-height: 17px;  
90 - font-weight: bold;  
91 - font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;  
92 - cursor: pointer;  
93 - display: block;  
94 - height: 27px;  
95 - position: absolute;  
96 - width: auto;  
97 - top: 0;  
98 - padding-top: 5px;  
99 - overflow: hidden; }  
100 - .iOSCheckContainer, .iOSCheckContainer label {  
101 - user-select: none;  
102 - -moz-user-select: none;  
103 - -khtml-user-select: none; }  
104 -  
105 -.iOSCheckDisabled {  
106 - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  
107 - opacity: 0.5; }  
108 -  
109 -label.iOSCheckLabelOn {  
110 - color: white;  
111 - background: url('images/ios-style-checkboxes/on.png?1284697268') no-repeat;  
112 - text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);  
113 - left: 0;  
114 - padding-top: 5px; }  
115 - label.iOSCheckLabelOn span {  
116 - padding-left: 8px; }  
117 -label.iOSCheckLabelOff {  
118 - color: #8b8b8b;  
119 - background: url('images/ios-style-checkboxes/off.png?1284697268') no-repeat right 0;  
120 - text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);  
121 - text-align: right;  
122 - right: 0; }  
123 - label.iOSCheckLabelOff span {  
124 - padding-right: 8px; }  
125 -  
126 -.iOSCheckHandle {  
127 - display: block;  
128 - height: 27px;  
129 - cursor: pointer;  
130 - position: absolute;  
131 - top: 0;  
132 - left: 0;  
133 - width: 0;  
134 - background: url('images/ios-style-checkboxes/slider_left.png?1284697268') no-repeat;  
135 - padding-left: 3px; }  
136 -  
137 -.iOSCheckHandleRight {  
138 - height: 100%;  
139 - width: 100%;  
140 - padding-right: 3px;  
141 - background: url('images/ios-style-checkboxes/slider_right.png?1284697268') no-repeat right 0; }  
142 -  
143 -.iOSCheckHandleCenter {  
144 - height: 100%;  
145 - width: 100%;  
146 - background: url('images/ios-style-checkboxes/slider_center.png?1284697268'); }  
pacotes/jquery/plugins/nicescroll/test/ext/iphone-style-checkboxes.js
@@ -1,285 +0,0 @@ @@ -1,285 +0,0 @@
1 -(function() {  
2 - var iOSCheckbox;  
3 - var __slice = Array.prototype.slice;  
4 - iOSCheckbox = (function() {  
5 - function iOSCheckbox(elem, options) {  
6 - var key, opts, value;  
7 - this.elem = $(elem);  
8 - opts = $.extend({}, iOSCheckbox.defaults, options);  
9 - for (key in opts) {  
10 - value = opts[key];  
11 - this[key] = value;  
12 - }  
13 - this.elem.data(this.dataName, this);  
14 - this.wrapCheckboxWithDivs();  
15 - this.attachEvents();  
16 - this.disableTextSelection();  
17 - if (this.resizeHandle) {  
18 - this.optionallyResize('handle');  
19 - }  
20 - if (this.resizeContainer) {  
21 - this.optionallyResize('container');  
22 - }  
23 - this.initialPosition();  
24 - }  
25 - iOSCheckbox.prototype.isDisabled = function() {  
26 - return this.elem.is(':disabled');  
27 - };  
28 - iOSCheckbox.prototype.wrapCheckboxWithDivs = function() {  
29 - this.elem.wrap("<div class='" + this.containerClass + "' />");  
30 - this.container = this.elem.parent();  
31 - this.offLabel = $("<label class='" + this.labelOffClass + "'>\n <span>" + this.uncheckedLabel + "</span>\n</label>").appendTo(this.container);  
32 - this.offSpan = this.offLabel.children('span');  
33 - this.onLabel = $("<label class='" + this.labelOnClass + "'>\n <span>" + this.checkedLabel + "</span>\n</label>").appendTo(this.container);  
34 - this.onSpan = this.onLabel.children('span');  
35 - return this.handle = $("<div class='" + this.handleClass + "'>\n <div class='" + this.handleRightClass + "'>\n <div class='" + this.handleCenterClass + "' />\n </div>\n</div>").appendTo(this.container);  
36 - };  
37 - iOSCheckbox.prototype.disableTextSelection = function() {  
38 - if ($.browser.msie) {  
39 - return $([this.handle, this.offLabel, this.onLabel, this.container]).attr("unselectable", "on");  
40 - }  
41 - };  
42 - iOSCheckbox.prototype._getDimension = function(elem, dimension) {  
43 - if ($.fn.actual != null) {  
44 - return elem.actual(dimension);  
45 - } else {  
46 - return elem[dimension]();  
47 - }  
48 - };  
49 - iOSCheckbox.prototype.optionallyResize = function(mode) {  
50 - var newWidth, offLabelWidth, onLabelWidth;  
51 - onLabelWidth = this._getDimension(this.onLabel, "width");  
52 - offLabelWidth = this._getDimension(this.offLabel, "width");  
53 - if (mode === "container") {  
54 - newWidth = onLabelWidth > offLabelWidth ? onLabelWidth : offLabelWidth;  
55 - newWidth += this._getDimension(this.handle, "width") + this.handleMargin;  
56 - return this.container.css({  
57 - width: newWidth  
58 - });  
59 - } else {  
60 - newWidth = onLabelWidth > offLabelWidth ? onLabelWidth : offLabelWidth;  
61 - return this.handle.css({  
62 - width: newWidth  
63 - });  
64 - }  
65 - };  
66 - iOSCheckbox.prototype.onMouseDown = function(event) {  
67 - var x;  
68 - event.preventDefault();  
69 - if (this.isDisabled()) {  
70 - return;  
71 - }  
72 - x = event.pageX || event.originalEvent.changedTouches[0].pageX;  
73 - iOSCheckbox.currentlyClicking = this.handle;  
74 - iOSCheckbox.dragStartPosition = x;  
75 - return iOSCheckbox.handleLeftOffset = parseInt(this.handle.css('left'), 10) || 0;  
76 - };  
77 - iOSCheckbox.prototype.onDragMove = function(event, x) {  
78 - var newWidth, p;  
79 - if (iOSCheckbox.currentlyClicking !== this.handle) {  
80 - return;  
81 - }  
82 - p = (x + iOSCheckbox.handleLeftOffset - iOSCheckbox.dragStartPosition) / this.rightSide;  
83 - if (p < 0) {  
84 - p = 0;  
85 - }  
86 - if (p > 1) {  
87 - p = 1;  
88 - }  
89 - newWidth = p * this.rightSide;  
90 - this.handle.css({  
91 - left: newWidth  
92 - });  
93 - this.onLabel.css({  
94 - width: newWidth + this.handleRadius  
95 - });  
96 - this.offSpan.css({  
97 - marginRight: -newWidth  
98 - });  
99 - return this.onSpan.css({  
100 - marginLeft: -(1 - p) * this.rightSide  
101 - });  
102 - };  
103 - iOSCheckbox.prototype.onDragEnd = function(event, x) {  
104 - var p;  
105 - if (iOSCheckbox.currentlyClicking !== this.handle) {  
106 - return;  
107 - }  
108 - if (this.isDisabled()) {  
109 - return;  
110 - }  
111 - if (iOSCheckbox.dragging) {  
112 - p = (x - iOSCheckbox.dragStartPosition) / this.rightSide;  
113 - this.elem.prop('checked', p >= 0.5);  
114 - } else {  
115 - this.elem.prop('checked', !this.elem.prop('checked'));  
116 - }  
117 - this.elem.change();  
118 - iOSCheckbox.currentlyClicking = null;  
119 - iOSCheckbox.dragging = null;  
120 - return this.didChange();  
121 - };  
122 - iOSCheckbox.prototype.refresh = function() {  
123 - return this.didChange();  
124 - };  
125 - iOSCheckbox.prototype.didChange = function() {  
126 - var new_left;  
127 - if (typeof this.onChange === "function") {  
128 - this.onChange(this.elem, this.elem.prop('checked'));  
129 - }  
130 - if (this.isDisabled()) {  
131 - this.container.addClass(this.disabledClass);  
132 - return false;  
133 - } else {  
134 - this.container.removeClass(this.disabledClass);  
135 - }  
136 - new_left = this.elem.prop('checked') ? this.rightSide : 0;  
137 - this.handle.animate({  
138 - left: new_left  
139 - }, this.duration);  
140 - this.onLabel.animate({  
141 - width: new_left + this.handleRadius  
142 - }, this.duration);  
143 - this.offSpan.animate({  
144 - marginRight: -new_left  
145 - }, this.duration);  
146 - return this.onSpan.animate({  
147 - marginLeft: new_left - this.rightSide  
148 - }, this.duration);  
149 - };  
150 - iOSCheckbox.prototype.attachEvents = function() {  
151 - var localMouseMove, localMouseUp, self;  
152 - self = this;  
153 - localMouseMove = function(event) {  
154 - return self.onGlobalMove.apply(self, arguments);  
155 - };  
156 - localMouseUp = function(event) {  
157 - self.onGlobalUp.apply(self, arguments);  
158 - $(document).unbind('mousemove touchmove', localMouseMove);  
159 - return $(document).unbind('mouseup touchend', localMouseUp);  
160 - };  
161 - this.elem.change(function() {  
162 - return self.refresh();  
163 - });  
164 - return this.container.bind('mousedown touchstart', function(event) {  
165 - self.onMouseDown.apply(self, arguments);  
166 - $(document).bind('mousemove touchmove', localMouseMove);  
167 - return $(document).bind('mouseup touchend', localMouseUp);  
168 - });  
169 - };  
170 - iOSCheckbox.prototype.initialPosition = function() {  
171 - var containerWidth, offset;  
172 - containerWidth = this._getDimension(this.container, "width");  
173 - this.offLabel.css({  
174 - width: containerWidth - this.containerRadius  
175 - });  
176 - offset = this.containerRadius + 1;  
177 - if ($.browser.msie && $.browser.version < 7) {  
178 - offset -= 3;  
179 - }  
180 - this.rightSide = containerWidth - this._getDimension(this.handle, "width") - offset;  
181 - if (this.elem.is(':checked')) {  
182 - this.handle.css({  
183 - left: this.rightSide  
184 - });  
185 - this.onLabel.css({  
186 - width: this.rightSide + this.handleRadius  
187 - });  
188 - this.offSpan.css({  
189 - marginRight: -this.rightSide  
190 - });  
191 - } else {  
192 - this.onLabel.css({  
193 - width: 0  
194 - });  
195 - this.onSpan.css({  
196 - marginLeft: -this.rightSide  
197 - });  
198 - }  
199 - if (this.isDisabled()) {  
200 - return this.container.addClass(this.disabledClass);  
201 - }  
202 - };  
203 - iOSCheckbox.prototype.onGlobalMove = function(event) {  
204 - var x;  
205 - if (!(!this.isDisabled() && iOSCheckbox.currentlyClicking)) {  
206 - return;  
207 - }  
208 - event.preventDefault();  
209 - x = event.pageX || event.originalEvent.changedTouches[0].pageX;  
210 - if (!iOSCheckbox.dragging && (Math.abs(iOSCheckbox.dragStartPosition - x) > this.dragThreshold)) {  
211 - iOSCheckbox.dragging = true;  
212 - }  
213 - return this.onDragMove(event, x);  
214 - };  
215 - iOSCheckbox.prototype.onGlobalUp = function(event) {  
216 - var x;  
217 - if (!iOSCheckbox.currentlyClicking) {  
218 - return;  
219 - }  
220 - event.preventDefault();  
221 - x = event.pageX || event.originalEvent.changedTouches[0].pageX;  
222 - this.onDragEnd(event, x);  
223 - return false;  
224 - };  
225 - iOSCheckbox.defaults = {  
226 - duration: 200,  
227 - checkedLabel: 'ON',  
228 - uncheckedLabel: 'OFF',  
229 - resizeHandle: true,  
230 - resizeContainer: true,  
231 - disabledClass: 'iPhoneCheckDisabled',  
232 - containerClass: 'iPhoneCheckContainer',  
233 - labelOnClass: 'iPhoneCheckLabelOn',  
234 - labelOffClass: 'iPhoneCheckLabelOff',  
235 - handleClass: 'iPhoneCheckHandle',  
236 - handleCenterClass: 'iPhoneCheckHandleCenter',  
237 - handleRightClass: 'iPhoneCheckHandleRight',  
238 - dragThreshold: 5,  
239 - handleMargin: 15,  
240 - handleRadius: 4,  
241 - containerRadius: 5,  
242 - dataName: "iphoneStyle",  
243 - onChange: function() {}  
244 - };  
245 - return iOSCheckbox;  
246 - })();  
247 - $.iphoneStyle = this.iOSCheckbox = iOSCheckbox;  
248 - $.fn.iphoneStyle = function() {  
249 - var args, checkbox, dataName, existingControl, method, params, _i, _len, _ref, _ref2, _ref3, _ref4;  
250 - args = 1 <= arguments.length ? __slice.call(arguments, 0) : [];  
251 - dataName = (_ref = (_ref2 = args[0]) != null ? _ref2.dataName : void 0) != null ? _ref : iOSCheckbox.defaults.dataName;  
252 - _ref3 = this.filter(':checkbox');  
253 - for (_i = 0, _len = _ref3.length; _i < _len; _i++) {  
254 - checkbox = _ref3[_i];  
255 - existingControl = $(checkbox).data(dataName);  
256 - if (existingControl != null) {  
257 - method = args[0], params = 2 <= args.length ? __slice.call(args, 1) : [];  
258 - if ((_ref4 = existingControl[method]) != null) {  
259 - _ref4.apply(existingControl, params);  
260 - }  
261 - } else {  
262 - new iOSCheckbox(checkbox, args[0]);  
263 - }  
264 - }  
265 - return this;  
266 - };  
267 - $.fn.iOSCheckbox = function(options) {  
268 - var opts;  
269 - if (options == null) {  
270 - options = {};  
271 - }  
272 - opts = $.extend({}, options, {  
273 - resizeHandle: false,  
274 - disabledClass: 'iOSCheckDisabled',  
275 - containerClass: 'iOSCheckContainer',  
276 - labelOnClass: 'iOSCheckLabelOn',  
277 - labelOffClass: 'iOSCheckLabelOff',  
278 - handleClass: 'iOSCheckHandle',  
279 - handleCenterClass: 'iOSCheckHandleCenter',  
280 - handleRightClass: 'iOSCheckHandleRight',  
281 - dataName: 'iOSCheckbox'  
282 - });  
283 - return this.iphoneStyle(opts);  
284 - };  
285 -}).call(this);  
pacotes/jquery/plugins/nicescroll/test/ext/iphone-style-checkboxes2.js
@@ -1,284 +0,0 @@ @@ -1,284 +0,0 @@
1 -(function() {  
2 - var iOSCheckbox;  
3 - var __slice = Array.prototype.slice;  
4 - iOSCheckbox = (function() {  
5 - function iOSCheckbox(elem, options) {  
6 - var key, opts, value;  
7 - this.elem = $(elem);  
8 - opts = $.extend({}, iOSCheckbox.defaults, options);  
9 - for (key in opts) {  
10 - value = opts[key];  
11 - this[key] = value;  
12 - }  
13 - this.elem.data(this.dataName, this);  
14 - this.wrapCheckboxWithDivs();  
15 - this.attachEvents();  
16 - this.disableTextSelection();  
17 - if (this.resizeHandle) {  
18 - this.optionallyResize('handle');  
19 - }  
20 - if (this.resizeContainer) {  
21 - this.optionallyResize('container');  
22 - }  
23 - this.initialPosition();  
24 - }  
25 - iOSCheckbox.prototype.isDisabled = function() {  
26 - return this.elem.is(':disabled');  
27 - };  
28 - iOSCheckbox.prototype.wrapCheckboxWithDivs = function() {  
29 - this.elem.wrap("<div class='" + this.containerClass + "' />");  
30 - this.container = this.elem.parent();  
31 - this.offLabel = $("<label class='" + this.labelOffClass + "'>\n <span>" + this.uncheckedLabel + "</span>\n</label>").appendTo(this.container);  
32 - this.offSpan = this.offLabel.children('span');  
33 - this.onLabel = $("<label class='" + this.labelOnClass + "'>\n <span>" + this.checkedLabel + "</span>\n</label>").appendTo(this.container);  
34 - this.onSpan = this.onLabel.children('span');  
35 - return this.handle = $("<div class='" + this.handleClass + "'>\n <div class='" + this.handleRightClass + "'>\n <div class='" + this.handleCenterClass + "' />\n </div>\n</div>").appendTo(this.container);  
36 - };  
37 - iOSCheckbox.prototype.disableTextSelection = function() {  
38 - if ($.browser.msie) {  
39 - return $([this.handle, this.offLabel, this.onLabel, this.container]).attr("unselectable", "on");  
40 - }  
41 - };  
42 - iOSCheckbox.prototype._getDimension = function(elem, dimension) {  
43 - if ($.fn.actual != null) {  
44 - return elem.actual(dimension);  
45 - } else {  
46 - return elem[dimension]();  
47 - }  
48 - };  
49 - iOSCheckbox.prototype.optionallyResize = function(mode) {  
50 - var newWidth, offLabelWidth, onLabelWidth;  
51 - onLabelWidth = this._getDimension(this.onLabel, "width");  
52 - offLabelWidth = this._getDimension(this.offLabel, "width");  
53 - if (mode === "container") {  
54 - newWidth = onLabelWidth > offLabelWidth ? onLabelWidth : offLabelWidth;  
55 - newWidth += this._getDimension(this.handle, "width") + this.handleMargin;  
56 - return this.container.css({  
57 - width: newWidth  
58 - });  
59 - } else {  
60 - newWidth = onLabelWidth > offLabelWidth ? onLabelWidth : offLabelWidth;  
61 - return this.handle.css({  
62 - width: newWidth  
63 - });  
64 - }  
65 - };  
66 - iOSCheckbox.prototype.onMouseDown = function(event) {  
67 - var x;  
68 - event.preventDefault();  
69 - if (this.isDisabled()) {  
70 - return;  
71 - }  
72 - x = event.pageX || event.originalEvent.changedTouches[0].pageX;  
73 - iOSCheckbox.currentlyClicking = this.handle;  
74 - iOSCheckbox.dragStartPosition = x;  
75 - return iOSCheckbox.handleLeftOffset = parseInt(this.handle.css('left'), 10) || 0;  
76 - };  
77 - iOSCheckbox.prototype.onDragMove = function(event, x) {  
78 - var newWidth, p;  
79 - if (iOSCheckbox.currentlyClicking !== this.handle) {  
80 - return;  
81 - }  
82 - p = (x + iOSCheckbox.handleLeftOffset - iOSCheckbox.dragStartPosition) / this.rightSide;  
83 - if (p < 0) {  
84 - p = 0;  
85 - }  
86 - if (p > 1) {  
87 - p = 1;  
88 - }  
89 - newWidth = p * this.rightSide;  
90 - this.handle.css({  
91 - left: newWidth  
92 - });  
93 - this.onLabel.css({  
94 - width: newWidth + this.handleRadius  
95 - });  
96 - this.offSpan.css({  
97 - marginRight: -newWidth  
98 - });  
99 - return this.onSpan.css({  
100 - marginLeft: -(1 - p) * this.rightSide  
101 - });  
102 - };  
103 - iOSCheckbox.prototype.onDragEnd = function(event, x) {  
104 - var p;  
105 - if (iOSCheckbox.currentlyClicking !== this.handle) {  
106 - return;  
107 - }  
108 - if (this.isDisabled()) {  
109 - return;  
110 - }  
111 - if (iOSCheckbox.dragging) {  
112 - p = (x - iOSCheckbox.dragStartPosition) / this.rightSide;  
113 - this.elem.prop('checked', p >= 0.5);  
114 - } else {  
115 - this.elem.prop('checked', !this.elem.prop('checked'));  
116 - }  
117 - iOSCheckbox.currentlyClicking = null;  
118 - iOSCheckbox.dragging = null;  
119 - return this.didChange();  
120 - };  
121 - iOSCheckbox.prototype.refresh = function() {  
122 - return this.didChange();  
123 - };  
124 - iOSCheckbox.prototype.didChange = function() {  
125 - var new_left;  
126 - if (typeof this.onChange === "function") {  
127 - this.onChange(this.elem, this.elem.prop('checked'));  
128 - }  
129 - if (this.isDisabled()) {  
130 - this.container.addClass(this.disabledClass);  
131 - return false;  
132 - } else {  
133 - this.container.removeClass(this.disabledClass);  
134 - }  
135 - new_left = this.elem.prop('checked') ? this.rightSide : 0;  
136 - this.handle.animate({  
137 - left: new_left  
138 - }, this.duration);  
139 - this.onLabel.animate({  
140 - width: new_left + this.handleRadius  
141 - }, this.duration);  
142 - this.offSpan.animate({  
143 - marginRight: -new_left  
144 - }, this.duration);  
145 - return this.onSpan.animate({  
146 - marginLeft: new_left - this.rightSide  
147 - }, this.duration);  
148 - };  
149 - iOSCheckbox.prototype.attachEvents = function() {  
150 - var localMouseMove, localMouseUp, self;  
151 - self = this;  
152 - localMouseMove = function(event) {  
153 - return self.onGlobalMove.apply(self, arguments);  
154 - };  
155 - localMouseUp = function(event) {  
156 - self.onGlobalUp.apply(self, arguments);  
157 - $(document).unbind('mousemove touchmove', localMouseMove);  
158 - return $(document).unbind('mouseup touchend', localMouseUp);  
159 - };  
160 - this.elem.change(function() {  
161 - return self.refresh();  
162 - });  
163 - return this.container.bind('mousedown touchstart', function(event) {  
164 - self.onMouseDown.apply(self, arguments);  
165 - $(document).bind('mousemove touchmove', localMouseMove);  
166 - return $(document).bind('mouseup touchend', localMouseUp);  
167 - });  
168 - };  
169 - iOSCheckbox.prototype.initialPosition = function() {  
170 - var containerWidth, offset;  
171 - containerWidth = this._getDimension(this.container, "width");  
172 - this.offLabel.css({  
173 - width: containerWidth - this.containerRadius  
174 - });  
175 - offset = this.containerRadius + 1;  
176 - if ($.browser.msie && $.browser.version < 7) {  
177 - offset -= 3;  
178 - }  
179 - this.rightSide = containerWidth - this._getDimension(this.handle, "width") - offset;  
180 - if (this.elem.is(':checked')) {  
181 - this.handle.css({  
182 - left: this.rightSide  
183 - });  
184 - this.onLabel.css({  
185 - width: this.rightSide + this.handleRadius  
186 - });  
187 - this.offSpan.css({  
188 - marginRight: -this.rightSide  
189 - });  
190 - } else {  
191 - this.onLabel.css({  
192 - width: 0  
193 - });  
194 - this.onSpan.css({  
195 - marginLeft: -this.rightSide  
196 - });  
197 - }  
198 - if (this.isDisabled()) {  
199 - return this.container.addClass(this.disabledClass);  
200 - }  
201 - };  
202 - iOSCheckbox.prototype.onGlobalMove = function(event) {  
203 - var x;  
204 - if (!(!this.isDisabled() && iOSCheckbox.currentlyClicking)) {  
205 - return;  
206 - }  
207 - event.preventDefault();  
208 - x = event.pageX || event.originalEvent.changedTouches[0].pageX;  
209 - if (!iOSCheckbox.dragging && (Math.abs(iOSCheckbox.dragStartPosition - x) > this.dragThreshold)) {  
210 - iOSCheckbox.dragging = true;  
211 - }  
212 - return this.onDragMove(event, x);  
213 - };  
214 - iOSCheckbox.prototype.onGlobalUp = function(event) {  
215 - var x;  
216 - if (!iOSCheckbox.currentlyClicking) {  
217 - return;  
218 - }  
219 - event.preventDefault();  
220 - x = event.pageX || event.originalEvent.changedTouches[0].pageX;  
221 - this.onDragEnd(event, x);  
222 - return false;  
223 - };  
224 - iOSCheckbox.defaults = {  
225 - duration: 200,  
226 - checkedLabel: 'ON',  
227 - uncheckedLabel: 'OFF',  
228 - resizeHandle: true,  
229 - resizeContainer: true,  
230 - disabledClass: 'iPhoneCheckDisabled',  
231 - containerClass: 'iPhoneCheckContainer',  
232 - labelOnClass: 'iPhoneCheckLabelOn',  
233 - labelOffClass: 'iPhoneCheckLabelOff',  
234 - handleClass: 'iPhoneCheckHandle',  
235 - handleCenterClass: 'iPhoneCheckHandleCenter',  
236 - handleRightClass: 'iPhoneCheckHandleRight',  
237 - dragThreshold: 5,  
238 - handleMargin: 15,  
239 - handleRadius: 4,  
240 - containerRadius: 5,  
241 - dataName: "iphoneStyle",  
242 - onChange: function() {}  
243 - };  
244 - return iOSCheckbox;  
245 - })();  
246 - $.iphoneStyle = this.iOSCheckbox = iOSCheckbox;  
247 - $.fn.iphoneStyle = function() {  
248 - var args, checkbox, dataName, existingControl, method, params, _i, _len, _ref, _ref2, _ref3, _ref4;  
249 - args = 1 <= arguments.length ? __slice.call(arguments, 0) : [];  
250 - dataName = (_ref = (_ref2 = args[0]) != null ? _ref2.dataName : void 0) != null ? _ref : iOSCheckbox.defaults.dataName;  
251 - _ref3 = this.filter(':checkbox');  
252 - for (_i = 0, _len = _ref3.length; _i < _len; _i++) {  
253 - checkbox = _ref3[_i];  
254 - existingControl = $(checkbox).data(dataName);  
255 - if (existingControl != null) {  
256 - method = args[0], params = 2 <= args.length ? __slice.call(args, 1) : [];  
257 - if ((_ref4 = existingControl[method]) != null) {  
258 - _ref4.apply(existingControl, params);  
259 - }  
260 - } else {  
261 - new iOSCheckbox(checkbox, args[0]);  
262 - }  
263 - }  
264 - return this;  
265 - };  
266 - $.fn.iOSCheckbox = function(options) {  
267 - var opts;  
268 - if (options == null) {  
269 - options = {};  
270 - }  
271 - opts = $.extend({}, options, {  
272 - resizeHandle: false,  
273 - disabledClass: 'iOSCheckDisabled',  
274 - containerClass: 'iOSCheckContainer',  
275 - labelOnClass: 'iOSCheckLabelOn',  
276 - labelOffClass: 'iOSCheckLabelOff',  
277 - handleClass: 'iOSCheckHandle',  
278 - handleCenterClass: 'iOSCheckHandleCenter',  
279 - handleRightClass: 'iOSCheckHandleRight',  
280 - dataName: 'iOSCheckbox'  
281 - });  
282 - return this.iphoneStyle(opts);  
283 - };  
284 -}).call(this);  
pacotes/jquery/plugins/nicescroll/test/fixed.html
@@ -1,209 +0,0 @@ @@ -1,209 +0,0 @@
1 -<!DOCTYPE html>  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 2.2.0</title>  
6 -<style type="text/css">  
7 -#boxscroll {  
8 - padding: 40px;  
9 - height: 220px;  
10 - width: 460px;  
11 - border: 2px solid #00F;  
12 - overflow: auto;  
13 - margin-bottom:20px;  
14 - margin-right: auto;  
15 - margin-left: auto;  
16 -}  
17 -#boxscroll2 {  
18 - padding: 40px;  
19 - height: 120px;  
20 - width: 500px;  
21 - border: 2px solid #F00;  
22 - overflow: auto;  
23 - position: fixed;  
24 - top: 200px;  
25 - left: 200px;  
26 -}  
27 -#boxscroll3 {  
28 - overflow: hidden;  
29 -}  
30 -#boxframe {  
31 - position:absolute;  
32 - top:8px;  
33 - left:420px;  
34 - width:400px;  
35 - height:300px;  
36 - overflow:auto;  
37 - border: 2px solid #0F0;  
38 -}  
39 -#boxscroll4 {  
40 - height: 150px;  
41 - margin-top: 40px;  
42 - background-color: #00FF66;  
43 - font-family: Georgia, "Times New Roman", Times, serif;  
44 - font-size: 18px;  
45 - padding: 20px;  
46 - color: #006633;  
47 - overflow: auto;  
48 -}  
49 -</style>  
50 -  
51 -<script src="js/jquery.min.js"></script>  
52 -<script src="js/jquery.nicescroll.min.js"></script>  
53 -  
54 -<script>  
55 - $(document).ready(function() {  
56 -  
57 -// $("html").niceScroll(); // The document page (html)  
58 -  
59 - $("#boxscroll").niceScroll({touchbehavior:false,cursorcolor:"#00F",cursoropacitymax:0.7,cursorwidth:11,cursorborder:"1px solid #2848BE",cursorborderradius:"8px",background:"#ccc",autohidemode:"scroll"}).cursor.css({"background-image":"url(img/mac6scroll.png)"}); // MAC like scrollbar  
60 -  
61 - $("#boxscroll2").niceScroll({touchbehavior:false,cursorcolor:"#00F",cursoropacitymax:0.7,cursorwidth:6,background:"#ccc",autohidemode:false});  
62 -  
63 - });  
64 -</script>  
65 -  
66 -<script>  
67 - function doRemove(name) {  
68 - $(name).getNiceScroll().remove();  
69 - };  
70 -  
71 - var vis = true;  
72 -  
73 - function toggleVisibility() {  
74 - vis = !vis;  
75 - var ns = $("#boxscroll").getNiceScroll();  
76 - (vis) ? ns.show() : ns.hide();  
77 - }  
78 -  
79 - function toggleDiv() {  
80 - var dv = $("#boxscroll");  
81 - var vv = (dv.css('display')!='none');  
82 - (vv) ? dv.hide() : dv.show();  
83 -// var ns = dv.getNiceScroll();  
84 -// ns.resize();  
85 - }  
86 -  
87 -</script>  
88 -  
89 -<meta name="viewport" content="user-scalable=no" />  
90 -  
91 -</head>  
92 -  
93 -<body>  
94 -<div id="div1">NiceScroll version:</div>  
95 -<script>$(function(){var nice=$(":nicescroll").getNiceScroll(0);$("#div1").html($("#div1").html()+' '+nice.version+' ($:'+$().jquery+')')})</script>  
96 -  
97 -  
98 -<div style="height:400px"></div>  
99 -  
100 -<div id="boxscroll" style="display:none2">  
101 -THIS IS A SIMPLE SCROLLABLE DIV  
102 - <h2> Package Description </h2>  
103 - <p>Release Date: August 10, 2010</p>  
104 - <p>The <a title="http://www.openprinting.org/show_driver.cgi?driver=hpijs" rel="nofollow" href="http://www.openprinting.org/show_driver.cgi?driver=hpijs">HPIJS</a> driver is the free, <a title="http://hplipopensource.com/hplip-web/index.html" rel="nofollow" href="http://hplipopensource.com/hplip-web/index.html">open-source driver</a> issued by HP for their DeskJet and LaserJet printers. For most <a title="" href="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosx/hpijs#Printers">supported printers</a>, this driver produces output quality equivalent to the proprietary HP drivers. In photo mode, with photo paper, the output quality is very high, especially for the HP DeskJet 990C and later models, which auto-detect the paper type in hardware. Photo printing is fully supported in the newer 6- and 7-ink models.</p>  
105 - <p>A major advantage of using this driver over those supplied by HP is the direct interface between HPIJS and the native CUPS spooler, which allows printing from any printer over any available connection such as USB, AppleTalk, TCP/IP (via LPD and IPP), HP JetDirect, and shared windows printers via SAMBA. Additionally, this driver utilizes the existing Mac OS X USB &quot;backend&quot; and thus does not install any software that might interfere with standard USB operation.</p>  
106 - <p>Please note:</p>  
107 -  
108 -<form id="form1" name="form1" method="post" action="">  
109 - <p>  
110 - <input type="text" name="a" id="a" />  
111 - <input name="" type="button" onclick="this.value+=1" value="1" />  
112 - <input name="" type="checkbox" value="1" />  
113 - <select name="" >  
114 - <option>- 1 -</option>  
115 - <option>- 2 -</option>  
116 - <option>- 3 -</option>  
117 - <option>- 4 -</option>  
118 - </select>  
119 - </p>  
120 - <textarea name="textarea" id="textarea" cols="45" rows="5"></textarea>  
121 - </form>  
122 -  
123 - <ul>  
124 - <li>HP does not provide any support for HPLIP or HPIJS on the Mac OS X platform.</li>  
125 - <li><a href="http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs-USB">Several HP USB devices</a> may not print successfully over the standard Mac OS X USB &quot;backend&quot;. Please <a href="http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs-USB">see this note</a> for more information.</li>  
126 - </ul>  
127 - <h2>Release Notes</h2>  
128 - <ul>  
129 - <li>This release fixes a problem with the PPDs that caused many job options such as page orientation, color/grayscale mode, duplex printing, etc. to fail.</li>  
130 - <li>HPIJS is HP's universal printer driver for most of their non-PostScript printers. It comes as a part of HPLIP, HP Linux Imaging and Printing.</li>  
131 - <li>The PPDs for HP printers are now sourced from the HPLIP package rather than the OpenPrinting.org database.</li>  
132 - <li>PPDs for printers from other manufacturers are provided by OpenPrinting.org.</li>  
133 - <li>Some printers are only partially supported. Printers such as<br />  
134 - HP LaserJet 1022<br />  
135 - HP LaserJet p1505n<br />  
136 - HP LaserJet p12014<br />  
137 - HP LaserJet p2035<br />  
138 - require a proprietary plug-in for full support. This package does not contain or support such plug-ins.</li>  
139 - </ul>  
140 - <p><a name="Printer_Set_Up_Instructions" id="Printer_Set_Up_Instructions"></a></p>  
141 - <h2> Printer Set Up Instructions </h2>  
142 - <p>To add a printer queue, Leopard (Mac OS X 10.5.x) users should use the Print &amp; Fax from System Preferences. Click on the + (plus) icon at the lower left. A new window will open. In that window, click the Default Browser icon at the top left. Highlight your printer in the section below. Use the &quot;Print Using&quot; pop-up menu near the bottom of the window to select the correct PPD for your printer and click Add.</p>  
143 - <p>Tiger users should open the Printer Setup Utility and click on the Add icon at the top of the Printer List window. A new window will open. In that window, click the Default Browser icon at the top left. Highlight your printer in the section below. Use the &quot;Print Using&quot; pop-up menu near the bottom of the window to select the correct PPD for your printer and click Add.</p>  
144 - <p>Jaguar (OS X 10.2.x) and Panther (OS X 10.3.x) users should open Print Center (Jaguar) or Printer Setup Utility (Panther), hold down the Option key, and click the Add Printer button in the Print Center toolbar. Within the setup sheet, choose Advanced from the top popup menu; then in the &quot;Device:&quot; popup menu select your printer by name (it should be the last item in the menu list). Finally, select the correct PPD from the model browser and click Add.</p>  
145 -</div>  
146 -  
147 -<div id="boxscroll2" style="display:none2">  
148 -THIS IS A SIMPLE SCROLLABLE DIV  
149 - <h2> Package Description </h2>  
150 - <p>Release Date: August 10, 2010</p>  
151 - <p>The <a title="http://www.openprinting.org/show_driver.cgi?driver=hpijs" rel="nofollow" href="http://www.openprinting.org/show_driver.cgi?driver=hpijs">HPIJS</a> driver is the free, <a title="http://hplipopensource.com/hplip-web/index.html" rel="nofollow" href="http://hplipopensource.com/hplip-web/index.html">open-source driver</a> issued by HP for their DeskJet and LaserJet printers. For most <a title="" href="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosx/hpijs#Printers">supported printers</a>, this driver produces output quality equivalent to the proprietary HP drivers. In photo mode, with photo paper, the output quality is very high, especially for the HP DeskJet 990C and later models, which auto-detect the paper type in hardware. Photo printing is fully supported in the newer 6- and 7-ink models.</p>  
152 - <p>A major advantage of using this driver over those supplied by HP is the direct interface between HPIJS and the native CUPS spooler, which allows printing from any printer over any available connection such as USB, AppleTalk, TCP/IP (via LPD and IPP), HP JetDirect, and shared windows printers via SAMBA. Additionally, this driver utilizes the existing Mac OS X USB &quot;backend&quot; and thus does not install any software that might interfere with standard USB operation.</p>  
153 - <p>Please note:</p>  
154 -  
155 -<form id="form1" name="form1" method="post" action="">  
156 - <p>  
157 - <input type="text" name="a" id="a" />  
158 - <input name="" type="button" onclick="this.value+=1" value="1" />  
159 - <input name="" type="checkbox" value="1" />  
160 - <select name="" >  
161 - <option>- 1 -</option>  
162 - <option>- 2 -</option>  
163 - <option>- 3 -</option>  
164 - <option>- 4 -</option>  
165 - </select>  
166 - </p>  
167 - <textarea name="textarea" id="textarea" cols="45" rows="5"></textarea>  
168 - </form>  
169 -  
170 - <ul>  
171 - <li>HP does not provide any support for HPLIP or HPIJS on the Mac OS X platform.</li>  
172 - <li><a href="http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs-USB">Several HP USB devices</a> may not print successfully over the standard Mac OS X USB &quot;backend&quot;. Please <a href="http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs-USB">see this note</a> for more information.</li>  
173 - </ul>  
174 - <h2>Release Notes</h2>  
175 - <ul>  
176 - <li>This release fixes a problem with the PPDs that caused many job options such as page orientation, color/grayscale mode, duplex printing, etc. to fail.</li>  
177 - <li>HPIJS is HP's universal printer driver for most of their non-PostScript printers. It comes as a part of HPLIP, HP Linux Imaging and Printing.</li>  
178 - <li>The PPDs for HP printers are now sourced from the HPLIP package rather than the OpenPrinting.org database.</li>  
179 - <li>PPDs for printers from other manufacturers are provided by OpenPrinting.org.</li>  
180 - <li>Some printers are only partially supported. Printers such as<br />  
181 - HP LaserJet 1022<br />  
182 - HP LaserJet p1505n<br />  
183 - HP LaserJet p12014<br />  
184 - HP LaserJet p2035<br />  
185 - require a proprietary plug-in for full support. This package does not contain or support such plug-ins.</li>  
186 - </ul>  
187 - <p><a name="Printer_Set_Up_Instructions" id="Printer_Set_Up_Instructions"></a></p>  
188 - <h2> Printer Set Up Instructions </h2>  
189 - <p>To add a printer queue, Leopard (Mac OS X 10.5.x) users should use the Print &amp; Fax from System Preferences. Click on the + (plus) icon at the lower left. A new window will open. In that window, click the Default Browser icon at the top left. Highlight your printer in the section below. Use the &quot;Print Using&quot; pop-up menu near the bottom of the window to select the correct PPD for your printer and click Add.</p>  
190 - <p>Tiger users should open the Printer Setup Utility and click on the Add icon at the top of the Printer List window. A new window will open. In that window, click the Default Browser icon at the top left. Highlight your printer in the section below. Use the &quot;Print Using&quot; pop-up menu near the bottom of the window to select the correct PPD for your printer and click Add.</p>  
191 - <p>Jaguar (OS X 10.2.x) and Panther (OS X 10.3.x) users should open Print Center (Jaguar) or Printer Setup Utility (Panther), hold down the Option key, and click the Add Printer button in the Print Center toolbar. Within the setup sheet, choose Advanced from the top popup menu; then in the &quot;Device:&quot; popup menu select your printer by name (it should be the last item in the menu list). Finally, select the correct PPD from the model browser and click Add.</p>  
192 -</div>  
193 -  
194 -  
195 -<div><form>  
196 - <div align="center">  
197 - <input type="button" value="-- TOGGLE VISIBILITY --" onclick="toggleVisibility()" />  
198 - &nbsp;&nbsp;&nbsp;<input type="button" name="button" id="button" value="-- TOGGLE DIV --" onclick="toggleDiv()" />  
199 - </div>  
200 -</form></div>  
201 -  
202 -<div>&nbsp;  
203 - <div align="center"><a href="jquery.nicescroll.min.js.292DEV.7z" target="_blank">[download DEV version]</a></div>  
204 -</div>  
205 -  
206 -<div id="info">AAA</div>  
207 -  
208 -</body>  
209 -</html>  
pacotes/jquery/plugins/nicescroll/test/hz.html
@@ -1,414 +0,0 @@ @@ -1,414 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 3.0.0 - DOJO</title>  
6 -<style type="text/css">  
7 -html {  
8 - width:100%;  
9 - height:100%;  
10 - overflow:hidden;  
11 -}  
12 -body {  
13 - width:100%;  
14 - height:100%;  
15 - margin: 0px;  
16 -}  
17 -#boxscroll {  
18 - height: 500px;  
19 - width: 500px;  
20 -}  
21 -.row {  
22 - background-color: #FFFFCC;  
23 -}  
24 -.row2 {  
25 - background-color: #66CCFF;  
26 -}  
27 -</style>  
28 -  
29 -<script src="js/jquery.min.js"></script>  
30 -<script src="js/jquery.nicescroll.min.js"></script>  
31 -  
32 -  
33 -<script>  
34 - $(document).ready(function() {  
35 -  
36 - var nicesx = $("#boxscroll").niceScroll({touchbehavior:false,cursorcolor:"#0000FF",cursoropacitymax:0.6,cursorwidth:8});  
37 -  
38 - });  
39 -  
40 -</script>  
41 -  
42 -<meta name="viewport" content="user-scalable=no" />  
43 -  
44 -</head>  
45 -  
46 -<body>  
47 - <div id="boxscroll">  
48 - <table width="900px" border="0" cellpadding="8" cellspacing="4" class="tabtest">  
49 - <tr>  
50 - <td>1</td>  
51 - <td class="row">2</td>  
52 - <td>1</td>  
53 - <td class="row2">2</td>  
54 - <td>1</td>  
55 - <td class="row">2</td>  
56 - <td>1</td>  
57 - <td class="row2">2</td>  
58 - <td>1</td>  
59 - <td class="row">2</td>  
60 - <td>1</td>  
61 - <td class="row2">2</td>  
62 - <td>1</td>  
63 - <td class="row">2</td>  
64 - <td>1</td>  
65 - <td class="row2">2</td>  
66 - <td>1</td>  
67 - <td class="row">2</td>  
68 - </tr>  
69 - <tr>  
70 - <td class="row">2</td>  
71 - <td>1</td>  
72 - <td class="row2">2</td>  
73 - <td>1</td>  
74 - <td class="row">2</td>  
75 - <td>1</td>  
76 - <td class="row2">2</td>  
77 - <td>1</td>  
78 - <td class="row">2</td>  
79 - <td>1</td>  
80 - <td class="row2">2</td>  
81 - <td>1</td>  
82 - <td class="row">2</td>  
83 - <td>1</td>  
84 - <td class="row2">2</td>  
85 - <td>1</td>  
86 - <td class="row">2</td>  
87 - <td>1</td>  
88 - </tr>  
89 - <tr>  
90 - <td>1</td>  
91 - <td class="row">2</td>  
92 - <td>1</td>  
93 - <td class="row2">2</td>  
94 - <td>1</td>  
95 - <td class="row">2</td>  
96 - <td>1</td>  
97 - <td class="row2">2</td>  
98 - <td>1</td>  
99 - <td class="row">2</td>  
100 - <td>1</td>  
101 - <td class="row2">2</td>  
102 - <td>1</td>  
103 - <td class="row">2</td>  
104 - <td>1</td>  
105 - <td class="row2">2</td>  
106 - <td>1</td>  
107 - <td class="row">2</td>  
108 - </tr>  
109 - <tr>  
110 - <td class="row">2</td>  
111 - <td>1</td>  
112 - <td class="row2">2</td>  
113 - <td>1</td>  
114 - <td class="row">2</td>  
115 - <td>1</td>  
116 - <td class="row2">2</td>  
117 - <td>1</td>  
118 - <td class="row">2</td>  
119 - <td>1</td>  
120 - <td class="row2">2</td>  
121 - <td>1</td>  
122 - <td class="row">2</td>  
123 - <td>1</td>  
124 - <td class="row2">2</td>  
125 - <td>1</td>  
126 - <td class="row">2</td>  
127 - <td>1</td>  
128 - </tr>  
129 - <tr>  
130 - <td>1</td>  
131 - <td class="row">2</td>  
132 - <td>1</td>  
133 - <td class="row2">2</td>  
134 - <td>1</td>  
135 - <td class="row">2</td>  
136 - <td>1</td>  
137 - <td class="row2">2</td>  
138 - <td>1</td>  
139 - <td class="row">2</td>  
140 - <td>1</td>  
141 - <td class="row2">2</td>  
142 - <td>1</td>  
143 - <td class="row">2</td>  
144 - <td>1</td>  
145 - <td class="row2">2</td>  
146 - <td>1</td>  
147 - <td class="row">2</td>  
148 - </tr>  
149 - <tr>  
150 - <td class="row">2</td>  
151 - <td>1</td>  
152 - <td class="row2">2</td>  
153 - <td>1</td>  
154 - <td class="row">2</td>  
155 - <td>1</td>  
156 - <td class="row2">2</td>  
157 - <td>1</td>  
158 - <td class="row">2</td>  
159 - <td>1</td>  
160 - <td class="row2">2</td>  
161 - <td>1</td>  
162 - <td class="row">2</td>  
163 - <td>1</td>  
164 - <td class="row2">2</td>  
165 - <td>1</td>  
166 - <td class="row">2</td>  
167 - <td>1</td>  
168 - </tr>  
169 - <tr>  
170 - <td>1</td>  
171 - <td class="row">2</td>  
172 - <td>1</td>  
173 - <td class="row2">2</td>  
174 - <td>1</td>  
175 - <td class="row">2</td>  
176 - <td>1</td>  
177 - <td class="row2">2</td>  
178 - <td>1</td>  
179 - <td class="row">2</td>  
180 - <td>1</td>  
181 - <td class="row2">2</td>  
182 - <td>1</td>  
183 - <td class="row">2</td>  
184 - <td>1</td>  
185 - <td class="row2">2</td>  
186 - <td>1</td>  
187 - <td class="row">2</td>  
188 - </tr>  
189 - <tr>  
190 - <td class="row">2</td>  
191 - <td>1</td>  
192 - <td class="row2">2</td>  
193 - <td>1</td>  
194 - <td class="row">2</td>  
195 - <td>1</td>  
196 - <td class="row2">2</td>  
197 - <td>1</td>  
198 - <td class="row">2</td>  
199 - <td>1</td>  
200 - <td class="row2">2</td>  
201 - <td>1</td>  
202 - <td class="row">2</td>  
203 - <td>1</td>  
204 - <td class="row2">2</td>  
205 - <td>1</td>  
206 - <td class="row">2</td>  
207 - <td>1</td>  
208 - </tr>  
209 - <tr>  
210 - <td>1</td>  
211 - <td class="row">2</td>  
212 - <td>1</td>  
213 - <td class="row2">2</td>  
214 - <td>1</td>  
215 - <td class="row">2</td>  
216 - <td>1</td>  
217 - <td class="row2">2</td>  
218 - <td>1</td>  
219 - <td class="row">2</td>  
220 - <td>1</td>  
221 - <td class="row2">2</td>  
222 - <td>1</td>  
223 - <td class="row">2</td>  
224 - <td>1</td>  
225 - <td class="row2">2</td>  
226 - <td>1</td>  
227 - <td class="row">2</td>  
228 - </tr>  
229 - <tr>  
230 - <td class="row">2</td>  
231 - <td>1</td>  
232 - <td class="row2">2</td>  
233 - <td>1</td>  
234 - <td class="row">2</td>  
235 - <td>1</td>  
236 - <td class="row2">2</td>  
237 - <td>1</td>  
238 - <td class="row">2</td>  
239 - <td>1</td>  
240 - <td class="row2">2</td>  
241 - <td>1</td>  
242 - <td class="row">2</td>  
243 - <td>1</td>  
244 - <td class="row2">2</td>  
245 - <td>1</td>  
246 - <td class="row">2</td>  
247 - <td>1</td>  
248 - </tr>  
249 - <tr>  
250 - <td>1</td>  
251 - <td class="row">2</td>  
252 - <td>1</td>  
253 - <td class="row2">2</td>  
254 - <td>1</td>  
255 - <td class="row">2</td>  
256 - <td>1</td>  
257 - <td class="row2">2</td>  
258 - <td>1</td>  
259 - <td class="row">2</td>  
260 - <td>1</td>  
261 - <td class="row2">2</td>  
262 - <td>1</td>  
263 - <td class="row">2</td>  
264 - <td>1</td>  
265 - <td class="row2">2</td>  
266 - <td>1</td>  
267 - <td class="row">2</td>  
268 - </tr>  
269 - <tr>  
270 - <td class="row">2</td>  
271 - <td>1</td>  
272 - <td class="row2">2</td>  
273 - <td>1</td>  
274 - <td class="row">2</td>  
275 - <td>1</td>  
276 - <td class="row2">2</td>  
277 - <td>1</td>  
278 - <td class="row">2</td>  
279 - <td>1</td>  
280 - <td class="row2">2</td>  
281 - <td>1</td>  
282 - <td class="row">2</td>  
283 - <td>1</td>  
284 - <td class="row2">2</td>  
285 - <td>1</td>  
286 - <td class="row">2</td>  
287 - <td>1</td>  
288 - </tr>  
289 - <tr>  
290 - <td>1</td>  
291 - <td class="row">2</td>  
292 - <td>1</td>  
293 - <td class="row2">2</td>  
294 - <td>1</td>  
295 - <td class="row">2</td>  
296 - <td>1</td>  
297 - <td class="row2">2</td>  
298 - <td>1</td>  
299 - <td class="row">2</td>  
300 - <td>1</td>  
301 - <td class="row2">2</td>  
302 - <td>1</td>  
303 - <td class="row">2</td>  
304 - <td>1</td>  
305 - <td class="row2">2</td>  
306 - <td>1</td>  
307 - <td class="row">2</td>  
308 - </tr>  
309 - <tr>  
310 - <td class="row">2</td>  
311 - <td>1</td>  
312 - <td class="row2">2</td>  
313 - <td>1</td>  
314 - <td class="row">2</td>  
315 - <td>1</td>  
316 - <td class="row2">2</td>  
317 - <td>1</td>  
318 - <td class="row">2</td>  
319 - <td>1</td>  
320 - <td class="row2">2</td>  
321 - <td>1</td>  
322 - <td class="row">2</td>  
323 - <td>1</td>  
324 - <td class="row2">2</td>  
325 - <td>1</td>  
326 - <td class="row">2</td>  
327 - <td>1</td>  
328 - </tr>  
329 - <tr>  
330 - <td>1</td>  
331 - <td class="row">2</td>  
332 - <td>1</td>  
333 - <td class="row2">2</td>  
334 - <td>1</td>  
335 - <td class="row">2</td>  
336 - <td>1</td>  
337 - <td class="row2">2</td>  
338 - <td>1</td>  
339 - <td class="row">2</td>  
340 - <td>1</td>  
341 - <td class="row2">2</td>  
342 - <td>1</td>  
343 - <td class="row">2</td>  
344 - <td>1</td>  
345 - <td class="row2">2</td>  
346 - <td>1</td>  
347 - <td class="row">2</td>  
348 - </tr>  
349 - <tr>  
350 - <td class="row">2</td>  
351 - <td>1</td>  
352 - <td class="row2">2</td>  
353 - <td>1</td>  
354 - <td class="row">2</td>  
355 - <td>1</td>  
356 - <td class="row2">2</td>  
357 - <td>1</td>  
358 - <td class="row">2</td>  
359 - <td>1</td>  
360 - <td class="row2">2</td>  
361 - <td>1</td>  
362 - <td class="row">2</td>  
363 - <td>1</td>  
364 - <td class="row2">2</td>  
365 - <td>1</td>  
366 - <td class="row">2</td>  
367 - <td>1</td>  
368 - </tr>  
369 - <tr>  
370 - <td>1</td>  
371 - <td class="row">2</td>  
372 - <td>1</td>  
373 - <td class="row2">2</td>  
374 - <td>1</td>  
375 - <td class="row">2</td>  
376 - <td>1</td>  
377 - <td class="row2">2</td>  
378 - <td>1</td>  
379 - <td class="row">2</td>  
380 - <td>1</td>  
381 - <td class="row2">2</td>  
382 - <td>1</td>  
383 - <td class="row">2</td>  
384 - <td>1</td>  
385 - <td class="row2">2</td>  
386 - <td>1</td>  
387 - <td class="row">2</td>  
388 - </tr>  
389 - <tr>  
390 - <td class="row">2</td>  
391 - <td>1</td>  
392 - <td class="row2">2</td>  
393 - <td>1</td>  
394 - <td class="row">2</td>  
395 - <td>1</td>  
396 - <td class="row2">2</td>  
397 - <td>1</td>  
398 - <td class="row">2</td>  
399 - <td>1</td>  
400 - <td class="row2">2</td>  
401 - <td>1</td>  
402 - <td class="row">2</td>  
403 - <td>1</td>  
404 - <td class="row2">2</td>  
405 - <td>1</td>  
406 - <td class="row">2</td>  
407 - <td>1</td>  
408 - </tr>  
409 -  
410 - </table>  
411 - </div>  
412 -  
413 -</body>  
414 -</html>  
pacotes/jquery/plugins/nicescroll/test/hz2.html
@@ -1,408 +0,0 @@ @@ -1,408 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 3.0.0 - DOJO</title>  
6 -<style type="text/css">  
7 -html {  
8 -}  
9 -body {  
10 - margin: 0px;  
11 -}  
12 -#boxscroll {  
13 - width: 900px;  
14 -}  
15 -.row {  
16 - background-color: #FFFFCC;  
17 -}  
18 -.row2 {  
19 - background-color: #66CCFF;  
20 -}  
21 -</style>  
22 -  
23 -<script src="js/jquery.min.js"></script>  
24 -<script src="js/jquery.nicescroll.min.js"></script>  
25 -  
26 -  
27 -<script>  
28 - $(document).ready(function() {  
29 -  
30 - var nicesx = $("body").niceScroll({touchbehavior:true,cursorcolor:"#0000FF",cursoropacitymax:0.6,cursorwidth:8});  
31 -  
32 - });  
33 -  
34 -</script>  
35 -  
36 -<meta name="viewport" content="user-scalable=no" />  
37 -  
38 -</head>  
39 -  
40 -<body>  
41 - <div id="boxscroll">  
42 - <table width="900px" border="0" cellpadding="8" cellspacing="4" class="tabtest">  
43 - <tr>  
44 - <td>1</td>  
45 - <td class="row">2</td>  
46 - <td>1</td>  
47 - <td class="row2">2</td>  
48 - <td>1</td>  
49 - <td class="row">2</td>  
50 - <td>1</td>  
51 - <td class="row2">2</td>  
52 - <td>1</td>  
53 - <td class="row">2</td>  
54 - <td>1</td>  
55 - <td class="row2">2</td>  
56 - <td>1</td>  
57 - <td class="row">2</td>  
58 - <td>1</td>  
59 - <td class="row2">2</td>  
60 - <td>1</td>  
61 - <td class="row">2</td>  
62 - </tr>  
63 - <tr>  
64 - <td class="row">2</td>  
65 - <td>1</td>  
66 - <td class="row2">2</td>  
67 - <td>1</td>  
68 - <td class="row">2</td>  
69 - <td>1</td>  
70 - <td class="row2">2</td>  
71 - <td>1</td>  
72 - <td class="row">2</td>  
73 - <td>1</td>  
74 - <td class="row2">2</td>  
75 - <td>1</td>  
76 - <td class="row">2</td>  
77 - <td>1</td>  
78 - <td class="row2">2</td>  
79 - <td>1</td>  
80 - <td class="row">2</td>  
81 - <td>1</td>  
82 - </tr>  
83 - <tr>  
84 - <td>1</td>  
85 - <td class="row">2</td>  
86 - <td>1</td>  
87 - <td class="row2">2</td>  
88 - <td>1</td>  
89 - <td class="row">2</td>  
90 - <td>1</td>  
91 - <td class="row2">2</td>  
92 - <td>1</td>  
93 - <td class="row">2</td>  
94 - <td>1</td>  
95 - <td class="row2">2</td>  
96 - <td>1</td>  
97 - <td class="row">2</td>  
98 - <td>1</td>  
99 - <td class="row2">2</td>  
100 - <td>1</td>  
101 - <td class="row">2</td>  
102 - </tr>  
103 - <tr>  
104 - <td class="row">2</td>  
105 - <td>1</td>  
106 - <td class="row2">2</td>  
107 - <td>1</td>  
108 - <td class="row">2</td>  
109 - <td>1</td>  
110 - <td class="row2">2</td>  
111 - <td>1</td>  
112 - <td class="row">2</td>  
113 - <td>1</td>  
114 - <td class="row2">2</td>  
115 - <td>1</td>  
116 - <td class="row">2</td>  
117 - <td>1</td>  
118 - <td class="row2">2</td>  
119 - <td>1</td>  
120 - <td class="row">2</td>  
121 - <td>1</td>  
122 - </tr>  
123 - <tr>  
124 - <td>1</td>  
125 - <td class="row">2</td>  
126 - <td>1</td>  
127 - <td class="row2">2</td>  
128 - <td>1</td>  
129 - <td class="row">2</td>  
130 - <td>1</td>  
131 - <td class="row2">2</td>  
132 - <td>1</td>  
133 - <td class="row">2</td>  
134 - <td>1</td>  
135 - <td class="row2">2</td>  
136 - <td>1</td>  
137 - <td class="row">2</td>  
138 - <td>1</td>  
139 - <td class="row2">2</td>  
140 - <td>1</td>  
141 - <td class="row">2</td>  
142 - </tr>  
143 - <tr>  
144 - <td class="row">2</td>  
145 - <td>1</td>  
146 - <td class="row2">2</td>  
147 - <td>1</td>  
148 - <td class="row">2</td>  
149 - <td>1</td>  
150 - <td class="row2">2</td>  
151 - <td>1</td>  
152 - <td class="row">2</td>  
153 - <td>1</td>  
154 - <td class="row2">2</td>  
155 - <td>1</td>  
156 - <td class="row">2</td>  
157 - <td>1</td>  
158 - <td class="row2">2</td>  
159 - <td>1</td>  
160 - <td class="row">2</td>  
161 - <td>1</td>  
162 - </tr>  
163 - <tr>  
164 - <td>1</td>  
165 - <td class="row">2</td>  
166 - <td>1</td>  
167 - <td class="row2">2</td>  
168 - <td>1</td>  
169 - <td class="row">2</td>  
170 - <td>1</td>  
171 - <td class="row2">2</td>  
172 - <td>1</td>  
173 - <td class="row">2</td>  
174 - <td>1</td>  
175 - <td class="row2">2</td>  
176 - <td>1</td>  
177 - <td class="row">2</td>  
178 - <td>1</td>  
179 - <td class="row2">2</td>  
180 - <td>1</td>  
181 - <td class="row">2</td>  
182 - </tr>  
183 - <tr>  
184 - <td class="row">2</td>  
185 - <td>1</td>  
186 - <td class="row2">2</td>  
187 - <td>1</td>  
188 - <td class="row">2</td>  
189 - <td>1</td>  
190 - <td class="row2">2</td>  
191 - <td>1</td>  
192 - <td class="row">2</td>  
193 - <td>1</td>  
194 - <td class="row2">2</td>  
195 - <td>1</td>  
196 - <td class="row">2</td>  
197 - <td>1</td>  
198 - <td class="row2">2</td>  
199 - <td>1</td>  
200 - <td class="row">2</td>  
201 - <td>1</td>  
202 - </tr>  
203 - <tr>  
204 - <td>1</td>  
205 - <td class="row">2</td>  
206 - <td>1</td>  
207 - <td class="row2">2</td>  
208 - <td>1</td>  
209 - <td class="row">2</td>  
210 - <td>1</td>  
211 - <td class="row2"><a href="http://www.google.com" target="_blank">2</a></td>  
212 - <td>1</td>  
213 - <td class="row">2</td>  
214 - <td>1</td>  
215 - <td class="row2">2</td>  
216 - <td>1</td>  
217 - <td class="row">2</td>  
218 - <td>1</td>  
219 - <td class="row2">2</td>  
220 - <td>1</td>  
221 - <td class="row">2</td>  
222 - </tr>  
223 - <tr>  
224 - <td class="row">2</td>  
225 - <td>1</td>  
226 - <td class="row2">2</td>  
227 - <td>1</td>  
228 - <td class="row">2</td>  
229 - <td>1</td>  
230 - <td class="row2">2</td>  
231 - <td>1</td>  
232 - <td class="row">2</td>  
233 - <td>1</td>  
234 - <td class="row2">2</td>  
235 - <td>1</td>  
236 - <td class="row">2</td>  
237 - <td>1</td>  
238 - <td class="row2">2</td>  
239 - <td>1</td>  
240 - <td class="row">2</td>  
241 - <td>1</td>  
242 - </tr>  
243 - <tr>  
244 - <td>1</td>  
245 - <td class="row">2</td>  
246 - <td>1</td>  
247 - <td class="row2">2</td>  
248 - <td>1</td>  
249 - <td class="row">2</td>  
250 - <td>1</td>  
251 - <td class="row2">2</td>  
252 - <td>1</td>  
253 - <td class="row">2</td>  
254 - <td>1</td>  
255 - <td class="row2">2</td>  
256 - <td>1</td>  
257 - <td class="row">2</td>  
258 - <td>1</td>  
259 - <td class="row2">2</td>  
260 - <td>1</td>  
261 - <td class="row">2</td>  
262 - </tr>  
263 - <tr>  
264 - <td class="row">2</td>  
265 - <td>1</td>  
266 - <td class="row2">2</td>  
267 - <td>1</td>  
268 - <td class="row">2</td>  
269 - <td>1</td>  
270 - <td class="row2">2</td>  
271 - <td>1</td>  
272 - <td class="row">2</td>  
273 - <td>1</td>  
274 - <td class="row2">2</td>  
275 - <td>1</td>  
276 - <td class="row">2</td>  
277 - <td>1</td>  
278 - <td class="row2">2</td>  
279 - <td>1</td>  
280 - <td class="row">2</td>  
281 - <td>1</td>  
282 - </tr>  
283 - <tr>  
284 - <td>1</td>  
285 - <td class="row">2</td>  
286 - <td>1</td>  
287 - <td class="row2">2</td>  
288 - <td>1</td>  
289 - <td class="row">2</td>  
290 - <td>1</td>  
291 - <td class="row2">2</td>  
292 - <td>1</td>  
293 - <td class="row">2</td>  
294 - <td>1</td>  
295 - <td class="row2"><a href="http://www.google.com" target="_blank">2</a></td>  
296 - <td>1</td>  
297 - <td class="row">2</td>  
298 - <td>1</td>  
299 - <td class="row2">2</td>  
300 - <td>1</td>  
301 - <td class="row">2</td>  
302 - </tr>  
303 - <tr>  
304 - <td class="row">2</td>  
305 - <td>1</td>  
306 - <td class="row2">2</td>  
307 - <td>1</td>  
308 - <td class="row">2</td>  
309 - <td>1</td>  
310 - <td class="row2">2</td>  
311 - <td>1</td>  
312 - <td class="row">2</td>  
313 - <td>1</td>  
314 - <td class="row2">2</td>  
315 - <td>1</td>  
316 - <td class="row">2</td>  
317 - <td>1</td>  
318 - <td class="row2">2</td>  
319 - <td>1</td>  
320 - <td class="row">2</td>  
321 - <td>1</td>  
322 - </tr>  
323 - <tr>  
324 - <td>1</td>  
325 - <td class="row">2</td>  
326 - <td>1</td>  
327 - <td class="row2">2</td>  
328 - <td>1</td>  
329 - <td class="row">2</td>  
330 - <td>1</td>  
331 - <td class="row2">2</td>  
332 - <td><a href="http://www.google.com" target="_blank">1</a></td>  
333 - <td class="row">2</td>  
334 - <td>1</td>  
335 - <td class="row2">2</td>  
336 - <td>1</td>  
337 - <td class="row">2</td>  
338 - <td>1</td>  
339 - <td class="row2">2</td>  
340 - <td>1</td>  
341 - <td class="row">2</td>  
342 - </tr>  
343 - <tr>  
344 - <td class="row">2</td>  
345 - <td>1</td>  
346 - <td class="row2">2</td>  
347 - <td>1</td>  
348 - <td class="row">2</td>  
349 - <td>1</td>  
350 - <td class="row2">2</td>  
351 - <td>1</td>  
352 - <td class="row">2</td>  
353 - <td>1</td>  
354 - <td class="row2">2</td>  
355 - <td>1</td>  
356 - <td class="row">2</td>  
357 - <td>1</td>  
358 - <td class="row2">2</td>  
359 - <td>1</td>  
360 - <td class="row">2</td>  
361 - <td>1</td>  
362 - </tr>  
363 - <tr>  
364 - <td>1</td>  
365 - <td class="row">2</td>  
366 - <td>1</td>  
367 - <td class="row2">2</td>  
368 - <td>1</td>  
369 - <td class="row">2</td>  
370 - <td>1</td>  
371 - <td class="row2">2</td>  
372 - <td>1</td>  
373 - <td class="row">2</td>  
374 - <td>1</td>  
375 - <td class="row2">2</td>  
376 - <td>1</td>  
377 - <td class="row">2</td>  
378 - <td>1</td>  
379 - <td class="row2">2</td>  
380 - <td>1</td>  
381 - <td class="row">2</td>  
382 - </tr>  
383 - <tr>  
384 - <td class="row">2</td>  
385 - <td>1</td>  
386 - <td class="row2">2</td>  
387 - <td>1</td>  
388 - <td class="row">2</td>  
389 - <td>1</td>  
390 - <td class="row2">2</td>  
391 - <td>1</td>  
392 - <td class="row">2</td>  
393 - <td>1</td>  
394 - <td class="row2">2</td>  
395 - <td>1</td>  
396 - <td class="row">2</td>  
397 - <td>1</td>  
398 - <td class="row2">2</td>  
399 - <td>1</td>  
400 - <td class="row">2</td>  
401 - <td>1</td>  
402 - </tr>  
403 -  
404 - </table>  
405 - </div>  
406 -  
407 -</body>  
408 -</html>  
pacotes/jquery/plugins/nicescroll/test/hz3.html
@@ -1,63 +0,0 @@ @@ -1,63 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 3.0.0 - DOJO</title>  
6 -<style type="text/css">  
7 -html {  
8 - width:100%;  
9 - height:100%;  
10 - overflow:hidden;  
11 -}  
12 -body {  
13 - width:100%;  
14 - height:100%;  
15 - margin: 0px;  
16 -}  
17 -#boxscroll {  
18 - height: 313px;  
19 - width: 900px;  
20 - overflow: auto;  
21 -}  
22 -  
23 -#boxscroll div {  
24 - width:12570px;  
25 -}  
26 -  
27 -#boxscroll div img {  
28 - float:left;  
29 -}  
30 -  
31 -.row {  
32 - background-color: #FFFFCC;  
33 -}  
34 -.row2 {  
35 - background-color: #66CCFF;  
36 -}  
37 -</style>  
38 -  
39 -<script src="js/jquery.min.js"></script>  
40 -<script src="js/jquery.nicescroll.min.js"></script>  
41 -  
42 -  
43 -<script>  
44 - $(document).ready(function() {  
45 -  
46 - var nicesx = $("#boxscroll").niceScroll("#boxscroll div",{touchbehavior:true,cursorcolor:"#FF00FF",cursoropacitymax:0.6,cursorwidth:24,usetransition:true,hwacceleration:true,autohidemode:"hidden"});  
47 -  
48 - });  
49 -  
50 -</script>  
51 -  
52 -<meta name="viewport" content="user-scalable=no" />  
53 -  
54 -</head>  
55 -  
56 -<body>  
57 - <div id="boxscroll"><div><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /><img src="img/testhr2.jpg" width="1257" height="313" onmousedown="return false" /></div></div>  
58 -  
59 -  
60 -<div>Image from Pixabay <a href="http://pixabay.com/en/agriculture-animal-countryside-17482/">http://pixabay.com/en/agriculture-animal-countryside-17482/</a></div>  
61 -  
62 -</body>  
63 -</html>  
pacotes/jquery/plugins/nicescroll/test/iframe/short.html
@@ -1,15 +0,0 @@ @@ -1,15 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  
2 -<html><head>  
3 - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  
4 - <title>GNU Lesser General Public License v3.0 - GNU Project - Free Software Foundation (FSF)</title>  
5 - <link rel="alternate" type="application/rdf+xml" href="http://www.gnu.org/licenses/lgpl-3.0.rdf">  
6 -</head>  
7 -<body>  
8 -<h3 style="text-align: center;">GNU LESSER GENERAL PUBLIC LICENSE</h3>  
9 -<p style="text-align: center;">Version 3, 29 June 2007</p>  
10 -<p style="text-align: center;"><a href="lpt.html">GO TO NEW PAGE</a></p>  
11 -<p style="text-align: center;">&nbsp;</p>  
12 -<p>Copyright © 2007 Free Software Foundation, Inc.  
13 - &lt;<a href="http://fsf.org/">http://fsf.org/</a>&gt;</p><p>&nbsp;</p>  
14 -  
15 -</body></html>  
16 \ No newline at end of file 0 \ No newline at end of file
pacotes/jquery/plugins/nicescroll/test/iframe3.html
@@ -1,67 +0,0 @@ @@ -1,67 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 2.2.0</title>  
6 -<style type="text/css">  
7 -#boxscroll {  
8 - padding: 0px;  
9 - height: 450px;  
10 - width: 420px;  
11 - border: 2px solid #669900;  
12 - overflow: auto;  
13 - margin: 0px;  
14 -}  
15 -</style>  
16 -  
17 -<script src="js/jquery.min.js"></script>  
18 -<script src="js/jquery.nicescroll.min.js"></script>  
19 -<script>  
20 -// document.addEventListener('touchmove',function(e){e.preventDefault();},false); // for touch devices  
21 -</script>  
22 -  
23 -<script>  
24 - $(document).ready(function() {  
25 -  
26 - $("#boxscroll").niceScroll("#boxframe2",{autohidemode:false});  
27 -  
28 - });  
29 -  
30 -/*  
31 - function resize(dom) {  
32 - $(dom).height(""); //reset height to fix browser bug  
33 - var cc=$(dom).contents();  
34 - var hh=Math.max(cc.find('html').attr('scrollHeight'),cc.find('body').attr('scrollHeight'));  
35 - $(dom).height(hh);  
36 - $(dom).parent().getNiceScroll().onResize();  
37 - $(dom).parent().scrollTop(0); // always on top  
38 - }  
39 -*/  
40 -  
41 -</script>  
42 -  
43 -<script>  
44 - var hh=200;  
45 - function toggle(me) {  
46 - $(me).animate({height:hh},function(){$(this).getNiceScroll().onResize()});  
47 - hh=600-hh;  
48 - }  
49 -</script>  
50 -  
51 -<meta name="viewport" content="user-scalable=no" />  
52 -  
53 -</head>  
54 -  
55 -<body>  
56 -<h2>IFRAME WITH WRAPPER</h2>  
57 -<p>  
58 - <input type="submit" name="button" id="button" value="TOGGLE" onclick="toggle('#boxscroll')" />  
59 -</p>  
60 -<div id="boxscroll">  
61 - <iframe id="boxframe2" src="iframe/short.html" width="100%" height="300px" frameborder="0"></iframe>  
62 -</div>  
63 -  
64 -  
65 -<div>See the code on &quot;iframe onload&quot; event to autoresize the content.</div>  
66 -</body>  
67 -</html>  
pacotes/jquery/plugins/nicescroll/test/img/mariomushrooms.png

108 KB

pacotes/jquery/plugins/nicescroll/test/img/mariomushrooms2.png

88.4 KB

pacotes/jquery/plugins/nicescroll/test/img/testhr2.jpg

64.7 KB

pacotes/jquery/plugins/nicescroll/test/ipadrange.html
@@ -1,148 +0,0 @@ @@ -1,148 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html style="overflow-y: visible;" xmlns="http://www.w3.org/1999/xhtml"><head>  
3 -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  
4 -<title>jQuery NiceScroll Test Page</title>  
5 -<style type="text/css">  
6 -#boxscroll {  
7 - padding: 5%;  
8 - height: 300px;  
9 - width: 90%;  
10 - border: 2px solid #00F;  
11 - overflow: auto;  
12 - margin-bottom:20px;  
13 -}  
14 -#boxscroll2 {  
15 - padding: 40px;  
16 - height: 120px;  
17 - width: 730px;  
18 - border: 2px solid #F00;  
19 - overflow: auto;  
20 -}  
21 -#boxscroll3 {  
22 - overflow: hidden;  
23 -}  
24 -#boxframe {  
25 - position:absolute;  
26 - top:28px;  
27 - left:420px;  
28 - width:400px;  
29 - height:300px;  
30 - overflow:auto;  
31 - border: 2px solid #0F0;  
32 -}  
33 -#boxscroll4 {  
34 - height: 300px;  
35 - margin-top: 40px;  
36 - background-color: #00FF66;  
37 - font-family: Georgia, "Times New Roman", Times, serif;  
38 - font-size: 18px;  
39 - padding: 20px;  
40 - color: #006633;  
41 - overflow: auto;  
42 -}  
43 -</style>  
44 -  
45 -<script src="js/jquery.min.js"></script>  
46 -<script src="js/jquery.nicescroll.min.js"></script>  
47 -  
48 -<script>  
49 - $(document).ready(function() {  
50 -  
51 - var nice = $("html").niceScroll(); // The document page (body)  
52 -  
53 - $("#div1").html($("#div1").html()+' '+nice.version);  
54 -  
55 - $("#boxscroll").niceScroll({touchbehavior:true}); // First scrollable DIV  
56 -  
57 - // Customizable cursor  
58 - // $("#boxscroll").niceScroll({touchbehavior:false,cursorcolor:"#00F",cursoropacitymax:0.7,cursorwidth:11,cursorborder:"1px solid #2848BE",cursorborderradius:"8px"}).cursor.css({"background-image":"url(img/mac6scroll.png)"}); // MAC like scrollbar  
59 -  
60 - $("#boxscroll2").niceScroll("#contentscroll2",{cursorcolor:"#F00",cursoropacitymax:0.7,boxzoom:true,touchbehavior:true}); // Second scrollable DIV  
61 - $("#boxframe").niceScroll("#boxscroll3",{cursorcolor:"#0F0",cursoropacitymax:0.7,boxzoom:true,touchbehavior:true}); // This is an IFrame (iPad compatible)  
62 -  
63 - $("#boxscroll4").niceScroll("#boxscroll4 .wrapper",{boxzoom:true}); // hw acceleration enabled when using wrapper  
64 -  
65 -/*  
66 -$("input[type=range]").bind('mousedown touchstart', function (e) {  
67 - e.stopPropagation();  
68 -});  
69 -*/  
70 -  
71 - });  
72 -</script>  
73 -  
74 -<meta name="viewport" content="user-scalable=no">  
75 -  
76 -</head>  
77 -  
78 -<body>  
79 -  
80 -<div id="div1"><strong>NiceScroll version:</strong> </div>  
81 -  
82 -<div tabindex="5000" style="overflow-y: auto;" id="boxscroll">  
83 -THIS IS A SIMPLE SCROLLABLE DIV  
84 - <h2> Package Description </h2>  
85 - <div><input name="q51" style="width: 300px;" min="2" max="100" step="1" title="Range: 2 to 100 in steps of 1" value="0" type="range"></div>  
86 - <p>Release Date: August 10, 2010</p>  
87 - <p>The <a title="http://www.openprinting.org/show_driver.cgi?driver=hpijs" rel="nofollow" href="http://www.openprinting.org/show_driver.cgi?driver=hpijs">HPIJS</a> driver is the free, <a title="http://hplipopensource.com/hplip-web/index.html" rel="nofollow" href="http://hplipopensource.com/hplip-web/index.html">open-source driver</a> issued by HP for their DeskJet and LaserJet printers. For most <a title="" href="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/macosx/hpijs#Printers">supported printers</a>,  
88 - this driver produces output quality equivalent to the proprietary HP  
89 - drivers. In photo mode, with photo paper, the output quality is very  
90 - high, especially for the HP DeskJet 990C and later models, which  
91 -auto-detect the paper type in hardware. Photo printing is fully  
92 -supported in the newer 6- and 7-ink models.</p>  
93 - <p>A major advantage of using this driver over those supplied by HP is  
94 - the direct interface between HPIJS and the native CUPS spooler, which  
95 - allows printing from any printer over any available connection such  
96 -as USB, AppleTalk, TCP/IP (via LPD and IPP), HP JetDirect, and shared  
97 - windows printers via SAMBA. Additionally, this driver utilizes the  
98 -existing Mac OS X USB "backend" and thus does not install any software  
99 - that might interfere with standard USB operation.</p>  
100 - <p>Please note:</p>  
101 - <ul>  
102 - <li>HP does not provide any support for HPLIP or HPIJS on the Mac OS X platform.</li>  
103 - <li><a href="http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs-USB">Several HP USB devices</a> may not print successfully over the standard Mac OS X USB "backend". Please <a href="http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs-USB">see this note</a> for more information.</li>  
104 - </ul>  
105 - <h2>Release Notes</h2>  
106 - <ul>  
107 - <li>This release fixes a problem with the PPDs that caused many job  
108 - options such as page orientation, color/grayscale mode, duplex  
109 -printing, etc. to fail.</li>  
110 - <li>HPIJS is HP's universal printer driver for most of their  
111 -non-PostScript printers. It comes as a part of HPLIP, HP Linux Imaging  
112 - and Printing.</li>  
113 - <li>The PPDs for HP printers are now sourced from the HPLIP package rather than the OpenPrinting.org database.</li>  
114 - <li>PPDs for printers from other manufacturers are provided by OpenPrinting.org.</li>  
115 - <li>Some printers are only partially supported. Printers such as<br>  
116 - HP LaserJet 1022<br>  
117 - HP LaserJet p1505n<br>  
118 - HP LaserJet p12014<br>  
119 - HP LaserJet p2035<br>  
120 - require a proprietary plug-in for full support. This package does not contain or support such plug-ins.</li>  
121 - </ul>  
122 - <p><a name="Printer_Set_Up_Instructions" id="Printer_Set_Up_Instructions"></a></p>  
123 - <h2> Printer Set Up Instructions </h2>  
124 - <p>To add a printer queue, Leopard (Mac OS X 10.5.x) users should use  
125 - the Print &amp; Fax from System Preferences. Click on the + (plus)  
126 -icon at the lower left. A new window will open. In that window, click  
127 -the Default Browser icon at the top left. Highlight your printer in  
128 -the section below. Use the "Print Using" pop-up menu near the bottom  
129 -of the window to select the correct PPD for your printer and click  
130 -Add.</p>  
131 - <p>Tiger users should open the Printer Setup Utility and click on the  
132 - Add icon at the top of the Printer List window. A new window will  
133 -open. In that window, click the Default Browser icon at the top left.  
134 - Highlight your printer in the section below. Use the "Print Using"  
135 -pop-up menu near the bottom of the window to select the correct PPD for  
136 - your printer and click Add.</p>  
137 - <p>Jaguar (OS X 10.2.x) and Panther (OS X 10.3.x) users should open  
138 -Print Center (Jaguar) or Printer Setup Utility (Panther), hold down the  
139 - Option key, and click the Add Printer button in the Print Center  
140 -toolbar. Within the setup sheet, choose Advanced from the top popup  
141 -menu; then in the "Device:" popup menu select your printer by name (it  
142 - should be the last item in the menu list). Finally, select the correct  
143 - PPD from the model browser and click Add.</p>  
144 -</div>  
145 -  
146 -  
147 -  
148 -</body></html>  
149 \ No newline at end of file 0 \ No newline at end of file
pacotes/jquery/plugins/nicescroll/test/js/jquery.license.txt
@@ -1,15 +0,0 @@ @@ -1,15 +0,0 @@
1 -Original web page: http://jquery.org/license/  
2 -  
3 -The MIT License is recommended for most projects. It is simple and easy to understand and it places almost no restrictions on what you can do with a jQuery project.  
4 -  
5 -If the GPL suits your project better you are also free to use a jQuery project under that license.  
6 -  
7 -You don’t have to do anything special to choose one license or the other and you don’t have to notify anyone which license you are using. You are free to use a jQuery project in commercial projects as long as the copyright header is left intact.  
8 -Licenses  
9 -  
10 - MIT License (More Information)  
11 - GPL (More Information)  
12 -  
13 -Sizzle  
14 -  
15 -The Sizzle selector engine (which is included inside the jQuery library) is held by the Dojo Foundation and is licensed under the MIT, GPL, and BSD licenses.  
16 \ No newline at end of file 0 \ No newline at end of file
pacotes/jquery/plugins/nicescroll/test/js/jquery.min.js
@@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
1 -/*! jQuery v1.7.2 jquery.com | jquery.org/license */  
2 -(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"<!doctype html>":"")+"<html><body>"),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function ca(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function b_(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bD.test(a)?d(a,e):b_(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&f.type(b)==="object")for(var e in b)b_(a+"["+e+"]",b[e],c,d);else d(a,b)}function b$(a,c){var d,e,g=f.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((g[d]?a:e||(e={}))[d]=c[d]);e&&f.extend(!0,a,e)}function bZ(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bS,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bZ(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bZ(a,c,d,e,"*",g));return l}function bY(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bO),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bB(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?1:0,g=4;if(d>0){if(c!=="border")for(;e<g;e+=2)c||(d-=parseFloat(f.css(a,"padding"+bx[e]))||0),c==="margin"?d+=parseFloat(f.css(a,c+bx[e]))||0:d-=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0;return d+"px"}d=by(a,b);if(d<0||d==null)d=a.style[b];if(bt.test(d))return d;d=parseFloat(d)||0;if(c)for(;e<g;e+=2)d+=parseFloat(f.css(a,"padding"+bx[e]))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+bx[e]))||0);return d+"px"}function bo(a){var b=c.createElement("div");bh.appendChild(b),b.innerHTML=a.outerHTML;return b.firstChild}function bn(a){var b=(a.nodeName||"").toLowerCase();b==="input"?bm(a):b!=="script"&&typeof a.getElementsByTagName!="undefined"&&f.grep(a.getElementsByTagName("input"),bm)}function bm(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bl(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bk(a,b){var c;b.nodeType===1&&(b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c==="object"?b.outerHTML=a.outerHTML:c!=="input"||a.type!=="checkbox"&&a.type!=="radio"?c==="option"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="script"&&b.text!==a.text&&(b.text=a.text):(a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value)),b.removeAttribute(f.expando),b.removeAttribute("_submit_attached"),b.removeAttribute("_change_attached"))}function bj(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c,d,e,g=f._data(a),h=f._data(b,g),i=g.events;if(i){delete h.handle,h.events={};for(c in i)for(d=0,e=i[c].length;d<e;d++)f.event.add(b,c,i[c][d])}h.data&&(h.data=f.extend({},h.data))}}function bi(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function U(a){var b=V.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function T(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(O.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c<d;c++)b[a[c]]=!0;return b}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:G?function(a){return a==null?"":G.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?E.call(c,a):e.merge(c,a)}return c},inArray:function(a,b,c){var d;if(b){if(H)return H.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=F.call(arguments,2),g=function(){return a.apply(c,f.concat(F.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h,i){var j,k=d==null,l=0,m=a.length;if(d&&typeof d=="object"){for(l in d)e.access(a,c,l,d[l],1,h,f);g=1}else if(f!==b){j=i===b&&e.isFunction(f),k&&(j?(j=c,c=function(a,b,c){return j.call(e(a),c)}):(c.call(a,f),c=null));if(c)for(;l<m;l++)c(a[l],d,j?f.call(a[l],l,c(a[l],d)):f,i);g=1}return g?a:k?c.call(a):m?c(a[0],d):h},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){I["[object "+b+"]"]=b.toLowerCase()}),z=e.uaMatch(y),z.browser&&(e.browser[z.browser]=!0,e.browser.version=z.version),e.browser.webkit&&(e.browser.safari=!0),j.test(" ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?B=function(){c.removeEventListener("DOMContentLoaded",B,!1),e.ready()}:c.attachEvent&&(B=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",B),e.ready())});return e}(),g={};f.Callbacks=function(a){a=a?g[a]||h(a):{};var c=[],d=[],e,i,j,k,l,m,n=function(b){var d,e,g,h,i;for(d=0,e=b.length;d<e;d++)g=b[d],h=f.type(g),h==="array"?n(g):h==="function"&&(!a.unique||!p.has(g))&&c.push(g)},o=function(b,f){f=f||[],e=!a.memory||[b,f],i=!0,j=!0,m=k||0,k=0,l=c.length;for(;c&&m<l;m++)if(c[m].apply(b,f)===!1&&a.stopOnFalse){e=!0;break}j=!1,c&&(a.once?e===!0?p.disable():c=[]:d&&d.length&&(e=d.shift(),p.fireWith(e[0],e[1])))},p={add:function(){if(c){var a=c.length;n(arguments),j?l=c.length:e&&e!==!0&&(k=a,o(e[0],e[1]))}return this},remove:function(){if(c){var b=arguments,d=0,e=b.length;for(;d<e;d++)for(var f=0;f<c.length;f++)if(b[d]===c[f]){j&&f<=l&&(l--,f<=m&&m--),c.splice(f--,1);if(a.unique)break}}return this},has:function(a){if(c){var b=0,d=c.length;for(;b<d;b++)if(a===c[b])return!0}return!1},empty:function(){c=[];return this},disable:function(){c=d=e=b;return this},disabled:function(){return!c},lock:function(){d=b,(!e||e===!0)&&p.disable();return this},locked:function(){return!d},fireWith:function(b,c){d&&(j?a.once||d.push([b,c]):(!a.once||!e)&&o(b,c));return this},fire:function(){p.fireWith(this,arguments);return this},fired:function(){return!!i}};return p};var i=[].slice;f.extend({Deferred:function(a){var b=f.Callbacks("once memory"),c=f.Callbacks("once memory"),d=f.Callbacks("memory"),e="pending",g={resolve:b,reject:c,notify:d},h={done:b.add,fail:c.add,progress:d.add,state:function(){return e},isResolved:b.fired,isRejected:c.fired,then:function(a,b,c){i.done(a).fail(b).progress(c);return this},always:function(){i.done.apply(i,arguments).fail.apply(i,arguments);return this},pipe:function(a,b,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[b,"reject"],progress:[c,"notify"]},function(a,b){var c=b[0],e=b[1],g;f.isFunction(c)?i[a](function(){g=c.apply(this,arguments),g&&f.isFunction(g.promise)?g.promise().then(d.resolve,d.reject,d.notify):d[e+"With"](this===i?d:this,[g])}):i[a](d[e])})}).promise()},promise:function(a){if(a==null)a=h;else for(var b in h)a[b]=h[b];return a}},i=h.promise({}),j;for(j in g)i[j]=g[j].fire,i[j+"With"]=g[j].fireWith;i.done(function(){e="resolved"},c.disable,d.lock).fail(function(){e="rejected"},b.disable,d.lock),a&&a.call(i,i);return i},when:function(a){function m(a){return function(b){e[a]=arguments.length>1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c<d;c++)b[c]&&b[c].promise&&f.isFunction(b[c].promise)?b[c].promise().then(l(c),j.reject,m(c)):--g;g||j.resolveWith(j,b)}else j!==a&&j.resolveWith(j,d?[a]:[]);return k}}),f.support=function(){var b,d,e,g,h,i,j,k,l,m,n,o,p=c.createElement("div"),q=c.documentElement;p.setAttribute("className","t"),p.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="<div "+n+"display:block;'><div style='"+t+"0;display:block;overflow:hidden;'></div></div>"+"<table "+n+"' cellpadding='0' cellspacing='0'>"+"<tr><td></td></tr></table>",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="<table><tr><td style='"+t+"0;display:none'></td><td>t</td></tr></table>",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="<div style='width:5px;'></div>",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e<g;e++)delete d[b[e]];if(!(c?m:f.isEmptyObject)(d))return}}if(!c){delete j[k].data;if(!m(j[k]))return}f.support.deleteExpando||!j.setInterval?delete j[k]:j[k]=null,i&&(f.support.deleteExpando?delete a[h]:a.removeAttribute?a.removeAttribute(h):a[h]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d,e,g,h,i,j=this[0],k=0,m=null;if(a===b){if(this.length){m=f.data(j);if(j.nodeType===1&&!f._data(j,"parsedAttrs")){g=j.attributes;for(i=g.length;k<i;k++)h=g[k].name,h.indexOf("data-")===0&&(h=f.camelCase(h.substring(5)),l(j,h,m[h]));f._data(j,"parsedAttrs",!0)}}return m}if(typeof a=="object")return this.each(function(){f.data(this,a)});d=a.split(".",2),d[1]=d[1]?"."+d[1]:"",e=d[1]+"!";return f.access(this,function(c){if(c===b){m=this.triggerHandler("getData"+e,[d[0]]),m===b&&j&&(m=f.data(j,a),m=l(j,a,m));return m===b&&d[1]?this.data(d[0]):m}d[1]=c,this.each(function(){var b=f(this);b.triggerHandler("setData"+e,d),f.data(this,a,c),b.triggerHandler("changeData"+e,d)})},null,c,arguments.length>1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length<d)return f.queue(this[0],a);return c===b?this:this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f.Callbacks("once memory"),!0))h++,l.add(m);m();return d.promise(c)}});var o=/[\n\t\r]/g,p=/\s+/,q=/\r/g,r=/^(?:button|input)$/i,s=/^(?:button|input|object|select|textarea)$/i,t=/^a(?:rea)?$/i,u=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,v=f.support.getSetAttribute,w,x,y;f.fn.extend({attr:function(a,b){return f.access(this,f.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(p);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(o," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(p);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(o," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c<d;c++){e=i[c];if(e.selected&&(f.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!f.nodeName(e.parentNode,"optgroup"))){b=f(e).val();if(j)return b;h.push(b)}}if(j&&!h.length&&i.length)return f(i[g]).val();return h},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i<g;i++)e=d[i],e&&(c=f.propFix[e]||e,h=u.test(e),h||f.attr(a,e,""),a.removeAttribute(v?e:c),h&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(r.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},value:{get:function(a,b){if(w&&f.nodeName(a,"button"))return w.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(w&&f.nodeName(a,"button"))return w.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e,g,h,i=a.nodeType;if(!!a&&i!==3&&i!==8&&i!==2){h=i!==1||!f.isXMLDoc(a),h&&(c=f.propFix[c]||c,g=f.propHooks[c]);return d!==b?g&&"set"in g&&(e=g.set(a,d,c))!==b?e:a[c]=d:g&&"get"in g&&(e=g.get(a,c))!==null?e:a[c]}},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):s.test(a.nodeName)||t.test(a.nodeName)&&a.href?0:b}}}}),f.attrHooks.tabindex=f.propHooks.tabIndex,x={get:function(a,c){var d,e=f.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},v||(y={name:!0,id:!0,coords:!0},w=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&(y[c]?d.nodeValue!=="":d.specified)?d.nodeValue:b},set:function(a,b,d){var e=a.getAttributeNode(d);e||(e=c.createAttribute(d),a.setAttributeNode(e));return e.nodeValue=b+""}},f.attrHooks.tabindex.set=w.set,f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})}),f.attrHooks.contenteditable={get:w.get,set:function(a,b,c){b===""&&(b="false"),w.set(a,b,c)}}),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex);return null}})),f.support.enctype||(f.propFix.enctype="encoding"),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(  
3 -a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k<c.length;k++){l=A.exec(c[k])||[],m=l[1],n=(l[2]||"").split(".").sort(),s=f.event.special[m]||{},m=(g?s.delegateType:s.bindType)||m,s=f.event.special[m]||{},o=f.extend({type:m,origType:l[1],data:e,handler:d,guid:d.guid,selector:g,quick:g&&G(g),namespace:n.join(".")},p),r=j[m];if(!r){r=j[m]=[],r.delegateCount=0;if(!s.setup||s.setup.call(a,e,n,i)===!1)a.addEventListener?a.addEventListener(m,i,!1):a.attachEvent&&a.attachEvent("on"+m,i)}s.add&&(s.add.call(a,o),o.handler.guid||(o.handler.guid=d.guid)),g?r.splice(r.delegateCount++,0,o):r.push(o),f.event.global[m]=!0}a=null}},global:{},remove:function(a,b,c,d,e){var g=f.hasData(a)&&f._data(a),h,i,j,k,l,m,n,o,p,q,r,s;if(!!g&&!!(o=g.events)){b=f.trim(I(b||"")).split(" ");for(h=0;h<b.length;h++){i=A.exec(b[h])||[],j=k=i[1],l=i[2];if(!j){for(j in o)f.event.remove(a,j+b[h],c,d,!0);continue}p=f.event.special[j]||{},j=(d?p.delegateType:p.bindType)||j,r=o[j]||[],m=r.length,l=l?new RegExp("(^|\\.)"+l.split(".").sort().join("\\.(?:.*\\.)?")+"(\\.|$)"):null;for(n=0;n<r.length;n++)s=r[n],(e||k===s.origType)&&(!c||c.guid===s.guid)&&(!l||l.test(s.namespace))&&(!d||d===s.selector||d==="**"&&s.selector)&&(r.splice(n--,1),s.selector&&r.delegateCount--,p.remove&&p.remove.call(a,s));r.length===0&&m!==r.length&&((!p.teardown||p.teardown.call(a,l)===!1)&&f.removeEvent(a,j,g.handle),delete o[j])}f.isEmptyObject(o)&&(q=g.handle,q&&(q.elem=null),f.removeData(a,["events","handle"],!0))}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){if(!e||e.nodeType!==3&&e.nodeType!==8){var h=c.type||c,i=[],j,k,l,m,n,o,p,q,r,s;if(E.test(h+f.event.triggered))return;h.indexOf("!")>=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;l<r.length&&!c.isPropagationStopped();l++)m=r[l][0],c.type=r[l][1],q=(f._data(m,"events")||{})[c.type]&&f._data(m,"handle"),q&&q.apply(m,d),q=o&&m[o],q&&f.acceptData(m)&&q.apply(m,d)===!1&&c.preventDefault();c.type=h,!g&&!c.isDefaultPrevented()&&(!p._default||p._default.apply(e.ownerDocument,d)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)&&o&&e[h]&&(h!=="focus"&&h!=="blur"||c.target.offsetWidth!==0)&&!f.isWindow(e)&&(n=e[o],n&&(e[o]=null),f.event.triggered=h,e[h](),f.event.triggered=b,n&&(e[o]=n));return c.result}},dispatch:function(c){c=f.event.fix(c||a.event);var d=(f._data(this,"events")||{})[c.type]||[],e=d.delegateCount,g=[].slice.call(arguments,0),h=!c.exclusive&&!c.namespace,i=f.event.special[c.type]||{},j=[],k,l,m,n,o,p,q,r,s,t,u;g[0]=c,c.delegateTarget=this;if(!i.preDispatch||i.preDispatch.call(this,c)!==!1){if(e&&(!c.button||c.type!=="click")){n=f(this),n.context=this.ownerDocument||this;for(m=c.target;m!=this;m=m.parentNode||this)if(m.disabled!==!0){p={},r=[],n[0]=m;for(k=0;k<e;k++)s=d[k],t=s.selector,p[t]===b&&(p[t]=s.quick?H(m,s.quick):n.is(t)),p[t]&&r.push(s);r.length&&j.push({elem:m,matches:r})}}d.length>e&&j.push({elem:this,matches:d.slice(e)});for(k=0;k<j.length&&!c.isPropagationStopped();k++){q=j[k],c.currentTarget=q.elem;for(l=0;l<q.matches.length&&!c.isImmediatePropagationStopped();l++){s=q.matches[l];if(h||!c.namespace&&!s.namespace||c.namespace_re&&c.namespace_re.test(s.namespace))c.data=s.data,c.handleObj=s,o=((f.event.special[s.origType]||{}).handle||s.handler).apply(q.elem,g),o!==b&&(c.result=o,o===!1&&(c.preventDefault(),c.stopPropagation()))}}i.postDispatch&&i.postDispatch.call(this,c);return c.result}},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode);return a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,d){var e,f,g,h=d.button,i=d.fromElement;a.pageX==null&&d.clientX!=null&&(e=a.target.ownerDocument||c,f=e.documentElement,g=e.body,a.pageX=d.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=d.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?d.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0);return a}},fix:function(a){if(a[f.expando])return a;var d,e,g=a,h=f.event.fixHooks[a.type]||{},i=h.props?this.props.concat(h.props):this.props;a=f.Event(g);for(d=i.length;d;)e=i[--d],a[e]=g[e];a.target||(a.target=g.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey===b&&(a.metaKey=a.ctrlKey);return h.filter?h.filter(a,g):a},special:{ready:{setup:f.bindReady},load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=f.extend(new f.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?f.event.trigger(e,null,b):f.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},f.event.handle=f.event.dispatch,f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!(this instanceof f.Event))return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?K:J):this.type=a,b&&f.extend(this,b),this.timeStamp=a&&a.timeStamp||f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=K;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=K;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=K,this.stopPropagation()},isDefaultPrevented:J,isPropagationStopped:J,isImmediatePropagationStopped:J},f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c=this,d=a.relatedTarget,e=a.handleObj,g=e.selector,h;if(!d||d!==c&&!f.contains(c,d))a.type=e.origType,h=e.handler.apply(this,arguments),a.type=b;return h}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(){if(f.nodeName(this,"form"))return!1;f.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=f.nodeName(c,"input")||f.nodeName(c,"button")?c.form:b;d&&!d._submit_attached&&(f.event.add(d,"submit._submit",function(a){a._submit_bubble=!0}),d._submit_attached=!0)})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&f.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){if(f.nodeName(this,"form"))return!1;f.event.remove(this,"._submit")}}),f.support.changeBubbles||(f.event.special.change={setup:function(){if(z.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")f.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),f.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1,f.event.simulate("change",this,a,!0))});return!1}f.event.add(this,"beforeactivate._change",function(a){var b=a.target;z.test(b.nodeName)&&!b._change_attached&&(f.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&f.event.simulate("change",this.parentNode,a,!0)}),b._change_attached=!0)})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){f.event.remove(this,"._change");return z.test(this.nodeName)}}),f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){var d=0,e=function(a){f.event.simulate(b,a.target,f.event.fix(a),!0)};f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.fn.extend({on:function(a,c,d,e,g){var h,i;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);for(i in a)this.on(i,c,d,a[i],g);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=J;else if(!e)return this;g===1&&(h=e,e=function(a){f().off(a);return h.apply(this,arguments)},e.guid=h.guid||(h.guid=f.guid++));return this.each(function(){f.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,c,d){if(a&&a.preventDefault&&a.handleObj){var e=a.handleObj;f(a.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler);return this}if(typeof a=="object"){for(var g in a)this.off(g,c,a[g]);return this}if(c===!1||typeof c=="function")d=c,c=b;d===!1&&(d=J);return this.each(function(){f.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){f(this.context).on(a,this.selector,b,c);return this},die:function(a,b){f(this.context).off(a,this.selector||"**",b);return this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length==1?this.off(a,"**"):this.off(b,a,c)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f._data(this,"lastToggle"+a.guid)||0)%d;f._data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}if(j.nodeType===1){g||(j[d]=c,j.sizset=h);if(typeof b!="string"){if(j===b){k=!0;break}}else if(m.filter(b,[j]).length>0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}j.nodeType===1&&!g&&(j[d]=c,j.sizset=h);if(j.nodeName.toLowerCase()===b){k=j;break}j=j[a]}e[h]=k}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},m.matches=function(a,b){return m(a,null,null,b)},m.matchesSelector=function(a,b){return m(b,null,null,[a]).length>0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e<f;e++){h=o.order[e];if(g=o.leftMatch[h].exec(a)){i=g[1],g.splice(1,1);if(i.substr(i.length-1)!=="\\"){g[1]=(g[1]||"").replace(j,""),d=o.find[h](g,b,c);if(d!=null){a=a.replace(o.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},m.filter=function(a,c,d,e){var f,g,h,i,j,k,l,n,p,q=a,r=[],s=c,t=c&&c[0]&&m.isXML(c[0]);while(a&&c.length){for(h in o.filter)if((f=o.leftMatch[h].exec(a))!=null&&f[2]){k=o.filter[h],l=f[1],g=!1,f.splice(1,1);if(l.substr(l.length-1)==="\\")continue;s===r&&(r=[]);if(o.preFilter[h]){f=o.preFilter[h](f,s,d,r,e,t);if(!f)g=i=!0;else if(f===!0)continue}if(f)for(n=0;(j=s[n])!=null;n++)j&&(i=k(j,f,n,s),p=e^i,d&&i!=null?p?g=!0:s[n]=!1:p&&(r.push(j),g=!0));if(i!==b){d||(s=r),a=a.replace(o.match[h],"");if(!g)return[];break}}if(a===q)if(g==null)m.error(a);else break;q=a}return s},m.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)};var n=m.getText=function(a){var b,c,d=a.nodeType,e="";if(d){if(d===1||d===9||d===11){if(typeof a.textContent=="string")return a.textContent;if(typeof a.innerText=="string")return a.innerText.replace(k,"");for(a=a.firstChild;a;a=a.nextSibling)e+=n(a)}else if(d===3||d===4)return a.nodeValue}else for(b=0;c=a[b];b++)c.nodeType!==8&&(e+=n(c));return e},o=m.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!l.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&m.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&m.filter(b,a,!0)}},"":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("parentNode",b,f,a,d,c)},"~":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("previousSibling",b,f,a,d,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(j,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}m.error(e)},CHILD:function(a,b){var c,e,f,g,h,i,j,k=b[1],l=a;switch(k){case"only":case"first":while(l=l.previousSibling)if(l.nodeType===1)return!1;if(k==="first")return!0;l=a;case"last":while(l=l.nextSibling)if(l.nodeType===1)return!1;return!0;case"nth":c=b[2],e=b[3];if(c===1&&e===0)return!0;f=b[0],g=a.parentNode;if(g&&(g[d]!==f||!a.nodeIndex)){i=0;for(l=g.firstChild;l;l=l.nextSibling)l.nodeType===1&&(l.nodeIndex=++i);g[d]=f}j=a.nodeIndex-e;return c===0?j===0:j%c===0&&j/c>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var u,v;c.documentElement.compareDocumentPosition?u=function(a,b){if(a===b){h=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(u=function(a,b){if(a===b){h=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],g=a.parentNode,i=b.parentNode,j=g;if(g===i)return v(a,b);if(!g)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return v(e[k],f[k]);return k===c?v(a,f[k],-1):v(e[k],b,1)},v=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h<i;h++)m(a,g[h],e,c);return m.filter(f,e)};m.attr=f.attr,m.selectors.attrMap={},f.find=m,f.expr=m.selectors,f.expr[":"]=f.expr.filters,f.unique=m.uniqueSort,f.text=m.getText,f.isXMLDoc=m.isXML,f.contains=m.contains}();var L=/Until$/,M=/^(?:parents|prevUntil|prevAll)/,N=/,/,O=/^.[^:#\[\.,]*$/,P=Array.prototype.slice,Q=f.expr.match.globalPOS,R={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(T(this,a,!1),"not",a)},filter:function(a){return this.pushStack(T(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?Q.test(a)?f(a,this.context).index(this[0])>=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d<a.length;d++)f(g).is(a[d])&&c.push({selector:a[d],elem:g,level:h});g=g.parentNode,h++}return c}var i=Q.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(i?i.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/<tbody/i,_=/<|&#?\w+;/,ba=/<(?:script|style)/i,bb=/<(?:script|object|embed|option|style)/i,bc=new RegExp("<(?:"+V+")[\\s/>]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*<!(?:\[CDATA\[|\-\-)/,bg={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f  
4 -.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1></$2>");try{for(;d<e;d++)c=this[d]||{},c.nodeType===1&&(f.cleanData(c.getElementsByTagName("*")),c.innerHTML=a);c=0}catch(g){}}c&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bd.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bi(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,function(a,b){b.src?f.ajax({type:"GET",global:!1,url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bf,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)})}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i,j=a[0];b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof j=="string"&&j.length<512&&i===c&&j.charAt(0)==="<"&&!bb.test(j)&&(f.support.checkClone||!bd.test(j))&&(f.support.html5Clone||!bc.test(j))&&(g=!0,h=f.fragments[j],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[j]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1></$2>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]==="<table>"&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i<u;i++)bn(l[i]);else bn(l);l.nodeType?j.push(l):j=f.merge(j,l)}if(d){g=function(a){return!a.type||be.test(a.type)};for(k=0;j[k];k++){h=j[k];if(e&&f.nodeName(h,"script")&&(!h.type||be.test(h.type)))e.push(h.parentNode?h.parentNode.removeChild(h):h);else{if(h.nodeType===1){var v=f.grep(h.getElementsByTagName("script"),g);j.splice.apply(j,[k+1,0].concat(v))}d.appendChild(h)}}}return j},cleanData:function(a){var b,c,d=f.cache,e=f.event.special,g=f.support.deleteExpando;for(var h=0,i;(i=a[h])!=null;h++){if(i.nodeName&&f.noData[i.nodeName.toLowerCase()])continue;c=i[f.expando];if(c){b=d[c];if(b&&b.events){for(var j in b.events)e[j]?f.event.remove(i,j):f.removeEvent(i,j,b.handle);b.handle&&(b.handle.elem=null)}g?delete i[f.expando]:i.removeAttribute&&i.removeAttribute(f.expando),delete d[c]}}}});var bp=/alpha\([^)]*\)/i,bq=/opacity=([^)]*)/,br=/([A-Z]|^ms)/g,bs=/^[\-+]?(?:\d*\.)?\d+$/i,bt=/^-?(?:\d*\.)?\d+(?!px)[^\d\s]+$/i,bu=/^([\-+])=([\-+.\de]+)/,bv=/^margin/,bw={position:"absolute",visibility:"hidden",display:"block"},bx=["Top","Right","Bottom","Left"],by,bz,bA;f.fn.css=function(a,c){return f.access(this,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)},a,c,arguments.length>1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),(e===""&&f.css(d,"display")==="none"||!f.contains(d.ownerDocument.documentElement,d))&&f._data(d,"olddisplay",cu(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(ct("hide",3),a,b,c);var d,e,g=0,h=this.length;for(;g<h;g++)d=this[g],d.style&&(e=f.css(d,"display"),e!=="none"&&!f._data(d,"olddisplay")&&f._data(d,"olddisplay",e));for(g=0;g<h;g++)this[g].style&&(this[g].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(ct("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){function g(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o,p,q;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]);if((k=f.cssHooks[g])&&"expand"in k){l=k.expand(a[g]),delete a[g];for(i in l)i in a||(a[i]=l[i])}}for(g in a){h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(!f.support.inlineBlockNeedsLayout||cu(this.nodeName)==="inline"?this.style.display="inline-block":this.style.zoom=1))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)j=new f.fx(this,b,i),h=a[i],cm.test(h)?(q=f._data(this,"toggle"+i)||(h==="toggle"?d?"show":"hide":0),q?(f._data(this,"toggle"+i,q==="show"?"hide":"show"),j[q]()):j[h]()):(m=cn.exec(h),n=j.cur(),m?(o=parseFloat(m[2]),p=m[3]||(f.cssNumber[i]?"":"px"),p!=="px"&&(f.style(this,i,(o||1)+p),n=(o||1)/j.cur()*n,f.style(this,i,n+p)),m[1]&&(o=(m[1]==="-="?-1:1)*o+n),j.custom(n,o,p)):j.custom(n,h,""));return!0}var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return e.queue===!1?this.each(g):this.queue(e.queue,g)},stop:function(a,c,d){typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]);return this.each(function(){function h(a,b,c){var e=b[c];f.removeData(a,c,!0),e.stop(d)}var b,c=!1,e=f.timers,g=f._data(this);d||f._unmark(!0,this);if(a==null)for(b in g)g[b]&&g[b].stop&&b.indexOf(".run")===b.length-4&&h(this,g,b);else g[b=a+".run"]&&g[b].stop&&h(this,g,b);for(b=e.length;b--;)e[b].elem===this&&(a==null||e[b].queue===a)&&(d?e[b](!0):e[b].saveState(),c=!0,e.splice(b,1));(!d||!c)&&f.dequeue(this,a)})}}),f.each({slideDown:ct("show",1),slideUp:ct("hide",1),slideToggle:ct("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue?f.dequeue(this,d.queue):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a){return a},swing:function(a){return-Math.cos(a*Math.PI)/2+.5}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,c,d){function h(a){return e.step(a)}var e=this,g=f.fx;this.startTime=cq||cr(),this.end=c,this.now=this.start=a,this.pos=this.state=0,this.unit=d||this.unit||(f.cssNumber[this.prop]?"":"px"),h.queue=this.options.queue,h.elem=this.elem,h.saveState=function(){f._data(e.elem,"fxshow"+e.prop)===b&&(e.options.hide?f._data(e.elem,"fxshow"+e.prop,e.start):e.options.show&&f._data(e.elem,"fxshow"+e.prop,e.end))},h()&&f.timers.push(h)&&!co&&(co=setInterval(g.tick,g.interval))},show:function(){var a=f._data(this.elem,"fxshow"+this.prop);this.options.orig[this.prop]=a||f.style(this.elem,this.prop),this.options.show=!0,a!==b?this.custom(this.cur(),a):this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f._data(this.elem,"fxshow"+this.prop)||f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b,c,d,e=cq||cr(),g=!0,h=this.elem,i=this.options;if(a||e>=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||f.fx.stop()},interval:13,stop:function(){clearInterval(co),co=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=a.now+a.unit:a.elem[a.prop]=a.now}}}),f.each(cp.concat.apply([],cp),function(a,b){b.indexOf("margin")&&(f.fx.step[b]=function(a){f.style(a.elem,b,Math.max(0,a.now)+a.unit)})}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cv,cw=/^t(?:able|d|h)$/i,cx=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?cv=function(a,b,c,d){try{d=a.getBoundingClientRect()}catch(e){}if(!d||!f.contains(c,a))return d?{top:d.top,left:d.left}:{top:0,left:0};var g=b.body,h=cy(b),i=c.clientTop||g.clientTop||0,j=c.clientLeft||g.clientLeft||0,k=h.pageYOffset||f.support.boxModel&&c.scrollTop||g.scrollTop,l=h.pageXOffset||f.support.boxModel&&c.scrollLeft||g.scrollLeft,m=d.top+k-i,n=d.left+l-j;return{top:m,left:n}}:cv=function(a,b,c){var d,e=a.offsetParent,g=a,h=b.body,i=b.defaultView,j=i?i.getComputedStyle(a,null):a.currentStyle,k=a.offsetTop,l=a.offsetLeft;while((a=a.parentNode)&&a!==h&&a!==c){if(f.support.fixedPosition&&j.position==="fixed")break;d=i?i.getComputedStyle(a,null):a.currentStyle,k-=a.scrollTop,l-=a.scrollLeft,a===e&&(k+=a.offsetTop,l+=a.offsetLeft,f.support.doesNotAddBorder&&(!f.support.doesAddBorderForTableAndCells||!cw.test(a.nodeName))&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),g=e,e=a.offsetParent),f.support.subtractsBorderForOverflowNotVisible&&d.overflow!=="visible"&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),j=d}if(j.position==="relative"||j.position==="static")k+=h.offsetTop,l+=h.offsetLeft;f.support.fixedPosition&&j.position==="fixed"&&(k+=Math.max(c.scrollTop,h.scrollTop),l+=Math.max(c.scrollLeft,h.scrollLeft));return{top:k,left:l}},f.fn.offset=function(a){if(arguments.length)return a===b?this:this.each(function(b){f.offset.setOffset(this,a,b)});var c=this[0],d=c&&c.ownerDocument;if(!d)return null;if(c===d.body)return f.offset.bodyOffset(c);return cv(c,d,d.documentElement)},f.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window);  
5 \ No newline at end of file 0 \ No newline at end of file
pacotes/jquery/plugins/nicescroll/test/js/jquery.nicescroll.min.js
@@ -1,111 +0,0 @@ @@ -1,111 +0,0 @@
1 -/* jquery.nicescroll 3.2.0 InuYaksa*2013 MIT http://areaaperta.com/nicescroll */(function(e){var y=!1,D=!1,J=5E3,K=2E3,x=0,L=function(){var e=document.getElementsByTagName("script"),e=e[e.length-1].src.split("?")[0];return 0<e.split("/").length?e.split("/").slice(0,-1).join("/")+"/":""}();Array.prototype.forEach||(Array.prototype.forEach=function(e,c){for(var h=0,l=this.length;h<l;++h)e.call(c,this[h],h,this)});var v=window.requestAnimationFrame||!1,w=window.cancelAnimationFrame||!1;["ms","moz","webkit","o"].forEach(function(e){v||(v=window[e+"RequestAnimationFrame"]);w||(w=  
2 -window[e+"CancelAnimationFrame"]||window[e+"CancelRequestAnimationFrame"])});var z=window.MutationObserver||window.WebKitMutationObserver||!1,F={zindex:"auto",cursoropacitymin:0,cursoropacitymax:1,cursorcolor:"#424242",cursorwidth:"5px",cursorborder:"1px solid #fff",cursorborderradius:"5px",scrollspeed:60,mousescrollstep:24,touchbehavior:!1,hwacceleration:!0,usetransition:!0,boxzoom:!1,dblclickzoom:!0,gesturezoom:!0,grabcursorenabled:!0,autohidemode:!0,background:"",iframeautoresize:!0,cursorminheight:32,  
3 -preservenativescrolling:!0,railoffset:!1,bouncescroll:!0,spacebarenabled:!0,railpadding:{top:0,right:0,left:0,bottom:0},disableoutline:!0,horizrailenabled:!0,railalign:"right",railvalign:"bottom",enabletranslate3d:!0,enablemousewheel:!0,enablekeyboard:!0,smoothscroll:!0,sensitiverail:!0,enablemouselockapi:!0,cursorfixedheight:!1,directionlockdeadzone:6,hidecursordelay:400,nativeparentscrolling:!0,enablescrollonselection:!0,overflowx:!0,overflowy:!0,cursordragspeed:0.3,rtlmode:!1,cursordragontouch:!1},  
4 -E=!1,M=function(){if(E)return E;var e=document.createElement("DIV"),c={haspointerlock:"pointerLockElement"in document||"mozPointerLockElement"in document||"webkitPointerLockElement"in document};c.isopera="opera"in window;c.isopera12=c.isopera&&"getUserMedia"in navigator;c.isie="all"in document&&"attachEvent"in e&&!c.isopera;c.isieold=c.isie&&!("msInterpolationMode"in e.style);c.isie7=c.isie&&!c.isieold&&(!("documentMode"in document)||7==document.documentMode);c.isie8=c.isie&&"documentMode"in document&&  
5 -8==document.documentMode;c.isie9=c.isie&&"performance"in window&&9<=document.documentMode;c.isie10=c.isie&&"performance"in window&&10<=document.documentMode;c.isie9mobile=/iemobile.9/i.test(navigator.userAgent);c.isie9mobile&&(c.isie9=!1);c.isie7mobile=!c.isie9mobile&&c.isie7&&/iemobile/i.test(navigator.userAgent);c.ismozilla="MozAppearance"in e.style;c.iswebkit="WebkitAppearance"in e.style;c.ischrome="chrome"in window;c.ischrome22=c.ischrome&&c.haspointerlock;c.ischrome26=c.ischrome&&"transition"in  
6 -e.style;c.cantouch="ontouchstart"in document.documentElement||"ontouchstart"in window;c.hasmstouch=window.navigator.msPointerEnabled||!1;c.ismac=/^mac$/i.test(navigator.platform);c.isios=c.cantouch&&/iphone|ipad|ipod/i.test(navigator.platform);c.isios4=c.isios&&!("seal"in Object);c.isandroid=/android/i.test(navigator.userAgent);c.trstyle=!1;c.hastransform=!1;c.hastranslate3d=!1;c.transitionstyle=!1;c.hastransition=!1;c.transitionend=!1;for(var h=["transform","msTransform","webkitTransform","MozTransform",  
7 -"OTransform"],l=0;l<h.length;l++)if("undefined"!=typeof e.style[h[l]]){c.trstyle=h[l];break}c.hastransform=!1!=c.trstyle;c.hastransform&&(e.style[c.trstyle]="translate3d(1px,2px,3px)",c.hastranslate3d=/translate3d/.test(e.style[c.trstyle]));c.transitionstyle=!1;c.prefixstyle="";c.transitionend=!1;for(var h="transition webkitTransition MozTransition OTransition OTransition msTransition KhtmlTransition".split(" "),n=" -webkit- -moz- -o- -o -ms- -khtml-".split(" "),t="transitionend webkitTransitionEnd transitionend otransitionend oTransitionEnd msTransitionEnd KhtmlTransitionEnd".split(" "),  
8 -l=0;l<h.length;l++)if(h[l]in e.style){c.transitionstyle=h[l];c.prefixstyle=n[l];c.transitionend=t[l];break}c.ischrome26&&(c.prefixstyle=n[1]);c.hastransition=c.transitionstyle;a:{h=["-moz-grab","-webkit-grab","grab"];if(c.ischrome&&!c.ischrome22||c.isie)h=[];for(l=0;l<h.length;l++)if(n=h[l],e.style.cursor=n,e.style.cursor==n){h=n;break a}h="url(http://www.google.com/intl/en_ALL/mapfiles/openhand.cur),n-resize"}c.cursorgrabvalue=h;c.hasmousecapture="setCapture"in e;c.hasMutationObserver=!1!==z;return E=  
9 -c},N=function(k,c){function h(){var d=b.win;if("zIndex"in d)return d.zIndex();for(;0<d.length&&9!=d[0].nodeType;){var c=d.css("zIndex");if(!isNaN(c)&&0!=c)return parseInt(c);d=d.parent()}return!1}function l(d,c,g){c=d.css(c);d=parseFloat(c);return isNaN(d)?(d=u[c]||0,g=3==d?g?b.win.outerHeight()-b.win.innerHeight():b.win.outerWidth()-b.win.innerWidth():1,b.isie8&&d&&(d+=1),g?d:0):d}function n(d,c,g,e){b._bind(d,c,function(b){b=b?b:window.event;var e={original:b,target:b.target||b.srcElement,type:"wheel",  
10 -deltaMode:"MozMousePixelScroll"==b.type?0:1,deltaX:0,deltaZ:0,preventDefault:function(){b.preventDefault?b.preventDefault():b.returnValue=!1;return!1},stopImmediatePropagation:function(){b.stopImmediatePropagation?b.stopImmediatePropagation():b.cancelBubble=!0}};"mousewheel"==c?(e.deltaY=-0.025*b.wheelDelta,b.wheelDeltaX&&(e.deltaX=-0.025*b.wheelDeltaX)):e.deltaY=b.detail;return g.call(d,e)},e)}function t(d,c,g){var e,f;0==d.deltaMode?(e=-Math.floor(d.deltaX*(b.opt.mousescrollstep/54)),f=-Math.floor(d.deltaY*  
11 -(b.opt.mousescrollstep/54))):1==d.deltaMode&&(e=-Math.floor(d.deltaX*b.opt.mousescrollstep),f=-Math.floor(d.deltaY*b.opt.mousescrollstep));c&&(0==e&&f)&&(e=f,f=0);e&&(b.scrollmom&&b.scrollmom.stop(),b.lastdeltax+=e,b.debounced("mousewheelx",function(){var d=b.lastdeltax;b.lastdeltax=0;b.rail.drag||b.doScrollLeftBy(d)},120));if(f){if(b.opt.nativeparentscrolling&&g&&!b.ispage&&!b.zoomactive)if(0>f){if(b.getScrollTop()>=b.page.maxh)return!0}else if(0>=b.getScrollTop())return!0;b.scrollmom&&b.scrollmom.stop();  
12 -b.lastdeltay+=f;b.debounced("mousewheely",function(){var d=b.lastdeltay;b.lastdeltay=0;b.rail.drag||b.doScrollBy(d)},120)}d.stopImmediatePropagation();return d.preventDefault()}var b=this;this.version="3.4.0";this.name="nicescroll";this.me=c;this.opt={doc:e("body"),win:!1};e.extend(this.opt,F);this.opt.snapbackspeed=80;if(k)for(var q in b.opt)"undefined"!=typeof k[q]&&(b.opt[q]=k[q]);this.iddoc=(this.doc=b.opt.doc)&&this.doc[0]?this.doc[0].id||"":"";this.ispage=/BODY|HTML/.test(b.opt.win?b.opt.win[0].nodeName:  
13 -this.doc[0].nodeName);this.haswrapper=!1!==b.opt.win;this.win=b.opt.win||(this.ispage?e(window):this.doc);this.docscroll=this.ispage&&!this.haswrapper?e(window):this.win;this.body=e("body");this.iframe=this.isfixed=this.viewport=!1;this.isiframe="IFRAME"==this.doc[0].nodeName&&"IFRAME"==this.win[0].nodeName;this.istextarea="TEXTAREA"==this.win[0].nodeName;this.forcescreen=!1;this.canshowonmouseevent="scroll"!=b.opt.autohidemode;this.page=this.view=this.onzoomout=this.onzoomin=this.onscrollcancel=  
14 -this.onscrollend=this.onscrollstart=this.onclick=this.ongesturezoom=this.onkeypress=this.onmousewheel=this.onmousemove=this.onmouseup=this.onmousedown=!1;this.scroll={x:0,y:0};this.scrollratio={x:0,y:0};this.cursorheight=20;this.scrollvaluemax=0;this.observerremover=this.observer=this.scrollmom=this.scrollrunning=this.checkrtlmode=!1;do this.id="ascrail"+K++;while(document.getElementById(this.id));this.hasmousefocus=this.hasfocus=this.zoomactive=this.zoom=this.selectiondrag=this.cursorfreezed=this.cursor=  
15 -this.rail=!1;this.visibility=!0;this.hidden=this.locked=!1;this.cursoractive=!0;this.overflowx=b.opt.overflowx;this.overflowy=b.opt.overflowy;this.nativescrollingarea=!1;this.checkarea=0;this.events=[];this.saved={};this.delaylist={};this.synclist={};this.lastdeltay=this.lastdeltax=0;this.detected=M();var f=e.extend({},this.detected);this.ishwscroll=(this.canhwscroll=f.hastransform&&b.opt.hwacceleration)&&b.haswrapper;this.istouchcapable=!1;f.cantouch&&(f.ischrome&&!f.isios&&!f.isandroid)&&(this.istouchcapable=  
16 -!0,f.cantouch=!1);f.cantouch&&(f.ismozilla&&!f.isios)&&(this.istouchcapable=!0,f.cantouch=!1);b.opt.enablemouselockapi||(f.hasmousecapture=!1,f.haspointerlock=!1);this.delayed=function(d,c,g,e){var f=b.delaylist[d],h=(new Date).getTime();if(!e&&f&&f.tt)return!1;f&&f.tt&&clearTimeout(f.tt);if(f&&f.last+g>h&&!f.tt)b.delaylist[d]={last:h+g,tt:setTimeout(function(){b.delaylist[d].tt=0;c.call()},g)};else if(!f||!f.tt)b.delaylist[d]={last:h,tt:0},setTimeout(function(){c.call()},0)};this.debounced=function(d,  
17 -c,g){var f=b.delaylist[d];(new Date).getTime();b.delaylist[d]=c;f||setTimeout(function(){var c=b.delaylist[d];b.delaylist[d]=!1;c.call()},g)};this.synched=function(d,c){b.synclist[d]=c;(function(){b.onsync||(v(function(){b.onsync=!1;for(d in b.synclist){var c=b.synclist[d];c&&c.call(b);b.synclist[d]=!1}}),b.onsync=!0)})();return d};this.unsynched=function(d){b.synclist[d]&&(b.synclist[d]=!1)};this.css=function(d,c){for(var g in c)b.saved.css.push([d,g,d.css(g)]),d.css(g,c[g])};this.scrollTop=function(d){return"undefined"==  
18 -typeof d?b.getScrollTop():b.setScrollTop(d)};this.scrollLeft=function(d){return"undefined"==typeof d?b.getScrollLeft():b.setScrollLeft(d)};BezierClass=function(b,c,g,f,e,h,l){this.st=b;this.ed=c;this.spd=g;this.p1=f||0;this.p2=e||1;this.p3=h||0;this.p4=l||1;this.ts=(new Date).getTime();this.df=this.ed-this.st};BezierClass.prototype={B2:function(b){return 3*b*b*(1-b)},B3:function(b){return 3*b*(1-b)*(1-b)},B4:function(b){return(1-b)*(1-b)*(1-b)},getNow:function(){var b=1-((new Date).getTime()-this.ts)/  
19 -this.spd,c=this.B2(b)+this.B3(b)+this.B4(b);return 0>b?this.ed:this.st+Math.round(this.df*c)},update:function(b,c){this.st=this.getNow();this.ed=b;this.spd=c;this.ts=(new Date).getTime();this.df=this.ed-this.st;return this}};if(this.ishwscroll){this.doc.translate={x:0,y:0,tx:"0px",ty:"0px"};f.hastranslate3d&&f.isios&&this.doc.css("-webkit-backface-visibility","hidden");var r=function(){var d=b.doc.css(f.trstyle);return d&&"matrix"==d.substr(0,6)?d.replace(/^.*\((.*)\)$/g,"$1").replace(/px/g,"").split(/, +/):  
20 -!1};this.getScrollTop=function(d){if(!d){if(d=r())return 16==d.length?-d[13]:-d[5];if(b.timerscroll&&b.timerscroll.bz)return b.timerscroll.bz.getNow()}return b.doc.translate.y};this.getScrollLeft=function(d){if(!d){if(d=r())return 16==d.length?-d[12]:-d[4];if(b.timerscroll&&b.timerscroll.bh)return b.timerscroll.bh.getNow()}return b.doc.translate.x};this.notifyScrollEvent=document.createEvent?function(b){var c=document.createEvent("UIEvents");c.initUIEvent("scroll",!1,!0,window,1);b.dispatchEvent(c)}:  
21 -document.fireEvent?function(b){var c=document.createEventObject();b.fireEvent("onscroll");c.cancelBubble=!0}:function(b,c){};f.hastranslate3d&&b.opt.enabletranslate3d?(this.setScrollTop=function(d,c){b.doc.translate.y=d;b.doc.translate.ty=-1*d+"px";b.doc.css(f.trstyle,"translate3d("+b.doc.translate.tx+","+b.doc.translate.ty+",0px)");c||b.notifyScrollEvent(b.win[0])},this.setScrollLeft=function(d,c){b.doc.translate.x=d;b.doc.translate.tx=-1*d+"px";b.doc.css(f.trstyle,"translate3d("+b.doc.translate.tx+  
22 -","+b.doc.translate.ty+",0px)");c||b.notifyScrollEvent(b.win[0])}):(this.setScrollTop=function(d,c){b.doc.translate.y=d;b.doc.translate.ty=-1*d+"px";b.doc.css(f.trstyle,"translate("+b.doc.translate.tx+","+b.doc.translate.ty+")");c||b.notifyScrollEvent(b.win[0])},this.setScrollLeft=function(d,c){b.doc.translate.x=d;b.doc.translate.tx=-1*d+"px";b.doc.css(f.trstyle,"translate("+b.doc.translate.tx+","+b.doc.translate.ty+")");c||b.notifyScrollEvent(b.win[0])})}else this.getScrollTop=function(){return b.docscroll.scrollTop()},  
23 -this.setScrollTop=function(d){return b.docscroll.scrollTop(d)},this.getScrollLeft=function(){return b.docscroll.scrollLeft()},this.setScrollLeft=function(d){return b.docscroll.scrollLeft(d)};this.getTarget=function(b){return!b?!1:b.target?b.target:b.srcElement?b.srcElement:!1};this.hasParent=function(b,c){if(!b)return!1;for(var g=b.target||b.srcElement||b||!1;g&&g.id!=c;)g=g.parentNode||!1;return!1!==g};var u={thin:1,medium:3,thick:5};this.getOffset=function(){if(b.isfixed)return{top:parseFloat(b.win.css("top")),  
24 -left:parseFloat(b.win.css("left"))};if(!b.viewport)return b.win.offset();var d=b.win.offset(),c=b.viewport.offset();return{top:d.top-c.top+b.viewport.scrollTop(),left:d.left-c.left+b.viewport.scrollLeft()}};this.updateScrollBar=function(d){if(b.ishwscroll)b.rail.css({height:b.win.innerHeight()}),b.railh&&b.railh.css({width:b.win.innerWidth()});else{var c=b.getOffset(),g=c.top,f=c.left,g=g+l(b.win,"border-top-width",!0);b.win.outerWidth();b.win.innerWidth();var f=f+(b.rail.align?b.win.outerWidth()-  
25 -l(b.win,"border-right-width")-b.rail.width:l(b.win,"border-left-width")),e=b.opt.railoffset;e&&(e.top&&(g+=e.top),b.rail.align&&e.left&&(f+=e.left));b.locked||b.rail.css({top:g,left:f,height:d?d.h:b.win.innerHeight()});b.zoom&&b.zoom.css({top:g+1,left:1==b.rail.align?f-20:f+b.rail.width+4});b.railh&&!b.locked&&(g=c.top,f=c.left,d=b.railh.align?g+l(b.win,"border-top-width",!0)+b.win.innerHeight()-b.railh.height:g+l(b.win,"border-top-width",!0),f+=l(b.win,"border-left-width"),b.railh.css({top:d,left:f,  
26 -width:b.railh.width}))}};this.doRailClick=function(d,c,g){var f;b.locked||(b.cancelEvent(d),c?(c=g?b.doScrollLeft:b.doScrollTop,f=g?(d.pageX-b.railh.offset().left-b.cursorwidth/2)*b.scrollratio.x:(d.pageY-b.rail.offset().top-b.cursorheight/2)*b.scrollratio.y,c(f)):(c=g?b.doScrollLeftBy:b.doScrollBy,f=g?b.scroll.x:b.scroll.y,d=g?d.pageX-b.railh.offset().left:d.pageY-b.rail.offset().top,g=g?b.view.w:b.view.h,f>=d?c(g):c(-g)))};b.hasanimationframe=v;b.hascancelanimationframe=w;b.hasanimationframe?b.hascancelanimationframe||  
27 -(w=function(){b.cancelAnimationFrame=!0}):(v=function(b){return setTimeout(b,15-Math.floor(+new Date/1E3)%16)},w=clearInterval);this.init=function(){b.saved.css=[];if(f.isie7mobile)return!0;f.hasmstouch&&b.css(b.ispage?e("html"):b.win,{"-ms-touch-action":"none"});b.zindex="auto";b.zindex=!b.ispage&&"auto"==b.opt.zindex?h()||"auto":b.opt.zindex;!b.ispage&&"auto"!=b.zindex&&b.zindex>x&&(x=b.zindex);b.isie&&(0==b.zindex&&"auto"==b.opt.zindex)&&(b.zindex="auto");if(!b.ispage||!f.cantouch&&!f.isieold&&  
28 -!f.isie9mobile){var d=b.docscroll;b.ispage&&(d=b.haswrapper?b.win:b.doc);f.isie9mobile||b.css(d,{"overflow-y":"hidden"});b.ispage&&f.isie7&&("BODY"==b.doc[0].nodeName?b.css(e("html"),{"overflow-y":"hidden"}):"HTML"==b.doc[0].nodeName&&b.css(e("body"),{"overflow-y":"hidden"}));f.isios&&(!b.ispage&&!b.haswrapper)&&b.css(e("body"),{"-webkit-overflow-scrolling":"touch"});var c=e(document.createElement("div"));c.css({position:"relative",top:0,"float":"right",width:b.opt.cursorwidth,height:"0px","background-color":b.opt.cursorcolor,  
29 -border:b.opt.cursorborder,"background-clip":"padding-box","-webkit-border-radius":b.opt.cursorborderradius,"-moz-border-radius":b.opt.cursorborderradius,"border-radius":b.opt.cursorborderradius});c.hborder=parseFloat(c.outerHeight()-c.innerHeight());b.cursor=c;var g=e(document.createElement("div"));g.attr("id",b.id);g.addClass("nicescroll-rails");var l,k,n=["left","right"],G;for(G in n)k=n[G],(l=b.opt.railpadding[k])?g.css("padding-"+k,l+"px"):b.opt.railpadding[k]=0;g.append(c);g.width=Math.max(parseFloat(b.opt.cursorwidth),  
30 -c.outerWidth())+b.opt.railpadding.left+b.opt.railpadding.right;g.css({width:g.width+"px",zIndex:b.zindex,background:b.opt.background,cursor:"default"});g.visibility=!0;g.scrollable=!0;g.align="left"==b.opt.railalign?0:1;b.rail=g;c=b.rail.drag=!1;b.opt.boxzoom&&(!b.ispage&&!f.isieold)&&(c=document.createElement("div"),b.bind(c,"click",b.doZoom),b.zoom=e(c),b.zoom.css({cursor:"pointer","z-index":b.zindex,backgroundImage:"url("+L+"zoomico.png)",height:18,width:18,backgroundPosition:"0px 0px"}),b.opt.dblclickzoom&&  
31 -b.bind(b.win,"dblclick",b.doZoom),f.cantouch&&b.opt.gesturezoom&&(b.ongesturezoom=function(d){1.5<d.scale&&b.doZoomIn(d);0.8>d.scale&&b.doZoomOut(d);return b.cancelEvent(d)},b.bind(b.win,"gestureend",b.ongesturezoom)));b.railh=!1;if(b.opt.horizrailenabled){b.css(d,{"overflow-x":"hidden"});c=e(document.createElement("div"));c.css({position:"relative",top:0,height:b.opt.cursorwidth,width:"0px","background-color":b.opt.cursorcolor,border:b.opt.cursorborder,"background-clip":"padding-box","-webkit-border-radius":b.opt.cursorborderradius,  
32 -"-moz-border-radius":b.opt.cursorborderradius,"border-radius":b.opt.cursorborderradius});c.wborder=parseFloat(c.outerWidth()-c.innerWidth());b.cursorh=c;var m=e(document.createElement("div"));m.attr("id",b.id+"-hr");m.addClass("nicescroll-rails");m.height=Math.max(parseFloat(b.opt.cursorwidth),c.outerHeight());m.css({height:m.height+"px",zIndex:b.zindex,background:b.opt.background});m.append(c);m.visibility=!0;m.scrollable=!0;m.align="top"==b.opt.railvalign?0:1;b.railh=m;b.railh.drag=!1}b.ispage?  
33 -(g.css({position:"fixed",top:"0px",height:"100%"}),g.align?g.css({right:"0px"}):g.css({left:"0px"}),b.body.append(g),b.railh&&(m.css({position:"fixed",left:"0px",width:"100%"}),m.align?m.css({bottom:"0px"}):m.css({top:"0px"}),b.body.append(m))):(b.ishwscroll?("static"==b.win.css("position")&&b.css(b.win,{position:"relative"}),d="HTML"==b.win[0].nodeName?b.body:b.win,b.zoom&&(b.zoom.css({position:"absolute",top:1,right:0,"margin-right":g.width+4}),d.append(b.zoom)),g.css({position:"absolute",top:0}),  
34 -g.align?g.css({right:0}):g.css({left:0}),d.append(g),m&&(m.css({position:"absolute",left:0,bottom:0}),m.align?m.css({bottom:0}):m.css({top:0}),d.append(m))):(b.isfixed="fixed"==b.win.css("position"),d=b.isfixed?"fixed":"absolute",b.isfixed||(b.viewport=b.getViewport(b.win[0])),b.viewport&&(b.body=b.viewport,!1==/relative|absolute/.test(b.viewport.css("position"))&&b.css(b.viewport,{position:"relative"})),g.css({position:d}),b.zoom&&b.zoom.css({position:d}),b.updateScrollBar(),b.body.append(g),b.zoom&&  
35 -b.body.append(b.zoom),b.railh&&(m.css({position:d}),b.body.append(m))),f.isios&&b.css(b.win,{"-webkit-tap-highlight-color":"rgba(0,0,0,0)","-webkit-touch-callout":"none"}),f.isie&&b.opt.disableoutline&&b.win.attr("hideFocus","true"),f.iswebkit&&b.opt.disableoutline&&b.win.css({outline:"none"}));!1===b.opt.autohidemode?(b.autohidedom=!1,b.rail.css({opacity:b.opt.cursoropacitymax}),b.railh&&b.railh.css({opacity:b.opt.cursoropacitymax})):!0===b.opt.autohidemode?(b.autohidedom=e().add(b.rail),f.isie8&&  
36 -(b.autohidedom=b.autohidedom.add(b.cursor)),b.railh&&(b.autohidedom=b.autohidedom.add(b.railh)),b.railh&&f.isie8&&(b.autohidedom=b.autohidedom.add(b.cursorh))):"scroll"==b.opt.autohidemode?(b.autohidedom=e().add(b.rail),b.railh&&(b.autohidedom=b.autohidedom.add(b.railh))):"cursor"==b.opt.autohidemode?(b.autohidedom=e().add(b.cursor),b.railh&&(b.autohidedom=b.autohidedom.add(b.cursorh))):"hidden"==b.opt.autohidemode&&(b.autohidedom=!1,b.hide(),b.locked=!1);if(f.isie9mobile)b.scrollmom=new H(b),b.onmangotouch=  
37 -function(d){d=b.getScrollTop();var c=b.getScrollLeft();if(d==b.scrollmom.lastscrolly&&c==b.scrollmom.lastscrollx)return!0;var g=d-b.mangotouch.sy,f=c-b.mangotouch.sx;if(0!=Math.round(Math.sqrt(Math.pow(f,2)+Math.pow(g,2)))){var p=0>g?-1:1,e=0>f?-1:1,h=+new Date;b.mangotouch.lazy&&clearTimeout(b.mangotouch.lazy);80<h-b.mangotouch.tm||b.mangotouch.dry!=p||b.mangotouch.drx!=e?(b.scrollmom.stop(),b.scrollmom.reset(c,d),b.mangotouch.sy=d,b.mangotouch.ly=d,b.mangotouch.sx=c,b.mangotouch.lx=c,b.mangotouch.dry=  
38 -p,b.mangotouch.drx=e,b.mangotouch.tm=h):(b.scrollmom.stop(),b.scrollmom.update(b.mangotouch.sx-f,b.mangotouch.sy-g),b.mangotouch.tm=h,g=Math.max(Math.abs(b.mangotouch.ly-d),Math.abs(b.mangotouch.lx-c)),b.mangotouch.ly=d,b.mangotouch.lx=c,2<g&&(b.mangotouch.lazy=setTimeout(function(){b.mangotouch.lazy=!1;b.mangotouch.dry=0;b.mangotouch.drx=0;b.mangotouch.tm=0;b.scrollmom.doMomentum(30)},100)))}},g=b.getScrollTop(),m=b.getScrollLeft(),b.mangotouch={sy:g,ly:g,dry:0,sx:m,lx:m,drx:0,lazy:!1,tm:0},b.bind(b.docscroll,  
39 -"scroll",b.onmangotouch);else{if(f.cantouch||b.istouchcapable||b.opt.touchbehavior||f.hasmstouch){b.scrollmom=new H(b);b.ontouchstart=function(d){if(d.pointerType&&2!=d.pointerType)return!1;if(!b.locked){if(f.hasmstouch)for(var c=d.target?d.target:!1;c;){var g=e(c).getNiceScroll();if(0<g.length&&g[0].me==b.me)break;if(0<g.length)return!1;if("DIV"==c.nodeName&&c.id==b.id)break;c=c.parentNode?c.parentNode:!1}b.cancelScroll();if((c=b.getTarget(d))&&/INPUT/i.test(c.nodeName)&&/range/i.test(c.type))return b.stopPropagation(d);  
40 -!("clientX"in d)&&"changedTouches"in d&&(d.clientX=d.changedTouches[0].clientX,d.clientY=d.changedTouches[0].clientY);b.forcescreen&&(g=d,d={original:d.original?d.original:d},d.clientX=g.screenX,d.clientY=g.screenY);b.rail.drag={x:d.clientX,y:d.clientY,sx:b.scroll.x,sy:b.scroll.y,st:b.getScrollTop(),sl:b.getScrollLeft(),pt:2,dl:!1};if(b.ispage||!b.opt.directionlockdeadzone)b.rail.drag.dl="f";else{var g=e(window).width(),p=e(window).height(),h=Math.max(document.body.scrollWidth,document.documentElement.scrollWidth),  
41 -l=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight),p=Math.max(0,l-p),g=Math.max(0,h-g);b.rail.drag.ck=!b.rail.scrollable&&b.railh.scrollable?0<p?"v":!1:b.rail.scrollable&&!b.railh.scrollable?0<g?"h":!1:!1;b.rail.drag.ck||(b.rail.drag.dl="f")}b.opt.touchbehavior&&(b.isiframe&&f.isie)&&(g=b.win.position(),b.rail.drag.x+=g.left,b.rail.drag.y+=g.top);b.hasmoving=!1;b.lastmouseup=!1;b.scrollmom.reset(d.clientX,d.clientY);if(!f.cantouch&&!this.istouchcapable&&!f.hasmstouch){if(!c||  
42 -!/INPUT|SELECT|TEXTAREA/i.test(c.nodeName))return!b.ispage&&f.hasmousecapture&&c.setCapture(),b.cancelEvent(d);/SUBMIT|CANCEL|BUTTON/i.test(e(c).attr("type"))&&(pc={tg:c,click:!1},b.preventclick=pc)}}};b.ontouchend=function(d){if(d.pointerType&&2!=d.pointerType)return!1;if(b.rail.drag&&2==b.rail.drag.pt&&(b.scrollmom.doMomentum(),b.rail.drag=!1,b.hasmoving&&(b.hasmoving=!1,b.lastmouseup=!0,b.hideCursor(),f.hasmousecapture&&document.releaseCapture(),!f.cantouch)))return b.cancelEvent(d)};var q=b.opt.touchbehavior&&  
43 -b.isiframe&&!f.hasmousecapture;b.ontouchmove=function(d,c){if(d.pointerType&&2!=d.pointerType)return!1;if(b.rail.drag&&2==b.rail.drag.pt){if(f.cantouch&&"undefined"==typeof d.original)return!0;b.hasmoving=!0;b.preventclick&&!b.preventclick.click&&(b.preventclick.click=b.preventclick.tg.onclick||!1,b.preventclick.tg.onclick=b.onpreventclick);d=e.extend({original:d},d);"changedTouches"in d&&(d.clientX=d.changedTouches[0].clientX,d.clientY=d.changedTouches[0].clientY);if(b.forcescreen){var g=d;d={original:d.original?  
44 -d.original:d};d.clientX=g.screenX;d.clientY=g.screenY}g=ofy=0;if(q&&!c){var p=b.win.position(),g=-p.left;ofy=-p.top}var h=d.clientY+ofy,p=h-b.rail.drag.y,l=d.clientX+g,k=l-b.rail.drag.x,s=b.rail.drag.st-p;b.ishwscroll&&b.opt.bouncescroll?0>s?s=Math.round(s/2):s>b.page.maxh&&(s=b.page.maxh+Math.round((s-b.page.maxh)/2)):(0>s&&(h=s=0),s>b.page.maxh&&(s=b.page.maxh,h=0));if(b.railh&&b.railh.scrollable){var m=b.rail.drag.sl-k;b.ishwscroll&&b.opt.bouncescroll?0>m?m=Math.round(m/2):m>b.page.maxw&&(m=b.page.maxw+  
45 -Math.round((m-b.page.maxw)/2)):(0>m&&(l=m=0),m>b.page.maxw&&(m=b.page.maxw,l=0))}g=!1;if(b.rail.drag.dl)g=!0,"v"==b.rail.drag.dl?m=b.rail.drag.sl:"h"==b.rail.drag.dl&&(s=b.rail.drag.st);else{var p=Math.abs(p),k=Math.abs(k),n=b.opt.directionlockdeadzone;if("v"==b.rail.drag.ck){if(p>n&&k<=0.3*p)return b.rail.drag=!1,!0;k>n&&(b.rail.drag.dl="f",e("body").scrollTop(e("body").scrollTop()))}else if("h"==b.rail.drag.ck){if(k>n&&p<=0.3*az)return b.rail.drag=!1,!0;p>n&&(b.rail.drag.dl="f",e("body").scrollLeft(e("body").scrollLeft()))}}b.synched("touchmove",  
46 -function(){b.rail.drag&&2==b.rail.drag.pt&&(b.prepareTransition&&b.prepareTransition(0),b.rail.scrollable&&b.setScrollTop(s),b.scrollmom.update(l,h),b.railh&&b.railh.scrollable?(b.setScrollLeft(m),b.showCursor(s,m)):b.showCursor(s),f.isie10&&document.selection.clear())});f.ischrome&&b.istouchcapable&&(g=!1);if(g)return b.cancelEvent(d)}}}b.onmousedown=function(d,c){if(!(b.rail.drag&&1!=b.rail.drag.pt)){if(b.locked)return b.cancelEvent(d);b.cancelScroll();b.rail.drag={x:d.clientX,y:d.clientY,sx:b.scroll.x,  
47 -sy:b.scroll.y,pt:1,hr:!!c};var g=b.getTarget(d);!b.ispage&&f.hasmousecapture&&g.setCapture();b.isiframe&&!f.hasmousecapture&&(b.saved.csspointerevents=b.doc.css("pointer-events"),b.css(b.doc,{"pointer-events":"none"}));return b.cancelEvent(d)}};b.onmouseup=function(d){if(b.rail.drag&&(f.hasmousecapture&&document.releaseCapture(),b.isiframe&&!f.hasmousecapture&&b.doc.css("pointer-events",b.saved.csspointerevents),1==b.rail.drag.pt))return b.rail.drag=!1,b.cancelEvent(d)};b.onmousemove=function(d){if(b.rail.drag&&  
48 -1==b.rail.drag.pt){if(f.ischrome&&0==d.which)return b.onmouseup(d);b.cursorfreezed=!0;if(b.rail.drag.hr){b.scroll.x=b.rail.drag.sx+(d.clientX-b.rail.drag.x);0>b.scroll.x&&(b.scroll.x=0);var c=b.scrollvaluemaxw;b.scroll.x>c&&(b.scroll.x=c)}else b.scroll.y=b.rail.drag.sy+(d.clientY-b.rail.drag.y),0>b.scroll.y&&(b.scroll.y=0),c=b.scrollvaluemax,b.scroll.y>c&&(b.scroll.y=c);b.synched("mousemove",function(){b.rail.drag&&1==b.rail.drag.pt&&(b.showCursor(),b.rail.drag.hr?b.doScrollLeft(Math.round(b.scroll.x*  
49 -b.scrollratio.x),b.opt.cursordragspeed):b.doScrollTop(Math.round(b.scroll.y*b.scrollratio.y),b.opt.cursordragspeed))});return b.cancelEvent(d)}};if(f.cantouch||b.opt.touchbehavior)b.onpreventclick=function(d){if(b.preventclick)return b.preventclick.tg.onclick=b.preventclick.click,b.preventclick=!1,b.cancelEvent(d)},b.bind(b.win,"mousedown",b.ontouchstart),b.onclick=f.isios?!1:function(d){return b.lastmouseup?(b.lastmouseup=!1,b.cancelEvent(d)):!0},b.opt.grabcursorenabled&&f.cursorgrabvalue&&(b.css(b.ispage?  
50 -b.doc:b.win,{cursor:f.cursorgrabvalue}),b.css(b.rail,{cursor:f.cursorgrabvalue}));else{var r=function(d){if(b.selectiondrag){if(d){var c=b.win.outerHeight();d=d.pageY-b.selectiondrag.top;0<d&&d<c&&(d=0);d>=c&&(d-=c);b.selectiondrag.df=d}0!=b.selectiondrag.df&&(b.doScrollBy(2*-Math.floor(b.selectiondrag.df/6)),b.debounced("doselectionscroll",function(){r()},50))}};b.hasTextSelected="getSelection"in document?function(){return 0<document.getSelection().rangeCount}:"selection"in document?function(){return"None"!=  
51 -document.selection.type}:function(){return!1};b.onselectionstart=function(d){b.ispage||(b.selectiondrag=b.win.offset())};b.onselectionend=function(d){b.selectiondrag=!1};b.onselectiondrag=function(d){b.selectiondrag&&b.hasTextSelected()&&b.debounced("selectionscroll",function(){r(d)},250)}}f.hasmstouch&&(b.css(b.rail,{"-ms-touch-action":"none"}),b.css(b.cursor,{"-ms-touch-action":"none"}),b.bind(b.win,"MSPointerDown",b.ontouchstart),b.bind(document,"MSPointerUp",b.ontouchend),b.bind(document,"MSPointerMove",  
52 -b.ontouchmove),b.bind(b.cursor,"MSGestureHold",function(b){b.preventDefault()}),b.bind(b.cursor,"contextmenu",function(b){b.preventDefault()}));this.istouchcapable&&(b.bind(b.win,"touchstart",b.ontouchstart),b.bind(document,"touchend",b.ontouchend),b.bind(document,"touchcancel",b.ontouchend),b.bind(document,"touchmove",b.ontouchmove));b.bind(b.cursor,"mousedown",b.onmousedown);b.bind(b.cursor,"mouseup",b.onmouseup);b.railh&&(b.bind(b.cursorh,"mousedown",function(d){b.onmousedown(d,!0)}),b.bind(b.cursorh,  
53 -"mouseup",function(d){if(!(b.rail.drag&&2==b.rail.drag.pt))return b.rail.drag=!1,b.hasmoving=!1,b.hideCursor(),f.hasmousecapture&&document.releaseCapture(),b.cancelEvent(d)}));if(b.opt.cursordragontouch||!f.cantouch&&!b.opt.touchbehavior)b.rail.css({cursor:"default"}),b.railh&&b.railh.css({cursor:"default"}),b.jqbind(b.rail,"mouseenter",function(){b.canshowonmouseevent&&b.showCursor();b.rail.active=!0}),b.jqbind(b.rail,"mouseleave",function(){b.rail.active=!1;b.rail.drag||b.hideCursor()}),b.opt.sensitiverail&&  
54 -(b.bind(b.rail,"click",function(d){b.doRailClick(d,!1,!1)}),b.bind(b.rail,"dblclick",function(d){b.doRailClick(d,!0,!1)}),b.bind(b.cursor,"click",function(d){b.cancelEvent(d)}),b.bind(b.cursor,"dblclick",function(d){b.cancelEvent(d)})),b.railh&&(b.jqbind(b.railh,"mouseenter",function(){b.canshowonmouseevent&&b.showCursor();b.rail.active=!0}),b.jqbind(b.railh,"mouseleave",function(){b.rail.active=!1;b.rail.drag||b.hideCursor()}),b.opt.sensitiverail&&(b.bind(b.railh,"click",function(d){b.doRailClick(d,  
55 -!1,!0)}),b.bind(b.railh,"dblclick",function(d){b.doRailClick(d,!0,!0)}),b.bind(b.cursorh,"click",function(d){b.cancelEvent(d)}),b.bind(b.cursorh,"dblclick",function(d){b.cancelEvent(d)})));!f.cantouch&&!b.opt.touchbehavior?(b.bind(f.hasmousecapture?b.win:document,"mouseup",b.onmouseup),b.bind(document,"mousemove",b.onmousemove),b.onclick&&b.bind(document,"click",b.onclick),!b.ispage&&b.opt.enablescrollonselection&&(b.bind(b.win[0],"mousedown",b.onselectionstart),b.bind(document,"mouseup",b.onselectionend),  
56 -b.bind(b.cursor,"mouseup",b.onselectionend),b.cursorh&&b.bind(b.cursorh,"mouseup",b.onselectionend),b.bind(document,"mousemove",b.onselectiondrag)),b.zoom&&(b.jqbind(b.zoom,"mouseenter",function(){b.canshowonmouseevent&&b.showCursor();b.rail.active=!0}),b.jqbind(b.zoom,"mouseleave",function(){b.rail.active=!1;b.rail.drag||b.hideCursor()}))):(b.bind(f.hasmousecapture?b.win:document,"mouseup",b.ontouchend),b.bind(document,"mousemove",b.ontouchmove),b.onclick&&b.bind(document,"click",b.onclick),b.opt.cursordragontouch&&  
57 -(b.bind(b.cursor,"mousedown",b.onmousedown),b.bind(b.cursor,"mousemove",b.onmousemove),b.cursorh&&b.bind(b.cursorh,"mousedown",b.onmousedown),b.cursorh&&b.bind(b.cursorh,"mousemove",b.onmousemove)));b.opt.enablemousewheel&&(b.isiframe||b.bind(f.isie&&b.ispage?document:b.docscroll,"mousewheel",b.onmousewheel),b.bind(b.rail,"mousewheel",b.onmousewheel),b.railh&&b.bind(b.railh,"mousewheel",b.onmousewheelhr));!b.ispage&&(!f.cantouch&&!/HTML|BODY/.test(b.win[0].nodeName))&&(b.win.attr("tabindex")||b.win.attr({tabindex:J++}),  
58 -b.jqbind(b.win,"focus",function(d){y=b.getTarget(d).id||!0;b.hasfocus=!0;b.canshowonmouseevent&&b.noticeCursor()}),b.jqbind(b.win,"blur",function(d){y=!1;b.hasfocus=!1}),b.jqbind(b.win,"mouseenter",function(d){D=b.getTarget(d).id||!0;b.hasmousefocus=!0;b.canshowonmouseevent&&b.noticeCursor()}),b.jqbind(b.win,"mouseleave",function(){D=!1;b.hasmousefocus=!1}))}b.onkeypress=function(d){if(b.locked&&0==b.page.maxh)return!0;d=d?d:window.e;var c=b.getTarget(d);if(c&&/INPUT|TEXTAREA|SELECT|OPTION/.test(c.nodeName)&&  
59 -(!c.getAttribute("type")&&!c.type||!/submit|button|cancel/i.tp))return!0;if(b.hasfocus||b.hasmousefocus&&!y||b.ispage&&!y&&!D){c=d.keyCode;if(b.locked&&27!=c)return b.cancelEvent(d);var g=d.ctrlKey||!1,p=d.shiftKey||!1,f=!1;switch(c){case 38:case 63233:b.doScrollBy(72);f=!0;break;case 40:case 63235:b.doScrollBy(-72);f=!0;break;case 37:case 63232:b.railh&&(g?b.doScrollLeft(0):b.doScrollLeftBy(72),f=!0);break;case 39:case 63234:b.railh&&(g?b.doScrollLeft(b.page.maxw):b.doScrollLeftBy(-72),f=!0);break;  
60 -case 33:case 63276:b.doScrollBy(b.view.h);f=!0;break;case 34:case 63277:b.doScrollBy(-b.view.h);f=!0;break;case 36:case 63273:b.railh&&g?b.doScrollPos(0,0):b.doScrollTo(0);f=!0;break;case 35:case 63275:b.railh&&g?b.doScrollPos(b.page.maxw,b.page.maxh):b.doScrollTo(b.page.maxh);f=!0;break;case 32:b.opt.spacebarenabled&&(p?b.doScrollBy(b.view.h):b.doScrollBy(-b.view.h),f=!0);break;case 27:b.zoomactive&&(b.doZoom(),f=!0)}if(f)return b.cancelEvent(d)}};b.opt.enablekeyboard&&b.bind(document,f.isopera&&  
61 -!f.isopera12?"keypress":"keydown",b.onkeypress);b.bind(window,"resize",b.lazyResize);b.bind(window,"orientationchange",b.lazyResize);b.bind(window,"load",b.lazyResize);if(f.ischrome&&!b.ispage&&!b.haswrapper){var t=b.win.attr("style"),g=parseFloat(b.win.css("width"))+1;b.win.css("width",g);b.synched("chromefix",function(){b.win.attr("style",t)})}b.onAttributeChange=function(d){b.lazyResize(250)};!b.ispage&&!b.haswrapper&&(!1!==z?(b.observer=new z(function(d){d.forEach(b.onAttributeChange)}),b.observer.observe(b.win[0],  
62 -{childList:!0,characterData:!1,attributes:!0,subtree:!1}),b.observerremover=new z(function(d){d.forEach(function(d){if(0<d.removedNodes.length)for(var c in d.removedNodes)if(d.removedNodes[c]==b.win[0])return b.remove()})}),b.observerremover.observe(b.win[0].parentNode,{childList:!0,characterData:!1,attributes:!1,subtree:!1})):(b.bind(b.win,f.isie&&!f.isie9?"propertychange":"DOMAttrModified",b.onAttributeChange),f.isie9&&b.win[0].attachEvent("onpropertychange",b.onAttributeChange),b.bind(b.win,"DOMNodeRemoved",  
63 -function(d){d.target==b.win[0]&&b.remove()})));!b.ispage&&b.opt.boxzoom&&b.bind(window,"resize",b.resizeZoom);b.istextarea&&b.bind(b.win,"mouseup",b.lazyResize);b.checkrtlmode=!0;b.lazyResize(30)}if("IFRAME"==this.doc[0].nodeName){var I=function(d){b.iframexd=!1;try{var c="contentDocument"in this?this.contentDocument:this.contentWindow.document}catch(g){b.iframexd=!0,c=!1}if(b.iframexd)return"console"in window&&console.log("NiceScroll error: policy restriced iframe"),!0;b.forcescreen=!0;b.isiframe&&  
64 -(b.iframe={doc:e(c),html:b.doc.contents().find("html")[0],body:b.doc.contents().find("body")[0]},b.getContentSize=function(){return{w:Math.max(b.iframe.html.scrollWidth,b.iframe.body.scrollWidth),h:Math.max(b.iframe.html.scrollHeight,b.iframe.body.scrollHeight)}},b.docscroll=e(b.iframe.body));!f.isios&&(b.opt.iframeautoresize&&!b.isiframe)&&(b.win.scrollTop(0),b.doc.height(""),d=Math.max(c.getElementsByTagName("html")[0].scrollHeight,c.body.scrollHeight),b.doc.height(d));b.lazyResize(30);f.isie7&&  
65 -b.css(e(b.iframe.html),{"overflow-y":"hidden"});b.css(e(b.iframe.body),{"overflow-y":"hidden"});"contentWindow"in this?b.bind(this.contentWindow,"scroll",b.onscroll):b.bind(c,"scroll",b.onscroll);b.opt.enablemousewheel&&b.bind(c,"mousewheel",b.onmousewheel);b.opt.enablekeyboard&&b.bind(c,f.isopera?"keypress":"keydown",b.onkeypress);if(f.cantouch||b.opt.touchbehavior)b.bind(c,"mousedown",b.onmousedown),b.bind(c,"mousemove",function(d){b.onmousemove(d,!0)}),b.opt.grabcursorenabled&&f.cursorgrabvalue&&  
66 -b.css(e(c.body),{cursor:f.cursorgrabvalue});b.bind(c,"mouseup",b.onmouseup);b.zoom&&(b.opt.dblclickzoom&&b.bind(c,"dblclick",b.doZoom),b.ongesturezoom&&b.bind(c,"gestureend",b.ongesturezoom))};this.doc[0].readyState&&"complete"==this.doc[0].readyState&&setTimeout(function(){I.call(b.doc[0],!1)},500);b.bind(this.doc,"load",I)}};this.showCursor=function(d,c){b.cursortimeout&&(clearTimeout(b.cursortimeout),b.cursortimeout=0);if(b.rail){b.autohidedom&&(b.autohidedom.stop().css({opacity:b.opt.cursoropacitymax}),  
67 -b.cursoractive=!0);if(!b.rail.drag||1!=b.rail.drag.pt)"undefined"!=typeof d&&!1!==d&&(b.scroll.y=Math.round(1*d/b.scrollratio.y)),"undefined"!=typeof c&&(b.scroll.x=Math.round(1*c/b.scrollratio.x));b.cursor.css({height:b.cursorheight,top:b.scroll.y});b.cursorh&&(!b.rail.align&&b.rail.visibility?b.cursorh.css({width:b.cursorwidth,left:b.scroll.x+b.rail.width}):b.cursorh.css({width:b.cursorwidth,left:b.scroll.x}),b.cursoractive=!0);b.zoom&&b.zoom.stop().css({opacity:b.opt.cursoropacitymax})}};this.hideCursor=  
68 -function(d){!b.cursortimeout&&(b.rail&&b.autohidedom)&&(b.cursortimeout=setTimeout(function(){if(!b.rail.active||!b.showonmouseevent)b.autohidedom.stop().animate({opacity:b.opt.cursoropacitymin}),b.zoom&&b.zoom.stop().animate({opacity:b.opt.cursoropacitymin}),b.cursoractive=!1;b.cursortimeout=0},d||b.opt.hidecursordelay))};this.noticeCursor=function(d,c,g){b.showCursor(c,g);b.rail.active||b.hideCursor(d)};this.getContentSize=b.ispage?function(){return{w:Math.max(document.body.scrollWidth,document.documentElement.scrollWidth),  
69 -h:Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}}:b.haswrapper?function(){return{w:b.doc.outerWidth()+parseInt(b.win.css("paddingLeft"))+parseInt(b.win.css("paddingRight")),h:b.doc.outerHeight()+parseInt(b.win.css("paddingTop"))+parseInt(b.win.css("paddingBottom"))}}:function(){return{w:b.docscroll[0].scrollWidth,h:b.docscroll[0].scrollHeight}};this.onResize=function(d,c){if(!b.win)return!1;if(!b.haswrapper&&!b.ispage){if("none"==b.win.css("display"))return b.visibility&&  
70 -b.hideRail().hideRailHr(),!1;!b.hidden&&!b.visibility&&b.showRail().showRailHr()}var g=b.page.maxh,f=b.page.maxw,e=b.view.w;b.view={w:b.ispage?b.win.width():parseInt(b.win[0].clientWidth),h:b.ispage?b.win.height():parseInt(b.win[0].clientHeight)};b.page=c?c:b.getContentSize();b.page.maxh=Math.max(0,b.page.h-b.view.h);b.page.maxw=Math.max(0,b.page.w-b.view.w);if(b.page.maxh==g&&b.page.maxw==f&&b.view.w==e){if(b.ispage)return b;g=b.win.offset();if(b.lastposition&&(f=b.lastposition,f.top==g.top&&f.left==  
71 -g.left))return b;b.lastposition=g}0==b.page.maxh?(b.hideRail(),b.scrollvaluemax=0,b.scroll.y=0,b.scrollratio.y=0,b.cursorheight=0,b.setScrollTop(0),b.rail.scrollable=!1):b.rail.scrollable=!0;0==b.page.maxw?(b.hideRailHr(),b.scrollvaluemaxw=0,b.scroll.x=0,b.scrollratio.x=0,b.cursorwidth=0,b.setScrollLeft(0),b.railh.scrollable=!1):b.railh.scrollable=!0;b.locked=0==b.page.maxh&&0==b.page.maxw;if(b.locked)return b.ispage||b.updateScrollBar(b.view),!1;!b.hidden&&!b.visibility?b.showRail().showRailHr():  
72 -!b.hidden&&!b.railh.visibility&&b.showRailHr();b.istextarea&&(b.win.css("resize")&&"none"!=b.win.css("resize"))&&(b.view.h-=20);b.cursorheight=Math.min(b.view.h,Math.round(b.view.h*(b.view.h/b.page.h)));b.cursorheight=b.opt.cursorfixedheight?b.opt.cursorfixedheight:Math.max(b.opt.cursorminheight,b.cursorheight);b.cursorwidth=Math.min(b.view.w,Math.round(b.view.w*(b.view.w/b.page.w)));b.cursorwidth=b.opt.cursorfixedheight?b.opt.cursorfixedheight:Math.max(b.opt.cursorminheight,b.cursorwidth);b.scrollvaluemax=  
73 -b.view.h-b.cursorheight-b.cursor.hborder;b.railh&&(b.railh.width=0<b.page.maxh?b.view.w-b.rail.width:b.view.w,b.scrollvaluemaxw=b.railh.width-b.cursorwidth-b.cursorh.wborder);b.checkrtlmode&&b.railh&&(b.checkrtlmode=!1,b.opt.rtlmode&&0==b.scroll.x&&b.setScrollLeft(b.page.maxw));b.ispage||b.updateScrollBar(b.view);b.scrollratio={x:b.page.maxw/b.scrollvaluemaxw,y:b.page.maxh/b.scrollvaluemax};b.getScrollTop()>b.page.maxh?b.doScrollTop(b.page.maxh):(b.scroll.y=Math.round(b.getScrollTop()*(1/b.scrollratio.y)),  
74 -b.scroll.x=Math.round(b.getScrollLeft()*(1/b.scrollratio.x)),b.cursoractive&&b.noticeCursor());b.scroll.y&&0==b.getScrollTop()&&b.doScrollTo(Math.floor(b.scroll.y*b.scrollratio.y));return b};this.resize=b.onResize;this.lazyResize=function(d){d=isNaN(d)?30:d;b.delayed("resize",b.resize,d);return b};this._bind=function(d,c,g,f){b.events.push({e:d,n:c,f:g,b:f,q:!1});d.addEventListener?d.addEventListener(c,g,f||!1):d.attachEvent?d.attachEvent("on"+c,g):d["on"+c]=g};this.jqbind=function(d,c,g){b.events.push({e:d,  
75 -n:c,f:g,q:!0});e(d).bind(c,g)};this.bind=function(d,c,g,e){var h="jquery"in d?d[0]:d;"mousewheel"==c?"onwheel"in b.win?b._bind(h,"wheel",g,e||!1):(d="undefined"!=typeof document.onmousewheel?"mousewheel":"DOMMouseScroll",n(h,d,g,e||!1),"DOMMouseScroll"==d&&n(h,"MozMousePixelScroll",g,e||!1)):h.addEventListener?(f.cantouch&&/mouseup|mousedown|mousemove/.test(c)&&b._bind(h,"mousedown"==c?"touchstart":"mouseup"==c?"touchend":"touchmove",function(b){if(b.touches){if(2>b.touches.length){var d=b.touches.length?  
76 -b.touches[0]:b;d.original=b;g.call(this,d)}}else b.changedTouches&&(d=b.changedTouches[0],d.original=b,g.call(this,d))},e||!1),b._bind(h,c,g,e||!1),f.cantouch&&"mouseup"==c&&b._bind(h,"touchcancel",g,e||!1)):b._bind(h,c,function(d){if((d=d||window.event||!1)&&d.srcElement)d.target=d.srcElement;"pageY"in d||(d.pageX=d.clientX+document.documentElement.scrollLeft,d.pageY=d.clientY+document.documentElement.scrollTop);return!1===g.call(h,d)||!1===e?b.cancelEvent(d):!0})};this._unbind=function(b,c,g,f){b.removeEventListener?  
77 -b.removeEventListener(c,g,f):b.detachEvent?b.detachEvent("on"+c,g):b["on"+c]=!1};this.unbindAll=function(){for(var d=0;d<b.events.length;d++){var c=b.events[d];c.q?c.e.unbind(c.n,c.f):b._unbind(c.e,c.n,c.f,c.b)}};this.cancelEvent=function(b){b=b.original?b.original:b?b:window.event||!1;if(!b)return!1;b.preventDefault&&b.preventDefault();b.stopPropagation&&b.stopPropagation();b.preventManipulation&&b.preventManipulation();b.cancelBubble=!0;b.cancel=!0;return b.returnValue=!1};this.stopPropagation=  
78 -function(b){b=b.original?b.original:b?b:window.event||!1;if(!b)return!1;if(b.stopPropagation)return b.stopPropagation();b.cancelBubble&&(b.cancelBubble=!0);return!1};this.showRail=function(){if(0!=b.page.maxh&&(b.ispage||"none"!=b.win.css("display")))b.visibility=!0,b.rail.visibility=!0,b.rail.css("display","block");return b};this.showRailHr=function(){if(!b.railh)return b;if(0!=b.page.maxw&&(b.ispage||"none"!=b.win.css("display")))b.railh.visibility=!0,b.railh.css("display","block");return b};this.hideRail=  
79 -function(){b.visibility=!1;b.rail.visibility=!1;b.rail.css("display","none");return b};this.hideRailHr=function(){if(!b.railh)return b;b.railh.visibility=!1;b.railh.css("display","none");return b};this.show=function(){b.hidden=!1;b.locked=!1;return b.showRail().showRailHr()};this.hide=function(){b.hidden=!0;b.locked=!0;return b.hideRail().hideRailHr()};this.toggle=function(){return b.hidden?b.show():b.hide()};this.remove=function(){b.stop();b.cursortimeout&&clearTimeout(b.cursortimeout);b.doZoomOut();  
80 -b.unbindAll();!1!==b.observer&&b.observer.disconnect();!1!==b.observerremover&&b.observerremover.disconnect();b.events=[];b.cursor&&(b.cursor.remove(),b.cursor=null);b.cursorh&&(b.cursorh.remove(),b.cursorh=null);b.rail&&(b.rail.remove(),b.rail=null);b.railh&&(b.railh.remove(),b.railh=null);b.zoom&&(b.zoom.remove(),b.zoom=null);for(var d=0;d<b.saved.css.length;d++){var c=b.saved.css[d];c[0].css(c[1],"undefined"==typeof c[2]?"":c[2])}b.saved=!1;b.me.data("__nicescroll","");b.me=null;b.doc=null;b.docscroll=  
81 -null;b.win=null;return b};this.scrollstart=function(d){this.onscrollstart=d;return b};this.scrollend=function(d){this.onscrollend=d;return b};this.scrollcancel=function(d){this.onscrollcancel=d;return b};this.zoomin=function(d){this.onzoomin=d;return b};this.zoomout=function(d){this.onzoomout=d;return b};this.isScrollable=function(b){b=b.target?b.target:b;if("OPTION"==b.nodeName)return!0;for(;b&&1==b.nodeType&&!/BODY|HTML/.test(b.nodeName);){var c=e(b),c=c.css("overflowY")||c.css("overflowX")||c.css("overflow")||  
82 -"";if(/scroll|auto/.test(c))return b.clientHeight!=b.scrollHeight;b=b.parentNode?b.parentNode:!1}return!1};this.getViewport=function(b){for(b=b&&b.parentNode?b.parentNode:!1;b&&1==b.nodeType&&!/BODY|HTML/.test(b.nodeName);){var c=e(b),g=c.css("overflowY")||c.css("overflowX")||c.css("overflow")||"";if(/scroll|auto/.test(g)&&b.clientHeight!=b.scrollHeight||0<c.getNiceScroll().length)return c;b=b.parentNode?b.parentNode:!1}return!1};this.onmousewheel=function(d){if(b.locked)return!0;if(b.rail.drag)return b.cancelEvent(d);  
83 -if(!b.rail.scrollable)return b.railh&&b.railh.scrollable?b.onmousewheelhr(d):!0;var c=+new Date,g=!1;b.opt.preservenativescrolling&&b.checkarea+600<c&&(b.nativescrollingarea=b.isScrollable(d),g=!0);b.checkarea=c;if(b.nativescrollingarea)return!0;if(d=t(d,!1,g))b.checkarea=0;return d};this.onmousewheelhr=function(d){if(b.locked||!b.railh.scrollable)return!0;if(b.rail.drag)return b.cancelEvent(d);var c=+new Date,g=!1;b.opt.preservenativescrolling&&b.checkarea+600<c&&(b.nativescrollingarea=b.isScrollable(d),  
84 -g=!0);b.checkarea=c;return b.nativescrollingarea?!0:b.locked?b.cancelEvent(d):t(d,!0,g)};this.stop=function(){b.cancelScroll();b.scrollmon&&b.scrollmon.stop();b.cursorfreezed=!1;b.scroll.y=Math.round(b.getScrollTop()*(1/b.scrollratio.y));b.noticeCursor();return b};this.getTransitionSpeed=function(c){var f=Math.round(10*b.opt.scrollspeed);c=Math.min(f,Math.round(c/20*b.opt.scrollspeed));return 20<c?c:0};b.opt.smoothscroll?b.ishwscroll&&f.hastransition&&b.opt.usetransition?(this.prepareTransition=function(c,  
85 -e){var g=e?20<c?c:0:b.getTransitionSpeed(c),h=g?f.prefixstyle+"transform "+g+"ms ease-out":"";if(!b.lasttransitionstyle||b.lasttransitionstyle!=h)b.lasttransitionstyle=h,b.doc.css(f.transitionstyle,h);return g},this.doScrollLeft=function(c,f){var g=b.scrollrunning?b.newscrolly:b.getScrollTop();b.doScrollPos(c,g,f)},this.doScrollTop=function(c,f){var g=b.scrollrunning?b.newscrollx:b.getScrollLeft();b.doScrollPos(g,c,f)},this.doScrollPos=function(c,e,g){var h=b.getScrollTop(),l=b.getScrollLeft();(0>  
86 -(b.newscrolly-h)*(e-h)||0>(b.newscrollx-l)*(c-l))&&b.cancelScroll();!1==b.opt.bouncescroll&&(0>e?e=0:e>b.page.maxh&&(e=b.page.maxh),0>c?c=0:c>b.page.maxw&&(c=b.page.maxw));if(b.scrollrunning&&c==b.newscrollx&&e==b.newscrolly)return!1;b.newscrolly=e;b.newscrollx=c;b.newscrollspeed=g||!1;if(b.timer)return!1;b.timer=setTimeout(function(){var g=b.getScrollTop(),h=b.getScrollLeft(),l,k;l=c-h;k=e-g;l=Math.round(Math.sqrt(Math.pow(l,2)+Math.pow(k,2)));l=b.newscrollspeed&&1<b.newscrollspeed?b.newscrollspeed:  
87 -b.getTransitionSpeed(l);b.newscrollspeed&&1>=b.newscrollspeed&&(l*=b.newscrollspeed);b.prepareTransition(l,!0);b.timerscroll&&b.timerscroll.tm&&clearInterval(b.timerscroll.tm);0<l&&(!b.scrollrunning&&b.onscrollstart&&b.onscrollstart.call(b,{type:"scrollstart",current:{x:h,y:g},request:{x:c,y:e},end:{x:b.newscrollx,y:b.newscrolly},speed:l}),f.transitionend?b.scrollendtrapped||(b.scrollendtrapped=!0,b.bind(b.doc,f.transitionend,b.onScrollEnd,!1)):(b.scrollendtrapped&&clearTimeout(b.scrollendtrapped),  
88 -b.scrollendtrapped=setTimeout(b.onScrollEnd,l)),b.timerscroll={bz:new BezierClass(g,b.newscrolly,l,0,0,0.58,1),bh:new BezierClass(h,b.newscrollx,l,0,0,0.58,1)},b.cursorfreezed||(b.timerscroll.tm=setInterval(function(){b.showCursor(b.getScrollTop(),b.getScrollLeft())},60)));b.synched("doScroll-set",function(){b.timer=0;b.scrollendtrapped&&(b.scrollrunning=!0);b.setScrollTop(b.newscrolly);b.setScrollLeft(b.newscrollx);if(!b.scrollendtrapped)b.onScrollEnd()})},50)},this.cancelScroll=function(){if(!b.scrollendtrapped)return!0;  
89 -var c=b.getScrollTop(),e=b.getScrollLeft();b.scrollrunning=!1;f.transitionend||clearTimeout(f.transitionend);b.scrollendtrapped=!1;b._unbind(b.doc,f.transitionend,b.onScrollEnd);b.prepareTransition(0);b.setScrollTop(c);b.railh&&b.setScrollLeft(e);b.timerscroll&&b.timerscroll.tm&&clearInterval(b.timerscroll.tm);b.timerscroll=!1;b.cursorfreezed=!1;b.showCursor(c,e);return b},this.onScrollEnd=function(){b.scrollendtrapped&&b._unbind(b.doc,f.transitionend,b.onScrollEnd);b.scrollendtrapped=!1;b.prepareTransition(0);  
90 -b.timerscroll&&b.timerscroll.tm&&clearInterval(b.timerscroll.tm);b.timerscroll=!1;var c=b.getScrollTop(),e=b.getScrollLeft();b.setScrollTop(c);b.railh&&b.setScrollLeft(e);b.noticeCursor(!1,c,e);b.cursorfreezed=!1;0>c?c=0:c>b.page.maxh&&(c=b.page.maxh);0>e?e=0:e>b.page.maxw&&(e=b.page.maxw);if(c!=b.newscrolly||e!=b.newscrollx)return b.doScrollPos(e,c,b.opt.snapbackspeed);b.onscrollend&&b.scrollrunning&&b.onscrollend.call(b,{type:"scrollend",current:{x:e,y:c},end:{x:b.newscrollx,y:b.newscrolly}});b.scrollrunning=  
91 -!1}):(this.doScrollLeft=function(c,f){var g=b.scrollrunning?b.newscrolly:b.getScrollTop();b.doScrollPos(c,g,f)},this.doScrollTop=function(c,f){var g=b.scrollrunning?b.newscrollx:b.getScrollLeft();b.doScrollPos(g,c,f)},this.doScrollPos=function(c,f,g){function e(){if(b.cancelAnimationFrame)return!0;b.scrollrunning=!0;if(r=1-r)return b.timer=v(e)||1;var c=0,d=sy=b.getScrollTop();if(b.dst.ay){var d=b.bzscroll?b.dst.py+b.bzscroll.getNow()*b.dst.ay:b.newscrolly,g=d-sy;if(0>g&&d<b.newscrolly||0<g&&d>b.newscrolly)d=  
92 -b.newscrolly;b.setScrollTop(d);d==b.newscrolly&&(c=1)}else c=1;var f=sx=b.getScrollLeft();if(b.dst.ax){f=b.bzscroll?b.dst.px+b.bzscroll.getNow()*b.dst.ax:b.newscrollx;g=f-sx;if(0>g&&f<b.newscrollx||0<g&&f>b.newscrollx)f=b.newscrollx;b.setScrollLeft(f);f==b.newscrollx&&(c+=1)}else c+=1;2==c?(b.timer=0,b.cursorfreezed=!1,b.bzscroll=!1,b.scrollrunning=!1,0>d?d=0:d>b.page.maxh&&(d=b.page.maxh),0>f?f=0:f>b.page.maxw&&(f=b.page.maxw),f!=b.newscrollx||d!=b.newscrolly?b.doScrollPos(f,d):b.onscrollend&&b.onscrollend.call(b,  
93 -{type:"scrollend",current:{x:sx,y:sy},end:{x:b.newscrollx,y:b.newscrolly}})):b.timer=v(e)||1}f="undefined"==typeof f||!1===f?b.getScrollTop(!0):f;if(b.timer&&b.newscrolly==f&&b.newscrollx==c)return!0;b.timer&&w(b.timer);b.timer=0;var h=b.getScrollTop(),l=b.getScrollLeft();(0>(b.newscrolly-h)*(f-h)||0>(b.newscrollx-l)*(c-l))&&b.cancelScroll();b.newscrolly=f;b.newscrollx=c;if(!b.bouncescroll||!b.rail.visibility)0>b.newscrolly?b.newscrolly=0:b.newscrolly>b.page.maxh&&(b.newscrolly=b.page.maxh);if(!b.bouncescroll||  
94 -!b.railh.visibility)0>b.newscrollx?b.newscrollx=0:b.newscrollx>b.page.maxw&&(b.newscrollx=b.page.maxw);b.dst={};b.dst.x=c-l;b.dst.y=f-h;b.dst.px=l;b.dst.py=h;var k=Math.round(Math.sqrt(Math.pow(b.dst.x,2)+Math.pow(b.dst.y,2)));b.dst.ax=b.dst.x/k;b.dst.ay=b.dst.y/k;var n=0,q=k;0==b.dst.x?(n=h,q=f,b.dst.ay=1,b.dst.py=0):0==b.dst.y&&(n=l,q=c,b.dst.ax=1,b.dst.px=0);k=b.getTransitionSpeed(k);g&&1>=g&&(k*=g);b.bzscroll=0<k?b.bzscroll?b.bzscroll.update(q,k):new BezierClass(n,q,k,0,1,0,1):!1;if(!b.timer){(h==  
95 -b.page.maxh&&f>=b.page.maxh||l==b.page.maxw&&c>=b.page.maxw)&&b.checkContentSize();var r=1;b.cancelAnimationFrame=!1;b.timer=1;b.onscrollstart&&!b.scrollrunning&&b.onscrollstart.call(b,{type:"scrollstart",current:{x:l,y:h},request:{x:c,y:f},end:{x:b.newscrollx,y:b.newscrolly},speed:k});e();(h==b.page.maxh&&f>=h||l==b.page.maxw&&c>=l)&&b.checkContentSize();b.noticeCursor()}},this.cancelScroll=function(){b.timer&&w(b.timer);b.timer=0;b.bzscroll=!1;b.scrollrunning=!1;return b}):(this.doScrollLeft=function(c,  
96 -f){var g=b.getScrollTop();b.doScrollPos(c,g,f)},this.doScrollTop=function(c,f){var g=b.getScrollLeft();b.doScrollPos(g,c,f)},this.doScrollPos=function(c,f,g){var e=c>b.page.maxw?b.page.maxw:c;0>e&&(e=0);var h=f>b.page.maxh?b.page.maxh:f;0>h&&(h=0);b.synched("scroll",function(){b.setScrollTop(h);b.setScrollLeft(e)})},this.cancelScroll=function(){});this.doScrollBy=function(c,f){var g=0,g=f?Math.floor((b.scroll.y-c)*b.scrollratio.y):(b.timer?b.newscrolly:b.getScrollTop(!0))-c;if(b.bouncescroll){var e=  
97 -Math.round(b.view.h/2);g<-e?g=-e:g>b.page.maxh+e&&(g=b.page.maxh+e)}b.cursorfreezed=!1;py=b.getScrollTop(!0);if(0>g&&0>=py)return b.noticeCursor();if(g>b.page.maxh&&py>=b.page.maxh)return b.checkContentSize(),b.noticeCursor();b.doScrollTop(g)};this.doScrollLeftBy=function(c,f){var g=0,g=f?Math.floor((b.scroll.x-c)*b.scrollratio.x):(b.timer?b.newscrollx:b.getScrollLeft(!0))-c;if(b.bouncescroll){var e=Math.round(b.view.w/2);g<-e?g=-e:g>b.page.maxw+e&&(g=b.page.maxw+e)}b.cursorfreezed=!1;px=b.getScrollLeft(!0);  
98 -if(0>g&&0>=px||g>b.page.maxw&&px>=b.page.maxw)return b.noticeCursor();b.doScrollLeft(g)};this.doScrollTo=function(c,f){f&&Math.round(c*b.scrollratio.y);b.cursorfreezed=!1;b.doScrollTop(c)};this.checkContentSize=function(){var c=b.getContentSize();(c.h!=b.page.h||c.w!=b.page.w)&&b.resize(!1,c)};b.onscroll=function(c){b.rail.drag||b.cursorfreezed||b.synched("scroll",function(){b.scroll.y=Math.round(b.getScrollTop()*(1/b.scrollratio.y));b.railh&&(b.scroll.x=Math.round(b.getScrollLeft()*(1/b.scrollratio.x)));  
99 -b.noticeCursor()})};b.bind(b.docscroll,"scroll",b.onscroll);this.doZoomIn=function(c){if(!b.zoomactive){b.zoomactive=!0;b.zoomrestore={style:{}};var h="position top left zIndex backgroundColor marginTop marginBottom marginLeft marginRight".split(" "),g=b.win[0].style,l;for(l in h){var k=h[l];b.zoomrestore.style[k]="undefined"!=typeof g[k]?g[k]:""}b.zoomrestore.style.width=b.win.css("width");b.zoomrestore.style.height=b.win.css("height");b.zoomrestore.padding={w:b.win.outerWidth()-b.win.width(),h:b.win.outerHeight()-  
100 -b.win.height()};f.isios4&&(b.zoomrestore.scrollTop=e(window).scrollTop(),e(window).scrollTop(0));b.win.css({position:f.isios4?"absolute":"fixed",top:0,left:0,"z-index":x+100,margin:"0px"});h=b.win.css("backgroundColor");(""==h||/transparent|rgba\(0, 0, 0, 0\)|rgba\(0,0,0,0\)/.test(h))&&b.win.css("backgroundColor","#fff");b.rail.css({"z-index":x+101});b.zoom.css({"z-index":x+102});b.zoom.css("backgroundPosition","0px -18px");b.resizeZoom();b.onzoomin&&b.onzoomin.call(b);return b.cancelEvent(c)}};this.doZoomOut=  
101 -function(c){if(b.zoomactive)return b.zoomactive=!1,b.win.css("margin",""),b.win.css(b.zoomrestore.style),f.isios4&&e(window).scrollTop(b.zoomrestore.scrollTop),b.rail.css({"z-index":b.zindex}),b.zoom.css({"z-index":b.zindex}),b.zoomrestore=!1,b.zoom.css("backgroundPosition","0px 0px"),b.onResize(),b.onzoomout&&b.onzoomout.call(b),b.cancelEvent(c)};this.doZoom=function(c){return b.zoomactive?b.doZoomOut(c):b.doZoomIn(c)};this.resizeZoom=function(){if(b.zoomactive){var c=b.getScrollTop();b.win.css({width:e(window).width()-  
102 -b.zoomrestore.padding.w+"px",height:e(window).height()-b.zoomrestore.padding.h+"px"});b.onResize();b.setScrollTop(Math.min(b.page.maxh,c))}};this.init();e.nicescroll.push(this)},H=function(e){var c=this;this.nc=e;this.steptime=this.lasttime=this.speedy=this.speedx=this.lasty=this.lastx=0;this.snapy=this.snapx=!1;this.demuly=this.demulx=0;this.lastscrolly=this.lastscrollx=-1;this.timer=this.chky=this.chkx=0;this.time=function(){return+new Date};this.reset=function(e,l){c.stop();var k=c.time();c.steptime=  
103 -0;c.lasttime=k;c.speedx=0;c.speedy=0;c.lastx=e;c.lasty=l;c.lastscrollx=-1;c.lastscrolly=-1};this.update=function(e,l){var k=c.time();c.steptime=k-c.lasttime;c.lasttime=k;var k=l-c.lasty,t=e-c.lastx,b=c.nc.getScrollTop(),q=c.nc.getScrollLeft(),b=b+k,q=q+t;c.snapx=0>q||q>c.nc.page.maxw;c.snapy=0>b||b>c.nc.page.maxh;c.speedx=t;c.speedy=k;c.lastx=e;c.lasty=l};this.stop=function(){c.nc.unsynched("domomentum2d");c.timer&&clearTimeout(c.timer);c.timer=0;c.lastscrollx=-1;c.lastscrolly=-1};this.doSnapy=function(e,  
104 -l){var k=!1;0>l?(l=0,k=!0):l>c.nc.page.maxh&&(l=c.nc.page.maxh,k=!0);0>e?(e=0,k=!0):e>c.nc.page.maxw&&(e=c.nc.page.maxw,k=!0);k&&c.nc.doScrollPos(e,l,c.nc.opt.snapbackspeed)};this.doMomentum=function(e){var l=c.time(),k=e?l+e:c.lasttime;e=c.nc.getScrollLeft();var t=c.nc.getScrollTop(),b=c.nc.page.maxh,q=c.nc.page.maxw;c.speedx=0<q?Math.min(60,c.speedx):0;c.speedy=0<b?Math.min(60,c.speedy):0;k=k&&50>=l-k;if(0>t||t>b||0>e||e>q)k=!1;e=c.speedx&&k?c.speedx:!1;if(c.speedy&&k&&c.speedy||e){var f=Math.max(16,  
105 -c.steptime);50<f&&(e=f/50,c.speedx*=e,c.speedy*=e,f=50);c.demulxy=0;c.lastscrollx=c.nc.getScrollLeft();c.chkx=c.lastscrollx;c.lastscrolly=c.nc.getScrollTop();c.chky=c.lastscrolly;var r=c.lastscrollx,u=c.lastscrolly,d=function(){var e=600<c.time()-l?0.04:0.02;if(c.speedx&&(r=Math.floor(c.lastscrollx-c.speedx*(1-c.demulxy)),c.lastscrollx=r,0>r||r>q))e=0.1;if(c.speedy&&(u=Math.floor(c.lastscrolly-c.speedy*(1-c.demulxy)),c.lastscrolly=u,0>u||u>b))e=0.1;c.demulxy=Math.min(1,c.demulxy+e);c.nc.synched("domomentum2d",  
106 -function(){c.speedx&&(c.nc.getScrollLeft()!=c.chkx&&c.stop(),c.chkx=r,c.nc.setScrollLeft(r));c.speedy&&(c.nc.getScrollTop()!=c.chky&&c.stop(),c.chky=u,c.nc.setScrollTop(u));c.timer||(c.nc.hideCursor(),c.doSnapy(r,u))});1>c.demulxy?c.timer=setTimeout(d,f):(c.stop(),c.nc.hideCursor(),c.doSnapy(r,u))};d()}else c.doSnapy(c.nc.getScrollLeft(),c.nc.getScrollTop())}},A=e.fn.scrollTop;e.cssHooks.pageYOffset={get:function(k,c,h){return(c=e.data(k,"__nicescroll")||!1)&&c.ishwscroll?c.getScrollTop():A.call(k)},  
107 -set:function(k,c){var h=e.data(k,"__nicescroll")||!1;h&&h.ishwscroll?h.setScrollTop(parseInt(c)):A.call(k,c);return this}};e.fn.scrollTop=function(k){if("undefined"==typeof k){var c=this[0]?e.data(this[0],"__nicescroll")||!1:!1;return c&&c.ishwscroll?c.getScrollTop():A.call(this)}return this.each(function(){var c=e.data(this,"__nicescroll")||!1;c&&c.ishwscroll?c.setScrollTop(parseInt(k)):A.call(e(this),k)})};var B=e.fn.scrollLeft;e.cssHooks.pageXOffset={get:function(k,c,h){return(c=e.data(k,"__nicescroll")||  
108 -!1)&&c.ishwscroll?c.getScrollLeft():B.call(k)},set:function(k,c){var h=e.data(k,"__nicescroll")||!1;h&&h.ishwscroll?h.setScrollLeft(parseInt(c)):B.call(k,c);return this}};e.fn.scrollLeft=function(k){if("undefined"==typeof k){var c=this[0]?e.data(this[0],"__nicescroll")||!1:!1;return c&&c.ishwscroll?c.getScrollLeft():B.call(this)}return this.each(function(){var c=e.data(this,"__nicescroll")||!1;c&&c.ishwscroll?c.setScrollLeft(parseInt(k)):B.call(e(this),k)})};var C=function(k){var c=this;this.length=  
109 -0;this.name="nicescrollarray";this.each=function(e){for(var h=0;h<c.length;h++)e.call(c[h]);return c};this.push=function(e){c[c.length]=e;c.length++};this.eq=function(e){return c[e]};if(k)for(a=0;a<k.length;a++){var h=e.data(k[a],"__nicescroll")||!1;h&&(this[this.length]=h,this.length++)}return this};(function(e,c,h){for(var l=0;l<c.length;l++)h(e,c[l])})(C.prototype,"show hide toggle onResize resize remove stop doScrollPos".split(" "),function(e,c){e[c]=function(){var e=arguments;return this.each(function(){this[c].apply(this,  
110 -e)})}});e.fn.getNiceScroll=function(k){return"undefined"==typeof k?new C(this):e.data(this[k],"__nicescroll")||!1};e.extend(e.expr[":"],{nicescroll:function(k){return e.data(k,"__nicescroll")?!0:!1}});e.fn.niceScroll=function(k,c){"undefined"==typeof c&&("object"==typeof k&&!("jquery"in k))&&(c=k,k=!1);var h=new C;"undefined"==typeof c&&(c={});k&&(c.doc=e(k),c.win=e(this));var l=!("doc"in c);!l&&!("win"in c)&&(c.win=e(this));this.each(function(){var k=e(this).data("__nicescroll")||!1;k||(c.doc=l?  
111 -e(this):c.doc,k=new N(c,e(this)),e(this).data("__nicescroll",k));h.push(k)});return 1==h.length?h[0]:h};window.NiceScroll={getjQuery:function(){return e}};e.nicescroll||(e.nicescroll=new C,e.nicescroll.options=F)})(jQuery);  
pacotes/jquery/plugins/nicescroll/test/maps.html
@@ -1,101 +0,0 @@ @@ -1,101 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 3.0.0 - DOJO</title>  
6 -<style type="text/css">  
7 -html {  
8 -}  
9 -body {  
10 - margin: 0px;  
11 -}  
12 -.tile {  
13 - width:256px;  
14 - height:256px;  
15 - float:left;  
16 -}  
17 -.row {  
18 - height:256px;  
19 -}  
20 -#credits {  
21 - position:fixed;  
22 - top:2px;  
23 - left:2px;  
24 - background-color:#000;  
25 - background-color:rgba(0,0,0,0.3);  
26 - width:220px;  
27 - -moz-border-radius:3px;  
28 - border-radius:3px;  
29 -}  
30 -#credits div {  
31 - color:#fff;  
32 - font-size:12px;  
33 - font-family:Arial;  
34 - padding:6px;  
35 -}  
36 -#nice {  
37 - position:fixed;  
38 - top:2px;  
39 - left:226px;  
40 - background-color:#004000;  
41 - background-color:rgba(0,64,0,0.3);  
42 - width:220px;  
43 - -moz-border-radius:3px;  
44 - border-radius:3px;  
45 -}  
46 -#nice div {  
47 - color:#fff;  
48 - font-size:12px;  
49 - font-family:Arial;  
50 - padding:6px;  
51 -}  
52 -</style>  
53 -  
54 -<script src="js/jquery.min.js"></script>  
55 -<script src="js/jquery.nicescroll.min.js"></script>  
56 -  
57 -  
58 -<script>  
59 - function long2tile(lon,zoom) { return (Math.floor((lon+180)/360*Math.pow(2,zoom))); }  
60 - function lat2tile(lat,zoom) { return (Math.floor((1-Math.log(Math.tan(lat*Math.PI/180) + 1/Math.cos(lat*Math.PI/180))/Math.PI)/2 *Math.pow(2,zoom))); }  
61 -  
62 - var zm = 6;  
63 - var tx = long2tile(-7.338867,zm);  
64 - var ty = lat2tile(55.165482,zm);  
65 -  
66 - $(document).ready(function() {  
67 -  
68 - var py = ty;  
69 - for(var y=0;y<10;y++) {  
70 - var dv = $('<div/>').addClass('row');  
71 - var px = tx;  
72 - for(var x=0;x<20;x++) {  
73 - var url = ' http://a.tile.openstreetmap.org/'+zm+'/'+px+'/'+py+'.png';  
74 - dv.append("<div class='tile' style='background-image:url("+url+")' />");  
75 - px++;  
76 - }  
77 - dv.css('width',256*20);  
78 - $("#maps").append(dv);  
79 - py++;  
80 - }  
81 -  
82 - var nice = $("body").niceScroll({touchbehavior:true,cursorcolor:"#0000FF",cursoropacitymax:0.6,cursorwidth:8});  
83 -  
84 - $("#nice div").html($("#nice div").html()+' '+nice.version);  
85 -  
86 - });  
87 -  
88 -</script>  
89 -  
90 -<meta name="viewport" content="user-scalable=no" />  
91 -  
92 -</head>  
93 -  
94 -<body>  
95 - <div id="credits"><div>All maps <a href="http://creativecommons.org/licenses/by-sa/2.0/">cc-by-sa</a> <a href="http://www.openstreetmap.org/">OpenStreetMap</a> contributors </div></div>  
96 - <div id="nice"><div>Nicescroll version:</div></div>  
97 -  
98 - <div id="maps"></div>  
99 -  
100 -</body>  
101 -</html>  
pacotes/jquery/plugins/nicescroll/test/maps2.html
@@ -1,110 +0,0 @@ @@ -1,110 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 3.0.0 - DOJO</title>  
6 -<style type="text/css">  
7 -html {  
8 -}  
9 -body {  
10 - margin: 0px;  
11 -}  
12 -.tile {  
13 - width:256px;  
14 - height:256px;  
15 - float:left;  
16 -}  
17 -.row {  
18 - height:256px;  
19 -}  
20 -#credits {  
21 - position:fixed;  
22 - top:2px;  
23 - left:2px;  
24 - background-color:#000;  
25 - background-color:rgba(0,0,0,0.3);  
26 - width:220px;  
27 - -moz-border-radius:3px;  
28 - border-radius:3px;  
29 -}  
30 -#credits div {  
31 - color:#fff;  
32 - font-size:12px;  
33 - font-family:Arial;  
34 - padding:6px;  
35 -}  
36 -#nice {  
37 - position:fixed;  
38 - top:2px;  
39 - left:226px;  
40 - background-color:#004000;  
41 - background-color:rgba(0,64,0,0.3);  
42 - width:220px;  
43 - -moz-border-radius:3px;  
44 - border-radius:3px;  
45 -}  
46 -#nice div {  
47 - color:#fff;  
48 - font-size:12px;  
49 - font-family:Arial;  
50 - padding:6px;  
51 -}  
52 -#maps {  
53 - width:500px;  
54 - height:500px;  
55 - overflow:hidden;  
56 -}  
57 -  
58 -#maps div.wrapper {  
59 - width:5120px;  
60 -}  
61 -</style>  
62 -  
63 -<script src="js/jquery.min.js"></script>  
64 -<script src="js/jquery.nicescroll.min.js"></script>  
65 -  
66 -  
67 -<script>  
68 - function long2tile(lon,zoom) { return (Math.floor((lon+180)/360*Math.pow(2,zoom))); }  
69 - function lat2tile(lat,zoom) { return (Math.floor((1-Math.log(Math.tan(lat*Math.PI/180) + 1/Math.cos(lat*Math.PI/180))/Math.PI)/2 *Math.pow(2,zoom))); }  
70 -  
71 - var zm = 6;  
72 - var tx = long2tile(-7.338867,zm);  
73 - var ty = lat2tile(55.165482,zm);  
74 -  
75 - $(document).ready(function() {  
76 -  
77 - var py = ty;  
78 - for(var y=0;y<10;y++) {  
79 - var dv = $('<div/>').addClass('row');  
80 - var px = tx;  
81 - for(var x=0;x<20;x++) {  
82 - var url = ' http://a.tile.openstreetmap.org/'+zm+'/'+px+'/'+py+'.png';  
83 - dv.append("<div class='tile' style='background-image:url("+url+")' />");  
84 - px++;  
85 - }  
86 - dv.css('width',256*20);  
87 - $("#maps div.wrapper").append(dv);  
88 - py++;  
89 - }  
90 -  
91 - var nice = $("#maps").niceScroll("#maps div.wrapper",{touchbehavior:true,cursorcolor:"#0000FF",cursoropacitymax:0.6,cursorwidth:8});  
92 -  
93 - $("#nice div").html($("#nice div").html()+' '+nice.version);  
94 -  
95 - });  
96 -  
97 -</script>  
98 -  
99 -<meta name="viewport" content="user-scalable=no" />  
100 -  
101 -</head>  
102 -  
103 -<body>  
104 - <div id="maps"><div class="wrapper"></div></div>  
105 -  
106 - <div id="credits"><div>All maps <a href="http://creativecommons.org/licenses/by-sa/2.0/">cc-by-sa</a> <a href="http://www.openstreetmap.org/">OpenStreetMap</a> contributors </div></div>  
107 - <div id="nice"><div>Nicescroll version:</div></div>  
108 -  
109 -</body>  
110 -</html>  
pacotes/jquery/plugins/nicescroll/test/scroll3.html
@@ -1,180 +0,0 @@ @@ -1,180 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 3 - DOJO</title>  
6 -<style type="text/css">  
7 -#boxscroll {  
8 - padding: 0px;  
9 - height: 450px;  
10 - width: 420px;  
11 - border: 2px solid #0000FF;  
12 - overflow: auto;  
13 - margin: 0px;  
14 -}  
15 -.tabtest {  
16 -}  
17 -.row {  
18 - background-color: #FFFFCC;  
19 -}  
20 -.row2 {  
21 - background-color: #66CCFF;  
22 -}  
23 -#boxscroll2 {  
24 - padding: 0px;  
25 - height: 450px;  
26 - width: 420px;  
27 - border: 2px solid #FF0000;  
28 - overflow: auto;  
29 - margin: 0px;  
30 -}  
31 -div:focus {  
32 - outline: none;  
33 - ie-dummy: expression(this.hideFocus=true);  
34 -}  
35 -  
36 -.mush {  
37 - width:4960px;  
38 - height:4280px;  
39 - background-image:url(img/mariomushrooms.png);  
40 -}  
41 -  
42 -.bgm {  
43 - background-image:url(img/mariomushrooms2.png);  
44 -}  
45 -  
46 -body {  
47 - font-family: georgia,serif;  
48 -}  
49 -  
50 -.header {  
51 - text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);  
52 -}  
53 -  
54 - </style>  
55 -</style>  
56 -  
57 -<script src="js/jquery.min.js"></script>  
58 -<script src="js/jquery.nicescroll.min.js"></script>  
59 -  
60 -<script src="ext/iphone-style-checkboxes.js" type="text/javascript"></script>  
61 -<link rel="stylesheet" href="ext/iphone-style-checkboxes.css" type="text/css" media="screen" />  
62 -  
63 -<script>  
64 - var nice1,nice2;  
65 - var body;  
66 - var off;  
67 -  
68 - $(window).load(function(){  
69 - off = $("#boxscroll").position();  
70 - off.top+=2;  
71 - off.left+=2;  
72 - $("#boxscroll").scroll();  
73 - });  
74 -  
75 - function initScroll() {  
76 -  
77 - var tb = $('#nctouch').prop("checked");  
78 -  
79 - if (nice1) nice1.remove();  
80 -  
81 - nice1 = $("#boxscroll").niceScroll({touchbehavior:tb,cursorcolor:"#0000FF",cursoropacitymax:0.6,cursorwidth:8,horizrailenabled:true});  
82 - $("#ncver").html(nice1.version);  
83 -  
84 - $("#boxscroll").scroll(function(e) {  
85 - if (!off) return;  
86 - var px = $("#boxscroll").scrollLeft() - off.left;  
87 - var py = $("#boxscroll").scrollTop() - off.top;  
88 - body.style.backgroundPosition=-px+"px "+-py+"px";  
89 -  
90 - $("#infoscroll1").html($("#boxscroll").scrollLeft()+'x'+$("#boxscroll").scrollTop());  
91 - });  
92 -  
93 - $("#boxscroll").scroll();  
94 -  
95 - //$("#boxscroll2 div").html($("#boxscroll").html());  
96 -  
97 - if (nice2) nice2.remove();  
98 -  
99 - nice2 = $("#boxscroll2").niceScroll("#boxscroll2 div.mush",{touchbehavior:tb,cursorcolor:"#FF0000",cursoropacitymax:0.6,cursorwidth:8,horizrailenabled:true});  
100 -/*  
101 - nice2.scrollstart(function(info){  
102 - console.log(info);  
103 - });  
104 -*/  
105 -  
106 -/*  
107 - nice2.scrollend(function(info){  
108 - console.log(info);  
109 - });  
110 -*/  
111 -  
112 - $("#boxscroll2").scroll(function(e) {  
113 - var me = $(this);  
114 - $("#infoscroll2").html(me.scrollLeft()+'x'+me.scrollTop());  
115 - });  
116 -  
117 -// console.log($(":nicescroll").getNiceScroll());  
118 -  
119 - }  
120 -  
121 - $(document).ready(function() {  
122 -  
123 - body = document.getElementsByTagName("body")[0];  
124 -  
125 - $('body').niceScroll({cursoropacitymax:0.8,cursorwidth:8});  
126 -  
127 - $('#nctouch').iphoneStyle().change(function(){  
128 - initScroll();  
129 - });  
130 -  
131 - initScroll();  
132 -  
133 - });  
134 -  
135 - function getScroll(name) {  
136 - $(name).scrollTop(Math.floor(Math.random()*3000));  
137 - }  
138 -  
139 - function getScroll2D(name) {  
140 - $(name).getNiceScroll().doScrollPos(Math.floor(Math.random()*4000),Math.floor(Math.random()*4000),150);  
141 - }  
142 -  
143 -</script>  
144 -  
145 -<meta name="viewport" content="user-scalable=no" />  
146 -  
147 -</head>  
148 -  
149 -<body class="bgm">  
150 -  
151 -<div style="height:120px" class="header">  
152 - <h2>NICESCROLL - SCROLLING TEST</h2>  
153 - <div>TEST PAGE - Nicescroll version: <span id="ncver"></span></div>  
154 - <table border="0" cellspacing="0" cellpadding="4"><tr><td>Enable touchbehavior option:</td><td><input type="checkbox" id="nctouch" /></td></tr></table>  
155 -</div>  
156 -  
157 -<table width="100%" border="0" cellspacing="0" cellpadding="4">  
158 - <tr>  
159 - <td>NATIVE (simple div with overflow:auto) <span id="infoscroll1"></span></td>  
160 - <td>HWSCROLL (div+wrapper) <span id="infoscroll2"></span></td>  
161 - </tr>  
162 - <tr>  
163 - <td align="left" valign="top">  
164 - <div id="boxscroll"><div class="mush"></div></div>  
165 - </td>  
166 - <td align="left" valign="top">  
167 - <div id="boxscroll2"><div class="mush"></div></div>  
168 - </td>  
169 - </tr>  
170 - <tr>  
171 - <td align="left" valign="top"><input type="button" value="GET SCROLL!" onclick='getScroll("#boxscroll")' />&nbsp;<input type="button" value="GET SCROLL2D!" onclick='getScroll2D("#boxscroll")' /></td>  
172 - <td align="left" valign="top"><input type="button" value="GET SCROLL!" onclick='getScroll("#boxscroll2")' />&nbsp;<input type="button" value="GET SCROLL2D!" onclick='getScroll2D("#boxscroll2")' /></td>  
173 - </tr>  
174 -</table>  
175 -<p>&nbsp;</p>  
176 -  
177 -<input type="button" value="HIDE ALL!" onclick='$(":nicescroll").getNiceScroll().hide()' />&nbsp;<input type="button" value="SHOW ALL!" onclick='$(":nicescroll").getNiceScroll().show()' />  
178 -  
179 -</body>  
180 -</html>  
pacotes/jquery/plugins/nicescroll/test/scroll3b.html
@@ -1,180 +0,0 @@ @@ -1,180 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -<title>jQuery NiceScroll Test 3 - DOJO</title>  
6 -<style type="text/css">  
7 -#boxscroll {  
8 - padding: 0px;  
9 - height: 450px;  
10 - width: 420px;  
11 - border: 2px solid #0000FF;  
12 - overflow: auto;  
13 - margin: 0px;  
14 -}  
15 -.tabtest {  
16 -}  
17 -.row {  
18 - background-color: #FFFFCC;  
19 -}  
20 -.row2 {  
21 - background-color: #66CCFF;  
22 -}  
23 -#boxscroll2 {  
24 - padding: 0px;  
25 - height: 450px;  
26 - width: 420px;  
27 - border: 2px solid #FF0000;  
28 - overflow: auto;  
29 - margin: 0px;  
30 -}  
31 -div:focus {  
32 - outline: none;  
33 - ie-dummy: expression(this.hideFocus=true);  
34 -}  
35 -  
36 -.mush {  
37 - width:4960px;  
38 - height:450px;  
39 - background-image:url(img/mariomushrooms.png);  
40 -}  
41 -  
42 -.bgm {  
43 - background-image:url(img/mariomushrooms2.png);  
44 -}  
45 -  
46 -body {  
47 - font-family: georgia,serif;  
48 -}  
49 -  
50 -.header {  
51 - text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);  
52 -}  
53 -  
54 - </style>  
55 -</style>  
56 -  
57 -<script src="js/jquery.min.js"></script>  
58 -<script src="js/jquery.nicescroll.min.js"></script>  
59 -  
60 -<script src="ext/iphone-style-checkboxes.js" type="text/javascript"></script>  
61 -<link rel="stylesheet" href="ext/iphone-style-checkboxes.css" type="text/css" media="screen" />  
62 -  
63 -<script>  
64 - var nice1,nice2;  
65 - var body;  
66 - var off;  
67 -  
68 - $(window).load(function(){  
69 - off = $("#boxscroll").position();  
70 - off.top+=2;  
71 - off.left+=2;  
72 - $("#boxscroll").scroll();  
73 - });  
74 -  
75 - function initScroll() {  
76 -  
77 - var tb = $('#nctouch').prop("checked");  
78 -  
79 - if (nice1) nice1.remove();  
80 -  
81 - nice1 = $("#boxscroll").niceScroll({touchbehavior:tb,cursorcolor:"#0000FF",cursoropacitymax:0.6,cursorwidth:8,horizrailenabled:true});  
82 - $("#ncver").html(nice1.version);  
83 -  
84 - $("#boxscroll").scroll(function(e) {  
85 - if (!off) return;  
86 - var px = $("#boxscroll").scrollLeft() - off.left;  
87 - var py = $("#boxscroll").scrollTop() - off.top;  
88 - body.style.backgroundPosition=-px+"px "+-py+"px";  
89 -  
90 - $("#infoscroll1").html($("#boxscroll").scrollLeft()+'x'+$("#boxscroll").scrollTop());  
91 - });  
92 -  
93 - $("#boxscroll").scroll();  
94 -  
95 - //$("#boxscroll2 div").html($("#boxscroll").html());  
96 -  
97 - if (nice2) nice2.remove();  
98 -  
99 - nice2 = $("#boxscroll2").niceScroll("#boxscroll2 div.mush",{touchbehavior:tb,cursorcolor:"#FF0000",cursoropacitymax:0.6,cursorwidth:8,horizrailenabled:true});  
100 -/*  
101 - nice2.scrollstart(function(info){  
102 - console.log(info);  
103 - });  
104 -*/  
105 -  
106 -/*  
107 - nice2.scrollend(function(info){  
108 - console.log(info);  
109 - });  
110 -*/  
111 -  
112 - $("#boxscroll2").scroll(function(e) {  
113 - var me = $(this);  
114 - $("#infoscroll2").html(me.scrollLeft()+'x'+me.scrollTop());  
115 - });  
116 -  
117 -// console.log($(":nicescroll").getNiceScroll());  
118 -  
119 - }  
120 -  
121 - $(document).ready(function() {  
122 -  
123 - body = document.getElementsByTagName("body")[0];  
124 -  
125 - $('body').niceScroll({cursoropacitymax:0.8,cursorwidth:8});  
126 -  
127 - $('#nctouch').iphoneStyle().change(function(){  
128 - initScroll();  
129 - });  
130 -  
131 - initScroll();  
132 -  
133 - });  
134 -  
135 - function getScroll(name) {  
136 - $(name).scrollTop(Math.floor(Math.random()*3000));  
137 - }  
138 -  
139 - function getScroll2D(name) {  
140 - $(name).getNiceScroll().doScrollPos(Math.floor(Math.random()*4000),Math.floor(Math.random()*4000),150);  
141 - }  
142 -  
143 -</script>  
144 -  
145 -<meta name="viewport" content="user-scalable=no" />  
146 -  
147 -</head>  
148 -  
149 -<body class="bgm">  
150 -  
151 -<div style="height:120px" class="header">  
152 - <h2>NICESCROLL - SCROLLING TEST</h2>  
153 - <div>TEST PAGE - Nicescroll version: <span id="ncver"></span></div>  
154 - <table border="0" cellspacing="0" cellpadding="4"><tr><td>Enable touchbehavior option:</td><td><input type="checkbox" id="nctouch" /></td></tr></table>  
155 -</div>  
156 -  
157 -<table width="100%" border="0" cellspacing="0" cellpadding="4">  
158 - <tr>  
159 - <td>NATIVE (simple div with overflow:auto) <span id="infoscroll1"></span></td>  
160 - <td>HWSCROLL (div+wrapper) <span id="infoscroll2"></span></td>  
161 - </tr>  
162 - <tr>  
163 - <td align="left" valign="top">  
164 - <div id="boxscroll"><div class="mush"></div></div>  
165 - </td>  
166 - <td align="left" valign="top">  
167 - <div id="boxscroll2"><div class="mush"></div></div>  
168 - </td>  
169 - </tr>  
170 - <tr>  
171 - <td align="left" valign="top"><input type="button" value="GET SCROLL!" onclick='getScroll("#boxscroll")' />&nbsp;<input type="button" value="GET SCROLL2D!" onclick='getScroll2D("#boxscroll")' /></td>  
172 - <td align="left" valign="top"><input type="button" value="GET SCROLL!" onclick='getScroll("#boxscroll2")' />&nbsp;<input type="button" value="GET SCROLL2D!" onclick='getScroll2D("#boxscroll2")' /></td>  
173 - </tr>  
174 -</table>  
175 -<p>&nbsp;</p>  
176 -  
177 -<input type="button" value="HIDE ALL!" onclick='$(":nicescroll").getNiceScroll().hide()' />&nbsp;<input type="button" value="SHOW ALL!" onclick='$(":nicescroll").getNiceScroll().show()' />  
178 -  
179 -</body>  
180 -</html>  
pacotes/jquery/plugins/nicescroll/test/wp7.html
@@ -1,157 +0,0 @@ @@ -1,157 +0,0 @@
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
2 -<html xmlns="http://www.w3.org/1999/xhtml">  
3 -<head>  
4 -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
5 -  
6 -<meta http-equiv="cleartype" content="on">  
7 -<meta name="HandheldFriendly" content="True">  
8 -<meta name="MobileOptimized" content="320">  
9 -<meta name="viewport" content="width=device-width, initial-scale=1.0; maximum-scale=1; minimum-scale=1; user-scalable=no;">  
10 -  
11 -<title>jQuery NiceScroll Test 3 - DOJO</title>  
12 -<style type="text/css">  
13 -  
14 -#boxscroll {  
15 - padding: 0px;  
16 - height: 220px;  
17 - width: 310px;  
18 - border: 2px solid #0000FF;  
19 - overflow: auto;  
20 - margin: 0px;  
21 -}  
22 -  
23 -.mush {  
24 - width:4960px;  
25 - height:4200px;  
26 - background-image:url(img/mariomushrooms.png);  
27 -}  
28 -  
29 -.bgm {  
30 - background-image:url(img/mariomushrooms2.png);  
31 -}  
32 -  
33 -body {  
34 - font-family: georgia,serif;  
35 - margin:2px;  
36 -}  
37 -  
38 -.header {  
39 - width: 320px;  
40 - text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);  
41 -}  
42 -  
43 - </style>  
44 -</style>  
45 -  
46 -<script src="js/jquery.min.js"></script>  
47 -<script src="js/jquery.nicescroll.min.js"></script>  
48 -  
49 -<script src="ext/iphone-style-checkboxes.js" type="text/javascript"></script>  
50 -<link rel="stylesheet" href="ext/iphone-style-checkboxes.css" type="text/css" media="screen" />  
51 -  
52 -<script>  
53 - var nice1,nice2;  
54 - var body;  
55 - var off;  
56 -  
57 - $(window).load(function(){  
58 - off = $("#boxscroll").position();  
59 - off.top+=2;  
60 - off.left+=2;  
61 - $("#boxscroll").scroll();  
62 -// alert($(window).width());  
63 - });  
64 -  
65 - function initScroll() {  
66 -  
67 - var tb = $('#nctouch').prop("checked");  
68 -  
69 - if (nice1) nice1.remove();  
70 -  
71 - nice1 = $("#boxscroll").niceScroll({touchbehavior:tb,cursorcolor:"#0000FF",cursoropacitymax:0.6,cursorwidth:8,horizrailenabled:true});  
72 - $("#ncver").html(nice1.version);  
73 -  
74 - $("#boxscroll").scroll(function(e) {  
75 - if (!off) return;  
76 - var px = $("#boxscroll").scrollLeft() - off.left;  
77 - var py = $("#boxscroll").scrollTop() - off.top;  
78 - body.style.backgroundPosition=-px+"px "+-py+"px";  
79 -  
80 - $("#infoscroll1").html($("#boxscroll").scrollLeft()+'x'+$("#boxscroll").scrollTop());  
81 - });  
82 -  
83 - $("#boxscroll").scroll();  
84 -  
85 -/*  
86 - $("#boxscroll2").scroll(function(e) {  
87 - var me = $(this);  
88 - $("#infoscroll2").html(me.scrollLeft()+'x'+me.scrollTop());  
89 - });  
90 -*/  
91 -  
92 -/*  
93 - nice2.scrollstart(function(info){  
94 - console.log(info);  
95 - });  
96 -*/  
97 -  
98 -/*  
99 - nice2.scrollend(function(info){  
100 - console.log(info);  
101 - });  
102 -*/  
103 -  
104 - }  
105 -  
106 - $(document).ready(function() {  
107 -  
108 - body = document.getElementsByTagName("body")[0];  
109 -  
110 -// $('body').niceScroll({cursoropacitymax:0.8,cursorwidth:8});  
111 -  
112 - $('#nctouch').iphoneStyle().change(function(){  
113 - initScroll();  
114 - });  
115 -  
116 - initScroll();  
117 -  
118 - });  
119 -  
120 - function getScroll(name) {  
121 - $(name).scrollTop(Math.floor(Math.random()*3000));  
122 - }  
123 -  
124 - function getScroll2D(name) {  
125 - $(name).getNiceScroll().doScrollPos(Math.floor(Math.random()*4000),Math.floor(Math.random()*4000),150);  
126 - }  
127 -  
128 -</script>  
129 -  
130 -<meta name="viewport" content="user-scalable=no" />  
131 -  
132 -</head>  
133 -  
134 -<body class="bgm">  
135 -  
136 -<div style="height:120px" class="header">  
137 - <h2>NICESCROLL - SCROLLING TEST</h2>  
138 - <div>TEST PAGE - Nicescroll version: <span id="ncver"></span></div>  
139 - <table border="0" cellspacing="0" cellpadding="4"><tr><td>Enable touchbehavior option:</td><td><input type="checkbox" id="nctouch" /></td></tr></table>  
140 -</div>  
141 -  
142 -<p>&nbsp;</p>  
143 -  
144 -<div id="boxscroll"><div class="mush"></div></div>  
145 -  
146 -<div id="debug"></div>  
147 -  
148 -<p>&nbsp;</p>  
149 -  
150 -<input type="button" value="GET SCROLL!" onclick='getScroll("#boxscroll")' />&nbsp;<input type="button" value="GET SCROLL2D!" onclick='getScroll2D("#boxscroll")' />  
151 -  
152 -<p>&nbsp;</p>  
153 -  
154 -<input type="button" value="HIDE ALL!" onclick='$(":nicescroll").getNiceScroll().hide()' />&nbsp;<input type="button" value="SHOW ALL!" onclick='$(":nicescroll").getNiceScroll().show()' />  
155 -  
156 -</body>  
157 -</html>  
pacotes/jquery/plugins/nicescroll/zoomico.png

501 Bytes