ÿþ( f u n c t i o n ( ) { 
 / * 
   *   j Q u e r y   1 . 2 . 6   -   N e w   W a v e   J a v a s c r i p t 
   * 
   *   C o p y r i g h t   ( c )   2 0 0 8   J o h n   R e s i g   ( j q u e r y . c o m ) 
   *   D u a l   l i c e n s e d   u n d e r   t h e   M I T   ( M I T - L I C E N S E . t x t ) 
   *   a n d   G P L   ( G P L - L I C E N S E . t x t )   l i c e n s e s . 
   * 
   *   $ D a t e :   2 0 0 8 - 0 5 - 2 4   1 4 : 2 2 : 1 7   - 0 4 0 0   ( S a t ,   2 4   M a y   2 0 0 8 )   $ 
   *   $ R e v :   5 6 8 5   $ 
   * / 
 
 / /   M a p   o v e r   j Q u e r y   i n   c a s e   o f   o v e r w r i t e 
 v a r   _ j Q u e r y   =   w i n d o w . j Q u e r y , 
 / /   M a p   o v e r   t h e   $   i n   c a s e   o f   o v e r w r i t e 
 	 _ $   =   w i n d o w . $ ; 
 
 v a r   j Q u e r y   =   w i n d o w . j Q u e r y   =   w i n d o w . $   =   f u n c t i o n (   s e l e c t o r ,   c o n t e x t   )   { 
 	 / /   T h e   j Q u e r y   o b j e c t   i s   a c t u a l l y   j u s t   t h e   i n i t   c o n s t r u c t o r   ' e n h a n c e d ' 
 	 r e t u r n   n e w   j Q u e r y . f n . i n i t (   s e l e c t o r ,   c o n t e x t   ) ; 
 } ; 
 
 / /   A   s i m p l e   w a y   t o   c h e c k   f o r   H T M L   s t r i n g s   o r   I D   s t r i n g s 
 / /   ( b o t h   o f   w h i c h   w e   o p t i m i z e   f o r ) 
 v a r   q u i c k E x p r   =   / ^ [ ^ < ] * ( < ( . | \ s ) + > ) [ ^ > ] * $ | ^ # ( \ w + ) $ / , 
 
 / /   I s   i t   a   s i m p l e   s e l e c t o r 
 	 i s S i m p l e   =   / ^ . [ ^ : # \ [ \ . ] * $ / , 
 
 / /   W i l l   s p e e d   u p   r e f e r e n c e s   t o   u n d e f i n e d ,   a n d   a l l o w s   m u n g i n g   i t s   n a m e . 
 	 u n d e f i n e d ; 
 
 j Q u e r y . f n   =   j Q u e r y . p r o t o t y p e   =   { 
 	 i n i t :   f u n c t i o n (   s e l e c t o r ,   c o n t e x t   )   { 
 	 	 / /   M a k e   s u r e   t h a t   a   s e l e c t i o n   w a s   p r o v i d e d 
 	 	 s e l e c t o r   =   s e l e c t o r   | |   d o c u m e n t ; 
 
 	 	 / /   H a n d l e   $ ( D O M E l e m e n t ) 
 	 	 i f   (   s e l e c t o r . n o d e T y p e   )   { 
 	 	 	 t h i s [ 0 ]   =   s e l e c t o r ; 
 	 	 	 t h i s . l e n g t h   =   1 ; 
 	 	 	 r e t u r n   t h i s ; 
 	 	 } 
 	 	 / /   H a n d l e   H T M L   s t r i n g s 
 	 	 i f   (   t y p e o f   s e l e c t o r   = =   " s t r i n g "   )   { 
 	 	 	 / /   A r e   w e   d e a l i n g   w i t h   H T M L   s t r i n g   o r   a n   I D ? 
 	 	 	 v a r   m a t c h   =   q u i c k E x p r . e x e c (   s e l e c t o r   ) ; 
 
 	 	 	 / /   V e r i f y   a   m a t c h ,   a n d   t h a t   n o   c o n t e x t   w a s   s p e c i f i e d   f o r   # i d 
 	 	 	 i f   (   m a t c h   & &   ( m a t c h [ 1 ]   | |   ! c o n t e x t )   )   { 
 
 	 	 	 	 / /   H A N D L E :   $ ( h t m l )   - >   $ ( a r r a y ) 
 	 	 	 	 i f   (   m a t c h [ 1 ]   ) 
 	 	 	 	 	 s e l e c t o r   =   j Q u e r y . c l e a n (   [   m a t c h [ 1 ]   ] ,   c o n t e x t   ) ; 
 
 	 	 	 	 / /   H A N D L E :   $ ( " # i d " ) 
 	 	 	 	 e l s e   { 
 	 	 	 	 	 v a r   e l e m   =   d o c u m e n t . g e t E l e m e n t B y I d (   m a t c h [ 3 ]   ) ; 
 
 	 	 	 	 	 / /   M a k e   s u r e   a n   e l e m e n t   w a s   l o c a t e d 
 	 	 	 	 	 i f   (   e l e m   ) { 
 	 	 	 	 	 	 / /   H a n d l e   t h e   c a s e   w h e r e   I E   a n d   O p e r a   r e t u r n   i t e m s 
 	 	 	 	 	 	 / /   b y   n a m e   i n s t e a d   o f   I D 
 	 	 	 	 	 	 i f   (   e l e m . i d   ! =   m a t c h [ 3 ]   ) 
 	 	 	 	 	 	 	 r e t u r n   j Q u e r y ( ) . f i n d (   s e l e c t o r   ) ; 
 
 	 	 	 	 	 	 / /   O t h e r w i s e ,   w e   i n j e c t   t h e   e l e m e n t   d i r e c t l y   i n t o   t h e   j Q u e r y   o b j e c t 
 	 	 	 	 	 	 r e t u r n   j Q u e r y (   e l e m   ) ; 
 	 	 	 	 	 } 
 	 	 	 	 	 s e l e c t o r   =   [ ] ; 
 	 	 	 	 } 
 
 	 	 	 / /   H A N D L E :   $ ( e x p r ,   [ c o n t e x t ] ) 
 	 	 	 / /   ( w h i c h   i s   j u s t   e q u i v a l e n t   t o :   $ ( c o n t e n t ) . f i n d ( e x p r ) 
 	 	 	 }   e l s e 
 	 	 	 	 r e t u r n   j Q u e r y (   c o n t e x t   ) . f i n d (   s e l e c t o r   ) ; 
 
 	 	 / /   H A N D L E :   $ ( f u n c t i o n ) 
 	 	 / /   S h o r t c u t   f o r   d o c u m e n t   r e a d y 
 	 	 }   e l s e   i f   (   j Q u e r y . i s F u n c t i o n (   s e l e c t o r   )   ) 
 	 	 	 r e t u r n   j Q u e r y (   d o c u m e n t   ) [   j Q u e r y . f n . r e a d y   ?   " r e a d y "   :   " l o a d "   ] (   s e l e c t o r   ) ; 
 
 	 	 r e t u r n   t h i s . s e t A r r a y ( j Q u e r y . m a k e A r r a y ( s e l e c t o r ) ) ; 
 	 } , 
 
 	 / /   T h e   c u r r e n t   v e r s i o n   o f   j Q u e r y   b e i n g   u s e d 
 	 j q u e r y :   " 1 . 2 . 6 " , 
 
 	 / /   T h e   n u m b e r   o f   e l e m e n t s   c o n t a i n e d   i n   t h e   m a t c h e d   e l e m e n t   s e t 
 	 s i z e :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . l e n g t h ; 
 	 } , 
 
 	 / /   T h e   n u m b e r   o f   e l e m e n t s   c o n t a i n e d   i n   t h e   m a t c h e d   e l e m e n t   s e t 
 	 l e n g t h :   0 , 
 
 	 / /   G e t   t h e   N t h   e l e m e n t   i n   t h e   m a t c h e d   e l e m e n t   s e t   O R 
 	 / /   G e t   t h e   w h o l e   m a t c h e d   e l e m e n t   s e t   a s   a   c l e a n   a r r a y 
 	 g e t :   f u n c t i o n (   n u m   )   { 
 	 	 r e t u r n   n u m   = =   u n d e f i n e d   ? 
 
 	 	 	 / /   R e t u r n   a   ' c l e a n '   a r r a y 
 	 	 	 j Q u e r y . m a k e A r r a y (   t h i s   )   : 
 
 	 	 	 / /   R e t u r n   j u s t   t h e   o b j e c t 
 	 	 	 t h i s [   n u m   ] ; 
 	 } , 
 
 	 / /   T a k e   a n   a r r a y   o f   e l e m e n t s   a n d   p u s h   i t   o n t o   t h e   s t a c k 
 	 / /   ( r e t u r n i n g   t h e   n e w   m a t c h e d   e l e m e n t   s e t ) 
 	 p u s h S t a c k :   f u n c t i o n (   e l e m s   )   { 
 	 	 / /   B u i l d   a   n e w   j Q u e r y   m a t c h e d   e l e m e n t   s e t 
 	 	 v a r   r e t   =   j Q u e r y (   e l e m s   ) ; 
 
 	 	 / /   A d d   t h e   o l d   o b j e c t   o n t o   t h e   s t a c k   ( a s   a   r e f e r e n c e ) 
 	 	 r e t . p r e v O b j e c t   =   t h i s ; 
 
 	 	 / /   R e t u r n   t h e   n e w l y - f o r m e d   e l e m e n t   s e t 
 	 	 r e t u r n   r e t ; 
 	 } , 
 
 	 / /   F o r c e   t h e   c u r r e n t   m a t c h e d   s e t   o f   e l e m e n t s   t o   b e c o m e 
 	 / /   t h e   s p e c i f i e d   a r r a y   o f   e l e m e n t s   ( d e s t r o y i n g   t h e   s t a c k   i n   t h e   p r o c e s s ) 
 	 / /   Y o u   s h o u l d   u s e   p u s h S t a c k ( )   i n   o r d e r   t o   d o   t h i s ,   b u t   m a i n t a i n   t h e   s t a c k 
 	 s e t A r r a y :   f u n c t i o n (   e l e m s   )   { 
 	 	 / /   R e s e t t i n g   t h e   l e n g t h   t o   0 ,   t h e n   u s i n g   t h e   n a t i v e   A r r a y   p u s h 
 	 	 / /   i s   a   s u p e r - f a s t   w a y   t o   p o p u l a t e   a n   o b j e c t   w i t h   a r r a y - l i k e   p r o p e r t i e s 
 	 	 t h i s . l e n g t h   =   0 ; 
 	 	 A r r a y . p r o t o t y p e . p u s h . a p p l y (   t h i s ,   e l e m s   ) ; 
 
 	 	 r e t u r n   t h i s ; 
 	 } , 
 
 	 / /   E x e c u t e   a   c a l l b a c k   f o r   e v e r y   e l e m e n t   i n   t h e   m a t c h e d   s e t . 
 	 / /   ( Y o u   c a n   s e e d   t h e   a r g u m e n t s   w i t h   a n   a r r a y   o f   a r g s ,   b u t   t h i s   i s 
 	 / /   o n l y   u s e d   i n t e r n a l l y . ) 
 	 e a c h :   f u n c t i o n (   c a l l b a c k ,   a r g s   )   { 
 	 	 r e t u r n   j Q u e r y . e a c h (   t h i s ,   c a l l b a c k ,   a r g s   ) ; 
 	 } , 
 
 	 / /   D e t e r m i n e   t h e   p o s i t i o n   o f   a n   e l e m e n t   w i t h i n 
 	 / /   t h e   m a t c h e d   s e t   o f   e l e m e n t s 
 	 i n d e x :   f u n c t i o n (   e l e m   )   { 
 	 	 v a r   r e t   =   - 1 ; 
 
 	 	 / /   L o c a t e   t h e   p o s i t i o n   o f   t h e   d e s i r e d   e l e m e n t 
 	 	 r e t u r n   j Q u e r y . i n A r r a y ( 
 	 	 	 / /   I f   i t   r e c e i v e s   a   j Q u e r y   o b j e c t ,   t h e   f i r s t   e l e m e n t   i s   u s e d 
 	 	 	 e l e m   & &   e l e m . j q u e r y   ?   e l e m [ 0 ]   :   e l e m 
 	 	 ,   t h i s   ) ; 
 	 } , 
 
 	 a t t r :   f u n c t i o n (   n a m e ,   v a l u e ,   t y p e   )   { 
 	 	 v a r   o p t i o n s   =   n a m e ; 
 
 	 	 / /   L o o k   f o r   t h e   c a s e   w h e r e   w e ' r e   a c c e s s i n g   a   s t y l e   v a l u e 
 	 	 i f   (   n a m e . c o n s t r u c t o r   = =   S t r i n g   ) 
 	 	 	 i f   (   v a l u e   = = =   u n d e f i n e d   ) 
 	 	 	 	 r e t u r n   t h i s [ 0 ]   & &   j Q u e r y [   t y p e   | |   " a t t r "   ] (   t h i s [ 0 ] ,   n a m e   ) ; 
 
 	 	 	 e l s e   { 
 	 	 	 	 o p t i o n s   =   { } ; 
 	 	 	 	 o p t i o n s [   n a m e   ]   =   v a l u e ; 
 	 	 	 } 
 
 	 	 / /   C h e c k   t o   s e e   i f   w e ' r e   s e t t i n g   s t y l e   v a l u e s 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( i ) { 
 	 	 	 / /   S e t   a l l   t h e   s t y l e s 
 	 	 	 f o r   (   n a m e   i n   o p t i o n s   ) 
 	 	 	 	 j Q u e r y . a t t r ( 
 	 	 	 	 	 t y p e   ? 
 	 	 	 	 	 	 t h i s . s t y l e   : 
 	 	 	 	 	 	 t h i s , 
 	 	 	 	 	 n a m e ,   j Q u e r y . p r o p (   t h i s ,   o p t i o n s [   n a m e   ] ,   t y p e ,   i ,   n a m e   ) 
 	 	 	 	 ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 c s s :   f u n c t i o n (   k e y ,   v a l u e   )   { 
 	 	 / /   i g n o r e   n e g a t i v e   w i d t h   a n d   h e i g h t   v a l u e s 
 	 	 i f   (   ( k e y   = =   ' w i d t h '   | |   k e y   = =   ' h e i g h t ' )   & &   p a r s e F l o a t ( v a l u e )   <   0   ) 
 	 	 	 v a l u e   =   u n d e f i n e d ; 
 	 	 r e t u r n   t h i s . a t t r (   k e y ,   v a l u e ,   " c u r C S S "   ) ; 
 	 } , 
 
 	 t e x t :   f u n c t i o n (   t e x t   )   { 
 	 	 i f   (   t y p e o f   t e x t   ! =   " o b j e c t "   & &   t e x t   ! =   n u l l   ) 
 	 	 	 r e t u r n   t h i s . e m p t y ( ) . a p p e n d (   ( t h i s [ 0 ]   & &   t h i s [ 0 ] . o w n e r D o c u m e n t   | |   d o c u m e n t ) . c r e a t e T e x t N o d e (   t e x t   )   ) ; 
 
 	 	 v a r   r e t   =   " " ; 
 
 	 	 j Q u e r y . e a c h (   t e x t   | |   t h i s ,   f u n c t i o n ( ) { 
 	 	 	 j Q u e r y . e a c h (   t h i s . c h i l d N o d e s ,   f u n c t i o n ( ) { 
 	 	 	 	 i f   (   t h i s . n o d e T y p e   ! =   8   ) 
 	 	 	 	 	 r e t   + =   t h i s . n o d e T y p e   ! =   1   ? 
 	 	 	 	 	 	 t h i s . n o d e V a l u e   : 
 	 	 	 	 	 	 j Q u e r y . f n . t e x t (   [   t h i s   ]   ) ; 
 	 	 	 } ) ; 
 	 	 } ) ; 
 
 	 	 r e t u r n   r e t ; 
 	 } , 
 
 	 w r a p A l l :   f u n c t i o n (   h t m l   )   { 
 	 	 i f   (   t h i s [ 0 ]   ) 
 	 	 	 / /   T h e   e l e m e n t s   t o   w r a p   t h e   t a r g e t   a r o u n d 
 	 	 	 j Q u e r y (   h t m l ,   t h i s [ 0 ] . o w n e r D o c u m e n t   ) 
 	 	 	 	 . c l o n e ( ) 
 	 	 	 	 . i n s e r t B e f o r e (   t h i s [ 0 ]   ) 
 	 	 	 	 . m a p ( f u n c t i o n ( ) { 
 	 	 	 	 	 v a r   e l e m   =   t h i s ; 
 
 	 	 	 	 	 w h i l e   (   e l e m . f i r s t C h i l d   ) 
 	 	 	 	 	 	 e l e m   =   e l e m . f i r s t C h i l d ; 
 
 	 	 	 	 	 r e t u r n   e l e m ; 
 	 	 	 	 } ) 
 	 	 	 	 . a p p e n d ( t h i s ) ; 
 
 	 	 r e t u r n   t h i s ; 
 	 } , 
 
 	 w r a p I n n e r :   f u n c t i o n (   h t m l   )   { 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 j Q u e r y (   t h i s   ) . c o n t e n t s ( ) . w r a p A l l (   h t m l   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 w r a p :   f u n c t i o n (   h t m l   )   { 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 j Q u e r y (   t h i s   ) . w r a p A l l (   h t m l   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 a p p e n d :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . d o m M a n i p ( a r g u m e n t s ,   t r u e ,   f a l s e ,   f u n c t i o n ( e l e m ) { 
 	 	 	 i f   ( t h i s . n o d e T y p e   = =   1 ) 
 	 	 	 	 t h i s . a p p e n d C h i l d (   e l e m   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 p r e p e n d :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . d o m M a n i p ( a r g u m e n t s ,   t r u e ,   t r u e ,   f u n c t i o n ( e l e m ) { 
 	 	 	 i f   ( t h i s . n o d e T y p e   = =   1 ) 
 	 	 	 	 t h i s . i n s e r t B e f o r e (   e l e m ,   t h i s . f i r s t C h i l d   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 b e f o r e :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . d o m M a n i p ( a r g u m e n t s ,   f a l s e ,   f a l s e ,   f u n c t i o n ( e l e m ) { 
 	 	 	 t h i s . p a r e n t N o d e . i n s e r t B e f o r e (   e l e m ,   t h i s   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 a f t e r :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . d o m M a n i p ( a r g u m e n t s ,   f a l s e ,   t r u e ,   f u n c t i o n ( e l e m ) { 
 	 	 	 t h i s . p a r e n t N o d e . i n s e r t B e f o r e (   e l e m ,   t h i s . n e x t S i b l i n g   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 e n d :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . p r e v O b j e c t   | |   j Q u e r y (   [ ]   ) ; 
 	 } , 
 
 	 f i n d :   f u n c t i o n (   s e l e c t o r   )   { 
 	 	 v a r   e l e m s   =   j Q u e r y . m a p ( t h i s ,   f u n c t i o n ( e l e m ) { 
 	 	 	 r e t u r n   j Q u e r y . f i n d (   s e l e c t o r ,   e l e m   ) ; 
 	 	 } ) ; 
 
 	 	 r e t u r n   t h i s . p u s h S t a c k (   / [ ^ + > ]   [ ^ + > ] / . t e s t (   s e l e c t o r   )   | |   s e l e c t o r . i n d e x O f ( " . . " )   >   - 1   ? 
 	 	 	 j Q u e r y . u n i q u e (   e l e m s   )   : 
 	 	 	 e l e m s   ) ; 
 	 } , 
 
 	 c l o n e :   f u n c t i o n (   e v e n t s   )   { 
 	 	 / /   D o   t h e   c l o n e 
 	 	 v a r   r e t   =   t h i s . m a p ( f u n c t i o n ( ) { 
 	 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   & &   ! j Q u e r y . i s X M L D o c ( t h i s )   )   { 
 	 	 	 	 / /   I E   c o p i e s   e v e n t s   b o u n d   v i a   a t t a c h E v e n t   w h e n 
 	 	 	 	 / /   u s i n g   c l o n e N o d e .   C a l l i n g   d e t a c h E v e n t   o n   t h e 
 	 	 	 	 / /   c l o n e   w i l l   a l s o   r e m o v e   t h e   e v e n t s   f r o m   t h e   o r i g n a l 
 	 	 	 	 / /   I n   o r d e r   t o   g e t   a r o u n d   t h i s ,   w e   u s e   i n n e r H T M L . 
 	 	 	 	 / /   U n f o r t u n a t e l y ,   t h i s   m e a n s   s o m e   m o d i f i c a t i o n s   t o 
 	 	 	 	 / /   a t t r i b u t e s   i n   I E   t h a t   a r e   a c t u a l l y   o n l y   s t o r e d 
 	 	 	 	 / /   a s   p r o p e r t i e s   w i l l   n o t   b e   c o p i e d   ( s u c h   a s   t h e 
 	 	 	 	 / /   t h e   n a m e   a t t r i b u t e   o n   a n   i n p u t ) . 
 	 	 	 	 v a r   c l o n e   =   t h i s . c l o n e N o d e ( t r u e ) , 
 	 	 	 	 	 c o n t a i n e r   =   d o c u m e n t . c r e a t e E l e m e n t ( " d i v " ) ; 
 	 	 	 	 c o n t a i n e r . a p p e n d C h i l d ( c l o n e ) ; 
 	 	 	 	 r e t u r n   j Q u e r y . c l e a n ( [ c o n t a i n e r . i n n e r H T M L ] ) [ 0 ] ; 
 	 	 	 }   e l s e 
 	 	 	 	 r e t u r n   t h i s . c l o n e N o d e ( t r u e ) ; 
 	 	 } ) ; 
 
 	 	 / /   N e e d   t o   s e t   t h e   e x p a n d o   t o   n u l l   o n   t h e   c l o n e d   s e t   i f   i t   e x i s t s 
 	 	 / /   r e m o v e D a t a   d o e s n ' t   w o r k   h e r e ,   I E   r e m o v e s   i t   f r o m   t h e   o r i g i n a l   a s   w e l l 
 	 	 / /   t h i s   i s   p r i m a r i l y   f o r   I E   b u t   t h e   d a t a   e x p a n d o   s h o u l d n ' t   b e   c o p i e d   o v e r   i n   a n y   b r o w s e r 
 	 	 v a r   c l o n e   =   r e t . f i n d ( " * " ) . a n d S e l f ( ) . e a c h ( f u n c t i o n ( ) { 
 	 	 	 i f   (   t h i s [   e x p a n d o   ]   ! =   u n d e f i n e d   ) 
 	 	 	 	 t h i s [   e x p a n d o   ]   =   n u l l ; 
 	 	 } ) ; 
 
 	 	 / /   C o p y   t h e   e v e n t s   f r o m   t h e   o r i g i n a l   t o   t h e   c l o n e 
 	 	 i f   (   e v e n t s   = = =   t r u e   ) 
 	 	 	 t h i s . f i n d ( " * " ) . a n d S e l f ( ) . e a c h ( f u n c t i o n ( i ) { 
 	 	 	 	 i f   ( t h i s . n o d e T y p e   = =   3 ) 
 	 	 	 	 	 r e t u r n ; 
 	 	 	 	 v a r   e v e n t s   =   j Q u e r y . d a t a (   t h i s ,   " e v e n t s "   ) ; 
 
 	 	 	 	 f o r   (   v a r   t y p e   i n   e v e n t s   ) 
 	 	 	 	 	 f o r   (   v a r   h a n d l e r   i n   e v e n t s [   t y p e   ]   ) 
 	 	 	 	 	 	 j Q u e r y . e v e n t . a d d (   c l o n e [   i   ] ,   t y p e ,   e v e n t s [   t y p e   ] [   h a n d l e r   ] ,   e v e n t s [   t y p e   ] [   h a n d l e r   ] . d a t a   ) ; 
 	 	 	 } ) ; 
 
 	 	 / /   R e t u r n   t h e   c l o n e d   s e t 
 	 	 r e t u r n   r e t ; 
 	 } , 
 
 	 f i l t e r :   f u n c t i o n (   s e l e c t o r   )   { 
 	 	 r e t u r n   t h i s . p u s h S t a c k ( 
 	 	 	 j Q u e r y . i s F u n c t i o n (   s e l e c t o r   )   & & 
 	 	 	 j Q u e r y . g r e p ( t h i s ,   f u n c t i o n ( e l e m ,   i ) { 
 	 	 	 	 r e t u r n   s e l e c t o r . c a l l (   e l e m ,   i   ) ; 
 	 	 	 } )   | | 
 
 	 	 	 j Q u e r y . m u l t i F i l t e r (   s e l e c t o r ,   t h i s   )   ) ; 
 	 } , 
 
 	 n o t :   f u n c t i o n (   s e l e c t o r   )   { 
 	 	 i f   (   s e l e c t o r . c o n s t r u c t o r   = =   S t r i n g   ) 
 	 	 	 / /   t e s t   s p e c i a l   c a s e   w h e r e   j u s t   o n e   s e l e c t o r   i s   p a s s e d   i n 
 	 	 	 i f   (   i s S i m p l e . t e s t (   s e l e c t o r   )   ) 
 	 	 	 	 r e t u r n   t h i s . p u s h S t a c k (   j Q u e r y . m u l t i F i l t e r (   s e l e c t o r ,   t h i s ,   t r u e   )   ) ; 
 	 	 	 e l s e 
 	 	 	 	 s e l e c t o r   =   j Q u e r y . m u l t i F i l t e r (   s e l e c t o r ,   t h i s   ) ; 
 
 	 	 v a r   i s A r r a y L i k e   =   s e l e c t o r . l e n g t h   & &   s e l e c t o r [ s e l e c t o r . l e n g t h   -   1 ]   ! = =   u n d e f i n e d   & &   ! s e l e c t o r . n o d e T y p e ; 
 	 	 r e t u r n   t h i s . f i l t e r ( f u n c t i o n ( )   { 
 	 	 	 r e t u r n   i s A r r a y L i k e   ?   j Q u e r y . i n A r r a y (   t h i s ,   s e l e c t o r   )   <   0   :   t h i s   ! =   s e l e c t o r ; 
 	 	 } ) ; 
 	 } , 
 
 	 a d d :   f u n c t i o n (   s e l e c t o r   )   { 
 	 	 r e t u r n   t h i s . p u s h S t a c k (   j Q u e r y . u n i q u e (   j Q u e r y . m e r g e ( 
 	 	 	 t h i s . g e t ( ) , 
 	 	 	 t y p e o f   s e l e c t o r   = =   ' s t r i n g '   ? 
 	 	 	 	 j Q u e r y (   s e l e c t o r   )   : 
 	 	 	 	 j Q u e r y . m a k e A r r a y (   s e l e c t o r   ) 
 	 	 ) ) ) ; 
 	 } , 
 
 	 i s :   f u n c t i o n (   s e l e c t o r   )   { 
 	 	 r e t u r n   ! ! s e l e c t o r   & &   j Q u e r y . m u l t i F i l t e r (   s e l e c t o r ,   t h i s   ) . l e n g t h   >   0 ; 
 	 } , 
 
 	 h a s C l a s s :   f u n c t i o n (   s e l e c t o r   )   { 
 	 	 r e t u r n   t h i s . i s (   " . "   +   s e l e c t o r   ) ; 
 	 } , 
 
 	 v a l :   f u n c t i o n (   v a l u e   )   { 
 	 	 i f   (   v a l u e   = =   u n d e f i n e d   )   { 
 
 	 	 	 i f   (   t h i s . l e n g t h   )   { 
 	 	 	 	 v a r   e l e m   =   t h i s [ 0 ] ; 
 
 	 	 	 	 / /   W e   n e e d   t o   h a n d l e   s e l e c t   b o x e s   s p e c i a l 
 	 	 	 	 i f   (   j Q u e r y . n o d e N a m e (   e l e m ,   " s e l e c t "   )   )   { 
 	 	 	 	 	 v a r   i n d e x   =   e l e m . s e l e c t e d I n d e x , 
 	 	 	 	 	 	 v a l u e s   =   [ ] , 
 	 	 	 	 	 	 o p t i o n s   =   e l e m . o p t i o n s , 
 	 	 	 	 	 	 o n e   =   e l e m . t y p e   = =   " s e l e c t - o n e " ; 
 
 	 	 	 	 	 / /   N o t h i n g   w a s   s e l e c t e d 
 	 	 	 	 	 i f   (   i n d e x   <   0   ) 
 	 	 	 	 	 	 r e t u r n   n u l l ; 
 
 	 	 	 	 	 / /   L o o p   t h r o u g h   a l l   t h e   s e l e c t e d   o p t i o n s 
 	 	 	 	 	 f o r   (   v a r   i   =   o n e   ?   i n d e x   :   0 ,   m a x   =   o n e   ?   i n d e x   +   1   :   o p t i o n s . l e n g t h ;   i   <   m a x ;   i + +   )   { 
 	 	 	 	 	 	 v a r   o p t i o n   =   o p t i o n s [   i   ] ; 
 
 	 	 	 	 	 	 i f   (   o p t i o n . s e l e c t e d   )   { 
 	 	 	 	 	 	 	 / /   G e t   t h e   s p e c i f c   v a l u e   f o r   t h e   o p t i o n 
 	 	 	 	 	 	 	 v a l u e   =   j Q u e r y . b r o w s e r . m s i e   & &   ! o p t i o n . a t t r i b u t e s . v a l u e . s p e c i f i e d   ?   o p t i o n . t e x t   :   o p t i o n . v a l u e ; 
 
 	 	 	 	 	 	 	 / /   W e   d o n ' t   n e e d   a n   a r r a y   f o r   o n e   s e l e c t s 
 	 	 	 	 	 	 	 i f   (   o n e   ) 
 	 	 	 	 	 	 	 	 r e t u r n   v a l u e ; 
 
 	 	 	 	 	 	 	 / /   M u l t i - S e l e c t s   r e t u r n   a n   a r r a y 
 	 	 	 	 	 	 	 v a l u e s . p u s h (   v a l u e   ) ; 
 	 	 	 	 	 	 } 
 	 	 	 	 	 } 
 
 	 	 	 	 	 r e t u r n   v a l u e s ; 
 
 	 	 	 	 / /   E v e r y t h i n g   e l s e ,   w e   j u s t   g r a b   t h e   v a l u e 
 	 	 	 	 }   e l s e 
 	 	 	 	 	 r e t u r n   ( t h i s [ 0 ] . v a l u e   | |   " " ) . r e p l a c e ( / \ r / g ,   " " ) ; 
 
 	 	 	 } 
 
 	 	 	 r e t u r n   u n d e f i n e d ; 
 	 	 } 
 
 	 	 i f (   v a l u e . c o n s t r u c t o r   = =   N u m b e r   ) 
 	 	 	 v a l u e   + =   ' ' ; 
 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 i f   (   t h i s . n o d e T y p e   ! =   1   ) 
 	 	 	 	 r e t u r n ; 
 
 	 	 	 i f   (   v a l u e . c o n s t r u c t o r   = =   A r r a y   & &   / r a d i o | c h e c k b o x / . t e s t (   t h i s . t y p e   )   ) 
 	 	 	 	 t h i s . c h e c k e d   =   ( j Q u e r y . i n A r r a y ( t h i s . v a l u e ,   v a l u e )   > =   0   | | 
 	 	 	 	 	 j Q u e r y . i n A r r a y ( t h i s . n a m e ,   v a l u e )   > =   0 ) ; 
 
 	 	 	 e l s e   i f   (   j Q u e r y . n o d e N a m e (   t h i s ,   " s e l e c t "   )   )   { 
 	 	 	 	 v a r   v a l u e s   =   j Q u e r y . m a k e A r r a y ( v a l u e ) ; 
 
 	 	 	 	 j Q u e r y (   " o p t i o n " ,   t h i s   ) . e a c h ( f u n c t i o n ( ) { 
 	 	 	 	 	 t h i s . s e l e c t e d   =   ( j Q u e r y . i n A r r a y (   t h i s . v a l u e ,   v a l u e s   )   > =   0   | | 
 	 	 	 	 	 	 j Q u e r y . i n A r r a y (   t h i s . t e x t ,   v a l u e s   )   > =   0 ) ; 
 	 	 	 	 } ) ; 
 
 	 	 	 	 i f   (   ! v a l u e s . l e n g t h   ) 
 	 	 	 	 	 t h i s . s e l e c t e d I n d e x   =   - 1 ; 
 
 	 	 	 }   e l s e 
 	 	 	 	 t h i s . v a l u e   =   v a l u e ; 
 	 	 } ) ; 
 	 } , 
 
 	 h t m l :   f u n c t i o n (   v a l u e   )   { 
 	 	 r e t u r n   v a l u e   = =   u n d e f i n e d   ? 
 	 	 	 ( t h i s [ 0 ]   ? 
 	 	 	 	 t h i s [ 0 ] . i n n e r H T M L   : 
 	 	 	 	 n u l l )   : 
 	 	 	 t h i s . e m p t y ( ) . a p p e n d (   v a l u e   ) ; 
 	 } , 
 
 	 r e p l a c e W i t h :   f u n c t i o n (   v a l u e   )   { 
 	 	 r e t u r n   t h i s . a f t e r (   v a l u e   ) . r e m o v e ( ) ; 
 	 } , 
 
 	 e q :   f u n c t i o n (   i   )   { 
 	 	 r e t u r n   t h i s . s l i c e (   i ,   i   +   1   ) ; 
 	 } , 
 
 	 s l i c e :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . p u s h S t a c k (   A r r a y . p r o t o t y p e . s l i c e . a p p l y (   t h i s ,   a r g u m e n t s   )   ) ; 
 	 } , 
 
 	 m a p :   f u n c t i o n (   c a l l b a c k   )   { 
 	 	 r e t u r n   t h i s . p u s h S t a c k (   j Q u e r y . m a p ( t h i s ,   f u n c t i o n ( e l e m ,   i ) { 
 	 	 	 r e t u r n   c a l l b a c k . c a l l (   e l e m ,   i ,   e l e m   ) ; 
 	 	 } ) ) ; 
 	 } , 
 
 	 a n d S e l f :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . a d d (   t h i s . p r e v O b j e c t   ) ; 
 	 } , 
 
 	 d a t a :   f u n c t i o n (   k e y ,   v a l u e   ) { 
 	 	 v a r   p a r t s   =   k e y . s p l i t ( " . " ) ; 
 	 	 p a r t s [ 1 ]   =   p a r t s [ 1 ]   ?   " . "   +   p a r t s [ 1 ]   :   " " ; 
 
 	 	 i f   (   v a l u e   = = =   u n d e f i n e d   )   { 
 	 	 	 v a r   d a t a   =   t h i s . t r i g g e r H a n d l e r ( " g e t D a t a "   +   p a r t s [ 1 ]   +   " ! " ,   [ p a r t s [ 0 ] ] ) ; 
 
 	 	 	 i f   (   d a t a   = = =   u n d e f i n e d   & &   t h i s . l e n g t h   ) 
 	 	 	 	 d a t a   =   j Q u e r y . d a t a (   t h i s [ 0 ] ,   k e y   ) ; 
 
 	 	 	 r e t u r n   d a t a   = = =   u n d e f i n e d   & &   p a r t s [ 1 ]   ? 
 	 	 	 	 t h i s . d a t a (   p a r t s [ 0 ]   )   : 
 	 	 	 	 d a t a ; 
 	 	 }   e l s e 
 	 	 	 r e t u r n   t h i s . t r i g g e r ( " s e t D a t a "   +   p a r t s [ 1 ]   +   " ! " ,   [ p a r t s [ 0 ] ,   v a l u e ] ) . e a c h ( f u n c t i o n ( ) { 
 	 	 	 	 j Q u e r y . d a t a (   t h i s ,   k e y ,   v a l u e   ) ; 
 	 	 	 } ) ; 
 	 } , 
 
 	 r e m o v e D a t a :   f u n c t i o n (   k e y   ) { 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 j Q u e r y . r e m o v e D a t a (   t h i s ,   k e y   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 d o m M a n i p :   f u n c t i o n (   a r g s ,   t a b l e ,   r e v e r s e ,   c a l l b a c k   )   { 
 	 	 v a r   c l o n e   =   t h i s . l e n g t h   >   1 ,   e l e m s ; 
 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 i f   (   ! e l e m s   )   { 
 	 	 	 	 e l e m s   =   j Q u e r y . c l e a n (   a r g s ,   t h i s . o w n e r D o c u m e n t   ) ; 
 
 	 	 	 	 i f   (   r e v e r s e   ) 
 	 	 	 	 	 e l e m s . r e v e r s e ( ) ; 
 	 	 	 } 
 
 	 	 	 v a r   o b j   =   t h i s ; 
 
 	 	 	 i f   (   t a b l e   & &   j Q u e r y . n o d e N a m e (   t h i s ,   " t a b l e "   )   & &   j Q u e r y . n o d e N a m e (   e l e m s [ 0 ] ,   " t r "   )   ) 
 	 	 	 	 o b j   =   t h i s . g e t E l e m e n t s B y T a g N a m e ( " t b o d y " ) [ 0 ]   | |   t h i s . a p p e n d C h i l d (   t h i s . o w n e r D o c u m e n t . c r e a t e E l e m e n t ( " t b o d y " )   ) ; 
 
 	 	 	 v a r   s c r i p t s   =   j Q u e r y (   [ ]   ) ; 
 
 	 	 	 j Q u e r y . e a c h ( e l e m s ,   f u n c t i o n ( ) { 
 	 	 	 	 v a r   e l e m   =   c l o n e   ? 
 	 	 	 	 	 j Q u e r y (   t h i s   ) . c l o n e (   t r u e   ) [ 0 ]   : 
 	 	 	 	 	 t h i s ; 
 
 	 	 	 	 / /   e x e c u t e   a l l   s c r i p t s   a f t e r   t h e   e l e m e n t s   h a v e   b e e n   i n j e c t e d 
 	 	 	 	 i f   (   j Q u e r y . n o d e N a m e (   e l e m ,   " s c r i p t "   )   ) 
 	 	 	 	 	 s c r i p t s   =   s c r i p t s . a d d (   e l e m   ) ; 
 	 	 	 	 e l s e   { 
 	 	 	 	 	 / /   R e m o v e   a n y   i n n e r   s c r i p t s   f o r   l a t e r   e v a l u a t i o n 
 	 	 	 	 	 i f   (   e l e m . n o d e T y p e   = =   1   ) 
 	 	 	 	 	 	 s c r i p t s   =   s c r i p t s . a d d (   j Q u e r y (   " s c r i p t " ,   e l e m   ) . r e m o v e ( )   ) ; 
 
 	 	 	 	 	 / /   I n j e c t   t h e   e l e m e n t s   i n t o   t h e   d o c u m e n t 
 	 	 	 	 	 c a l l b a c k . c a l l (   o b j ,   e l e m   ) ; 
 	 	 	 	 } 
 	 	 	 } ) ; 
 
 	 	 	 s c r i p t s . e a c h (   e v a l S c r i p t   ) ; 
 	 	 } ) ; 
 	 } 
 } ; 
 
 / /   G i v e   t h e   i n i t   f u n c t i o n   t h e   j Q u e r y   p r o t o t y p e   f o r   l a t e r   i n s t a n t i a t i o n 
 j Q u e r y . f n . i n i t . p r o t o t y p e   =   j Q u e r y . f n ; 
 
 f u n c t i o n   e v a l S c r i p t (   i ,   e l e m   )   { 
 	 i f   (   e l e m . s r c   ) 
 	 	 j Q u e r y . a j a x ( { 
 	 	 	 u r l :   e l e m . s r c , 
 	 	 	 a s y n c :   f a l s e , 
 	 	 	 d a t a T y p e :   " s c r i p t " 
 	 	 } ) ; 
 
 	 e l s e 
 	 	 j Q u e r y . g l o b a l E v a l (   e l e m . t e x t   | |   e l e m . t e x t C o n t e n t   | |   e l e m . i n n e r H T M L   | |   " "   ) ; 
 
 	 i f   (   e l e m . p a r e n t N o d e   ) 
 	 	 e l e m . p a r e n t N o d e . r e m o v e C h i l d (   e l e m   ) ; 
 } 
 
 f u n c t i o n   n o w ( ) { 
 	 r e t u r n   + n e w   D a t e ; 
 } 
 
 j Q u e r y . e x t e n d   =   j Q u e r y . f n . e x t e n d   =   f u n c t i o n ( )   { 
 	 / /   c o p y   r e f e r e n c e   t o   t a r g e t   o b j e c t 
 	 v a r   t a r g e t   =   a r g u m e n t s [ 0 ]   | |   { } ,   i   =   1 ,   l e n g t h   =   a r g u m e n t s . l e n g t h ,   d e e p   =   f a l s e ,   o p t i o n s ; 
 
 	 / /   H a n d l e   a   d e e p   c o p y   s i t u a t i o n 
 	 i f   (   t a r g e t . c o n s t r u c t o r   = =   B o o l e a n   )   { 
 	 	 d e e p   =   t a r g e t ; 
 	 	 t a r g e t   =   a r g u m e n t s [ 1 ]   | |   { } ; 
 	 	 / /   s k i p   t h e   b o o l e a n   a n d   t h e   t a r g e t 
 	 	 i   =   2 ; 
 	 } 
 
 	 / /   H a n d l e   c a s e   w h e n   t a r g e t   i s   a   s t r i n g   o r   s o m e t h i n g   ( p o s s i b l e   i n   d e e p   c o p y ) 
 	 i f   (   t y p e o f   t a r g e t   ! =   " o b j e c t "   & &   t y p e o f   t a r g e t   ! =   " f u n c t i o n "   ) 
 	 	 t a r g e t   =   { } ; 
 
 	 / /   e x t e n d   j Q u e r y   i t s e l f   i f   o n l y   o n e   a r g u m e n t   i s   p a s s e d 
 	 i f   (   l e n g t h   = =   i   )   { 
 	 	 t a r g e t   =   t h i s ; 
 	 	 - - i ; 
 	 } 
 
 	 f o r   (   ;   i   <   l e n g t h ;   i + +   ) 
 	 	 / /   O n l y   d e a l   w i t h   n o n - n u l l / u n d e f i n e d   v a l u e s 
 	 	 i f   (   ( o p t i o n s   =   a r g u m e n t s [   i   ] )   ! =   n u l l   ) 
 	 	 	 / /   E x t e n d   t h e   b a s e   o b j e c t 
 	 	 	 f o r   (   v a r   n a m e   i n   o p t i o n s   )   { 
 	 	 	 	 v a r   s r c   =   t a r g e t [   n a m e   ] ,   c o p y   =   o p t i o n s [   n a m e   ] ; 
 
 	 	 	 	 / /   P r e v e n t   n e v e r - e n d i n g   l o o p 
 	 	 	 	 i f   (   t a r g e t   = = =   c o p y   ) 
 	 	 	 	 	 c o n t i n u e ; 
 
 	 	 	 	 / /   R e c u r s e   i f   w e ' r e   m e r g i n g   o b j e c t   v a l u e s 
 	 	 	 	 i f   (   d e e p   & &   c o p y   & &   t y p e o f   c o p y   = =   " o b j e c t "   & &   ! c o p y . n o d e T y p e   ) 
 	 	 	 	 	 t a r g e t [   n a m e   ]   =   j Q u e r y . e x t e n d (   d e e p ,   
 	 	 	 	 	 	 / /   N e v e r   m o v e   o r i g i n a l   o b j e c t s ,   c l o n e   t h e m 
 	 	 	 	 	 	 s r c   | |   (   c o p y . l e n g t h   ! =   n u l l   ?   [   ]   :   {   }   ) 
 	 	 	 	 	 ,   c o p y   ) ; 
 
 	 	 	 	 / /   D o n ' t   b r i n g   i n   u n d e f i n e d   v a l u e s 
 	 	 	 	 e l s e   i f   (   c o p y   ! = =   u n d e f i n e d   ) 
 	 	 	 	 	 t a r g e t [   n a m e   ]   =   c o p y ; 
 
 	 	 	 } 
 
 	 / /   R e t u r n   t h e   m o d i f i e d   o b j e c t 
 	 r e t u r n   t a r g e t ; 
 } ; 
 
 v a r   e x p a n d o   =   " j Q u e r y "   +   n o w ( ) ,   u u i d   =   0 ,   w i n d o w D a t a   =   { } , 
 	 / /   e x c l u d e   t h e   f o l l o w i n g   c s s   p r o p e r t i e s   t o   a d d   p x 
 	 e x c l u d e   =   / z - ? i n d e x | f o n t - ? w e i g h t | o p a c i t y | z o o m | l i n e - ? h e i g h t / i , 
 	 / /   c a c h e   d e f a u l t V i e w 
 	 d e f a u l t V i e w   =   d o c u m e n t . d e f a u l t V i e w   | |   { } ; 
 
 j Q u e r y . e x t e n d ( { 
 	 n o C o n f l i c t :   f u n c t i o n (   d e e p   )   { 
 	 	 w i n d o w . $   =   _ $ ; 
 
 	 	 i f   (   d e e p   ) 
 	 	 	 w i n d o w . j Q u e r y   =   _ j Q u e r y ; 
 
 	 	 r e t u r n   j Q u e r y ; 
 	 } , 
 
 	 / /   S e e   t e s t / u n i t / c o r e . j s   f o r   d e t a i l s   c o n c e r n i n g   t h i s   f u n c t i o n . 
 	 i s F u n c t i o n :   f u n c t i o n (   f n   )   { 
 	 	 r e t u r n   ! ! f n   & &   t y p e o f   f n   ! =   " s t r i n g "   & &   ! f n . n o d e N a m e   & & 
 	 	 	 f n . c o n s t r u c t o r   ! =   A r r a y   & &   / ^ [ \ s [ ] ? f u n c t i o n / . t e s t (   f n   +   " "   ) ; 
 	 } , 
 
 	 / /   c h e c k   i f   a n   e l e m e n t   i s   i n   a   ( o r   i s   a n )   X M L   d o c u m e n t 
 	 i s X M L D o c :   f u n c t i o n (   e l e m   )   { 
 	 	 r e t u r n   e l e m . d o c u m e n t E l e m e n t   & &   ! e l e m . b o d y   | | 
 	 	 	 e l e m . t a g N a m e   & &   e l e m . o w n e r D o c u m e n t   & &   ! e l e m . o w n e r D o c u m e n t . b o d y ; 
 	 } , 
 
 	 / /   E v a l u l a t e s   a   s c r i p t   i n   a   g l o b a l   c o n t e x t 
 	 g l o b a l E v a l :   f u n c t i o n (   d a t a   )   { 
 	 	 d a t a   =   j Q u e r y . t r i m (   d a t a   ) ; 
 
 	 	 i f   (   d a t a   )   { 
 	 	 	 / /   I n s p i r e d   b y   c o d e   b y   A n d r e a   G i a m m a r c h i 
 	 	 	 / /   h t t p : / / w e b r e f l e c t i o n . b l o g s p o t . c o m / 2 0 0 7 / 0 8 / g l o b a l - s c o p e - e v a l u a t i o n - a n d - d o m . h t m l 
 	 	 	 v a r   h e a d   =   d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " h e a d " ) [ 0 ]   | |   d o c u m e n t . d o c u m e n t E l e m e n t , 
 	 	 	 	 s c r i p t   =   d o c u m e n t . c r e a t e E l e m e n t ( " s c r i p t " ) ; 
 
 	 	 	 s c r i p t . t y p e   =   " t e x t / j a v a s c r i p t " ; 
 	 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   ) 
 	 	 	 	 s c r i p t . t e x t   =   d a t a ; 
 	 	 	 e l s e 
 	 	 	 	 s c r i p t . a p p e n d C h i l d (   d o c u m e n t . c r e a t e T e x t N o d e (   d a t a   )   ) ; 
 
 	 	 	 / /   U s e   i n s e r t B e f o r e   i n s t e a d   o f   a p p e n d C h i l d     t o   c i r c u m v e n t   a n   I E 6   b u g . 
 	 	 	 / /   T h i s   a r i s e s   w h e n   a   b a s e   n o d e   i s   u s e d   ( # 2 7 0 9 ) . 
 	 	 	 h e a d . i n s e r t B e f o r e (   s c r i p t ,   h e a d . f i r s t C h i l d   ) ; 
 	 	 	 h e a d . r e m o v e C h i l d (   s c r i p t   ) ; 
 	 	 } 
 	 } , 
 
 	 n o d e N a m e :   f u n c t i o n (   e l e m ,   n a m e   )   { 
 	 	 r e t u r n   e l e m . n o d e N a m e   & &   e l e m . n o d e N a m e . t o U p p e r C a s e ( )   = =   n a m e . t o U p p e r C a s e ( ) ; 
 	 } , 
 
 	 c a c h e :   { } , 
 
 	 d a t a :   f u n c t i o n (   e l e m ,   n a m e ,   d a t a   )   { 
 	 	 e l e m   =   e l e m   = =   w i n d o w   ? 
 	 	 	 w i n d o w D a t a   : 
 	 	 	 e l e m ; 
 
 	 	 v a r   i d   =   e l e m [   e x p a n d o   ] ; 
 
 	 	 / /   C o m p u t e   a   u n i q u e   I D   f o r   t h e   e l e m e n t 
 	 	 i f   (   ! i d   ) 
 	 	 	 i d   =   e l e m [   e x p a n d o   ]   =   + + u u i d ; 
 
 	 	 / /   O n l y   g e n e r a t e   t h e   d a t a   c a c h e   i f   w e ' r e 
 	 	 / /   t r y i n g   t o   a c c e s s   o r   m a n i p u l a t e   i t 
 	 	 i f   (   n a m e   & &   ! j Q u e r y . c a c h e [   i d   ]   ) 
 	 	 	 j Q u e r y . c a c h e [   i d   ]   =   { } ; 
 
 	 	 / /   P r e v e n t   o v e r r i d i n g   t h e   n a m e d   c a c h e   w i t h   u n d e f i n e d   v a l u e s 
 	 	 i f   (   d a t a   ! = =   u n d e f i n e d   ) 
 	 	 	 j Q u e r y . c a c h e [   i d   ] [   n a m e   ]   =   d a t a ; 
 
 	 	 / /   R e t u r n   t h e   n a m e d   c a c h e   d a t a ,   o r   t h e   I D   f o r   t h e   e l e m e n t 
 	 	 r e t u r n   n a m e   ? 
 	 	 	 j Q u e r y . c a c h e [   i d   ] [   n a m e   ]   : 
 	 	 	 i d ; 
 	 } , 
 
 	 r e m o v e D a t a :   f u n c t i o n (   e l e m ,   n a m e   )   { 
 	 	 e l e m   =   e l e m   = =   w i n d o w   ? 
 	 	 	 w i n d o w D a t a   : 
 	 	 	 e l e m ; 
 
 	 	 v a r   i d   =   e l e m [   e x p a n d o   ] ; 
 
 	 	 / /   I f   w e   w a n t   t o   r e m o v e   a   s p e c i f i c   s e c t i o n   o f   t h e   e l e m e n t ' s   d a t a 
 	 	 i f   (   n a m e   )   { 
 	 	 	 i f   (   j Q u e r y . c a c h e [   i d   ]   )   { 
 	 	 	 	 / /   R e m o v e   t h e   s e c t i o n   o f   c a c h e   d a t a 
 	 	 	 	 d e l e t e   j Q u e r y . c a c h e [   i d   ] [   n a m e   ] ; 
 
 	 	 	 	 / /   I f   w e ' v e   r e m o v e d   a l l   t h e   d a t a ,   r e m o v e   t h e   e l e m e n t ' s   c a c h e 
 	 	 	 	 n a m e   =   " " ; 
 
 	 	 	 	 f o r   (   n a m e   i n   j Q u e r y . c a c h e [   i d   ]   ) 
 	 	 	 	 	 b r e a k ; 
 
 	 	 	 	 i f   (   ! n a m e   ) 
 	 	 	 	 	 j Q u e r y . r e m o v e D a t a (   e l e m   ) ; 
 	 	 	 } 
 
 	 	 / /   O t h e r w i s e ,   w e   w a n t   t o   r e m o v e   a l l   o f   t h e   e l e m e n t ' s   d a t a 
 	 	 }   e l s e   { 
 	 	 	 / /   C l e a n   u p   t h e   e l e m e n t   e x p a n d o 
 	 	 	 t r y   { 
 	 	 	 	 d e l e t e   e l e m [   e x p a n d o   ] ; 
 	 	 	 }   c a t c h ( e ) { 
 	 	 	 	 / /   I E   h a s   t r o u b l e   d i r e c t l y   r e m o v i n g   t h e   e x p a n d o 
 	 	 	 	 / /   b u t   i t ' s   o k   w i t h   u s i n g   r e m o v e A t t r i b u t e 
 	 	 	 	 i f   (   e l e m . r e m o v e A t t r i b u t e   ) 
 	 	 	 	 	 e l e m . r e m o v e A t t r i b u t e (   e x p a n d o   ) ; 
 	 	 	 } 
 
 	 	 	 / /   C o m p l e t e l y   r e m o v e   t h e   d a t a   c a c h e 
 	 	 	 d e l e t e   j Q u e r y . c a c h e [   i d   ] ; 
 	 	 } 
 	 } , 
 
 	 / /   a r g s   i s   f o r   i n t e r n a l   u s a g e   o n l y 
 	 e a c h :   f u n c t i o n (   o b j e c t ,   c a l l b a c k ,   a r g s   )   { 
 	 	 v a r   n a m e ,   i   =   0 ,   l e n g t h   =   o b j e c t . l e n g t h ; 
 
 	 	 i f   (   a r g s   )   { 
 	 	 	 i f   (   l e n g t h   = =   u n d e f i n e d   )   { 
 	 	 	 	 f o r   (   n a m e   i n   o b j e c t   ) 
 	 	 	 	 	 i f   (   c a l l b a c k . a p p l y (   o b j e c t [   n a m e   ] ,   a r g s   )   = = =   f a l s e   ) 
 	 	 	 	 	 	 b r e a k ; 
 	 	 	 }   e l s e 
 	 	 	 	 f o r   (   ;   i   <   l e n g t h ;   ) 
 	 	 	 	 	 i f   (   c a l l b a c k . a p p l y (   o b j e c t [   i + +   ] ,   a r g s   )   = = =   f a l s e   ) 
 	 	 	 	 	 	 b r e a k ; 
 
 	 	 / /   A   s p e c i a l ,   f a s t ,   c a s e   f o r   t h e   m o s t   c o m m o n   u s e   o f   e a c h 
 	 	 }   e l s e   { 
 	 	 	 i f   (   l e n g t h   = =   u n d e f i n e d   )   { 
 	 	 	 	 f o r   (   n a m e   i n   o b j e c t   ) 
 	 	 	 	 	 i f   (   c a l l b a c k . c a l l (   o b j e c t [   n a m e   ] ,   n a m e ,   o b j e c t [   n a m e   ]   )   = = =   f a l s e   ) 
 	 	 	 	 	 	 b r e a k ; 
 	 	 	 }   e l s e 
 	 	 	 	 f o r   (   v a r   v a l u e   =   o b j e c t [ 0 ] ; 
 	 	 	 	 	 i   <   l e n g t h   & &   c a l l b a c k . c a l l (   v a l u e ,   i ,   v a l u e   )   ! = =   f a l s e ;   v a l u e   =   o b j e c t [ + + i ]   ) { } 
 	 	 } 
 
 	 	 r e t u r n   o b j e c t ; 
 	 } , 
 
 	 p r o p :   f u n c t i o n (   e l e m ,   v a l u e ,   t y p e ,   i ,   n a m e   )   { 
 	 	 / /   H a n d l e   e x e c u t a b l e   f u n c t i o n s 
 	 	 i f   (   j Q u e r y . i s F u n c t i o n (   v a l u e   )   ) 
 	 	 	 v a l u e   =   v a l u e . c a l l (   e l e m ,   i   ) ; 
 
 	 	 / /   H a n d l e   p a s s i n g   i n   a   n u m b e r   t o   a   C S S   p r o p e r t y 
 	 	 r e t u r n   v a l u e   & &   v a l u e . c o n s t r u c t o r   = =   N u m b e r   & &   t y p e   = =   " c u r C S S "   & &   ! e x c l u d e . t e s t (   n a m e   )   ? 
 	 	 	 v a l u e   +   " p x "   : 
 	 	 	 v a l u e ; 
 	 } , 
 
 	 c l a s s N a m e :   { 
 	 	 / /   i n t e r n a l   o n l y ,   u s e   a d d C l a s s ( " c l a s s " ) 
 	 	 a d d :   f u n c t i o n (   e l e m ,   c l a s s N a m e s   )   { 
 	 	 	 j Q u e r y . e a c h ( ( c l a s s N a m e s   | |   " " ) . s p l i t ( / \ s + / ) ,   f u n c t i o n ( i ,   c l a s s N a m e ) { 
 	 	 	 	 i f   (   e l e m . n o d e T y p e   = =   1   & &   ! j Q u e r y . c l a s s N a m e . h a s (   e l e m . c l a s s N a m e ,   c l a s s N a m e   )   ) 
 	 	 	 	 	 e l e m . c l a s s N a m e   + =   ( e l e m . c l a s s N a m e   ?   "   "   :   " " )   +   c l a s s N a m e ; 
 	 	 	 } ) ; 
 	 	 } , 
 
 	 	 / /   i n t e r n a l   o n l y ,   u s e   r e m o v e C l a s s ( " c l a s s " ) 
 	 	 r e m o v e :   f u n c t i o n (   e l e m ,   c l a s s N a m e s   )   { 
 	 	 	 i f   ( e l e m . n o d e T y p e   = =   1 ) 
 	 	 	 	 e l e m . c l a s s N a m e   =   c l a s s N a m e s   ! =   u n d e f i n e d   ? 
 	 	 	 	 	 j Q u e r y . g r e p ( e l e m . c l a s s N a m e . s p l i t ( / \ s + / ) ,   f u n c t i o n ( c l a s s N a m e ) { 
 	 	 	 	 	 	 r e t u r n   ! j Q u e r y . c l a s s N a m e . h a s (   c l a s s N a m e s ,   c l a s s N a m e   ) ; 
 	 	 	 	 	 } ) . j o i n ( "   " )   : 
 	 	 	 	 	 " " ; 
 	 	 } , 
 
 	 	 / /   i n t e r n a l   o n l y ,   u s e   h a s C l a s s ( " c l a s s " ) 
 	 	 h a s :   f u n c t i o n (   e l e m ,   c l a s s N a m e   )   { 
 	 	 	 r e t u r n   j Q u e r y . i n A r r a y (   c l a s s N a m e ,   ( e l e m . c l a s s N a m e   | |   e l e m ) . t o S t r i n g ( ) . s p l i t ( / \ s + / )   )   >   - 1 ; 
 	 	 } 
 	 } , 
 
 	 / /   A   m e t h o d   f o r   q u i c k l y   s w a p p i n g   i n / o u t   C S S   p r o p e r t i e s   t o   g e t   c o r r e c t   c a l c u l a t i o n s 
 	 s w a p :   f u n c t i o n (   e l e m ,   o p t i o n s ,   c a l l b a c k   )   { 
 	 	 v a r   o l d   =   { } ; 
 	 	 / /   R e m e m b e r   t h e   o l d   v a l u e s ,   a n d   i n s e r t   t h e   n e w   o n e s 
 	 	 f o r   (   v a r   n a m e   i n   o p t i o n s   )   { 
 	 	 	 o l d [   n a m e   ]   =   e l e m . s t y l e [   n a m e   ] ; 
 	 	 	 e l e m . s t y l e [   n a m e   ]   =   o p t i o n s [   n a m e   ] ; 
 	 	 } 
 
 	 	 c a l l b a c k . c a l l (   e l e m   ) ; 
 
 	 	 / /   R e v e r t   t h e   o l d   v a l u e s 
 	 	 f o r   (   v a r   n a m e   i n   o p t i o n s   ) 
 	 	 	 e l e m . s t y l e [   n a m e   ]   =   o l d [   n a m e   ] ; 
 	 } , 
 
 	 c s s :   f u n c t i o n (   e l e m ,   n a m e ,   f o r c e   )   { 
 	 	 i f   (   n a m e   = =   " w i d t h "   | |   n a m e   = =   " h e i g h t "   )   { 
 	 	 	 v a r   v a l ,   p r o p s   =   {   p o s i t i o n :   " a b s o l u t e " ,   v i s i b i l i t y :   " h i d d e n " ,   d i s p l a y : " b l o c k "   } ,   w h i c h   =   n a m e   = =   " w i d t h "   ?   [   " L e f t " ,   " R i g h t "   ]   :   [   " T o p " ,   " B o t t o m "   ] ; 
 
 	 	 	 f u n c t i o n   g e t W H ( )   { 
 	 	 	 	 v a l   =   n a m e   = =   " w i d t h "   ?   e l e m . o f f s e t W i d t h   :   e l e m . o f f s e t H e i g h t ; 
 	 	 	 	 v a r   p a d d i n g   =   0 ,   b o r d e r   =   0 ; 
 	 	 	 	 j Q u e r y . e a c h (   w h i c h ,   f u n c t i o n ( )   { 
 	 	 	 	 	 p a d d i n g   + =   p a r s e F l o a t ( j Q u e r y . c u r C S S (   e l e m ,   " p a d d i n g "   +   t h i s ,   t r u e ) )   | |   0 ; 
 	 	 	 	 	 b o r d e r   + =   p a r s e F l o a t ( j Q u e r y . c u r C S S (   e l e m ,   " b o r d e r "   +   t h i s   +   " W i d t h " ,   t r u e ) )   | |   0 ; 
 	 	 	 	 } ) ; 
 	 	 	 	 v a l   - =   M a t h . r o u n d ( p a d d i n g   +   b o r d e r ) ; 
 	 	 	 } 
 
 	 	 	 i f   (   j Q u e r y ( e l e m ) . i s ( " : v i s i b l e " )   ) 
 	 	 	 	 g e t W H ( ) ; 
 	 	 	 e l s e 
 	 	 	 	 j Q u e r y . s w a p (   e l e m ,   p r o p s ,   g e t W H   ) ; 
 
 	 	 	 r e t u r n   M a t h . m a x ( 0 ,   v a l ) ; 
 	 	 } 
 
 	 	 r e t u r n   j Q u e r y . c u r C S S (   e l e m ,   n a m e ,   f o r c e   ) ; 
 	 } , 
 
 	 c u r C S S :   f u n c t i o n (   e l e m ,   n a m e ,   f o r c e   )   { 
 	 	 v a r   r e t ,   s t y l e   =   e l e m . s t y l e ; 
 
 	 	 / /   A   h e l p e r   m e t h o d   f o r   d e t e r m i n i n g   i f   a n   e l e m e n t ' s   v a l u e s   a r e   b r o k e n 
 	 	 f u n c t i o n   c o l o r (   e l e m   )   { 
 	 	 	 i f   (   ! j Q u e r y . b r o w s e r . s a f a r i   ) 
 	 	 	 	 r e t u r n   f a l s e ; 
 
 	 	 	 / /   d e f a u l t V i e w   i s   c a c h e d 
 	 	 	 v a r   r e t   =   d e f a u l t V i e w . g e t C o m p u t e d S t y l e (   e l e m ,   n u l l   ) ; 
 	 	 	 r e t u r n   ! r e t   | |   r e t . g e t P r o p e r t y V a l u e ( " c o l o r " )   = =   " " ; 
 	 	 } 
 
 	 	 / /   W e   n e e d   t o   h a n d l e   o p a c i t y   s p e c i a l   i n   I E 
 	 	 i f   (   n a m e   = =   " o p a c i t y "   & &   j Q u e r y . b r o w s e r . m s i e   )   { 
 	 	 	 r e t   =   j Q u e r y . a t t r (   s t y l e ,   " o p a c i t y "   ) ; 
 
 	 	 	 r e t u r n   r e t   = =   " "   ? 
 	 	 	 	 " 1 "   : 
 	 	 	 	 r e t ; 
 	 	 } 
 	 	 / /   O p e r a   s o m e t i m e s   w i l l   g i v e   t h e   w r o n g   d i s p l a y   a n s w e r ,   t h i s   f i x e s   i t ,   s e e   # 2 0 3 7 
 	 	 i f   (   j Q u e r y . b r o w s e r . o p e r a   & &   n a m e   = =   " d i s p l a y "   )   { 
 	 	 	 v a r   s a v e   =   s t y l e . o u t l i n e ; 
 	 	 	 s t y l e . o u t l i n e   =   " 0   s o l i d   b l a c k " ; 
 	 	 	 s t y l e . o u t l i n e   =   s a v e ; 
 	 	 } 
 
 	 	 / /   M a k e   s u r e   w e ' r e   u s i n g   t h e   r i g h t   n a m e   f o r   g e t t i n g   t h e   f l o a t   v a l u e 
 	 	 i f   (   n a m e . m a t c h (   / f l o a t / i   )   ) 
 	 	 	 n a m e   =   s t y l e F l o a t ; 
 
 	 	 i f   (   ! f o r c e   & &   s t y l e   & &   s t y l e [   n a m e   ]   ) 
 	 	 	 r e t   =   s t y l e [   n a m e   ] ; 
 
 	 	 e l s e   i f   (   d e f a u l t V i e w . g e t C o m p u t e d S t y l e   )   { 
 
 	 	 	 / /   O n l y   " f l o a t "   i s   n e e d e d   h e r e 
 	 	 	 i f   (   n a m e . m a t c h (   / f l o a t / i   )   ) 
 	 	 	 	 n a m e   =   " f l o a t " ; 
 
 	 	 	 n a m e   =   n a m e . r e p l a c e (   / ( [ A - Z ] ) / g ,   " - $ 1 "   ) . t o L o w e r C a s e ( ) ; 
 
 	 	 	 v a r   c o m p u t e d S t y l e   =   d e f a u l t V i e w . g e t C o m p u t e d S t y l e (   e l e m ,   n u l l   ) ; 
 
 	 	 	 i f   (   c o m p u t e d S t y l e   & &   ! c o l o r (   e l e m   )   ) 
 	 	 	 	 r e t   =   c o m p u t e d S t y l e . g e t P r o p e r t y V a l u e (   n a m e   ) ; 
 
 	 	 	 / /   I f   t h e   e l e m e n t   i s n ' t   r e p o r t i n g   i t s   v a l u e s   p r o p e r l y   i n   S a f a r i 
 	 	 	 / /   t h e n   s o m e   d i s p l a y :   n o n e   e l e m e n t s   a r e   i n v o l v e d 
 	 	 	 e l s e   { 
 	 	 	 	 v a r   s w a p   =   [ ] ,   s t a c k   =   [ ] ,   a   =   e l e m ,   i   =   0 ; 
 
 	 	 	 	 / /   L o c a t e   a l l   o f   t h e   p a r e n t   d i s p l a y :   n o n e   e l e m e n t s 
 	 	 	 	 f o r   (   ;   a   & &   c o l o r ( a ) ;   a   =   a . p a r e n t N o d e   ) 
 	 	 	 	 	 s t a c k . u n s h i f t ( a ) ; 
 
 	 	 	 	 / /   G o   t h r o u g h   a n d   m a k e   t h e m   v i s i b l e ,   b u t   i n   r e v e r s e 
 	 	 	 	 / /   ( I t   w o u l d   b e   b e t t e r   i f   w e   k n e w   t h e   e x a c t   d i s p l a y   t y p e   t h a t   t h e y   h a d ) 
 	 	 	 	 f o r   (   ;   i   <   s t a c k . l e n g t h ;   i + +   ) 
 	 	 	 	 	 i f   (   c o l o r (   s t a c k [   i   ]   )   )   { 
 	 	 	 	 	 	 s w a p [   i   ]   =   s t a c k [   i   ] . s t y l e . d i s p l a y ; 
 	 	 	 	 	 	 s t a c k [   i   ] . s t y l e . d i s p l a y   =   " b l o c k " ; 
 	 	 	 	 	 } 
 
 	 	 	 	 / /   S i n c e   w e   f l i p   t h e   d i s p l a y   s t y l e ,   w e   h a v e   t o   h a n d l e   t h a t 
 	 	 	 	 / /   o n e   s p e c i a l ,   o t h e r w i s e   g e t   t h e   v a l u e 
 	 	 	 	 r e t   =   n a m e   = =   " d i s p l a y "   & &   s w a p [   s t a c k . l e n g t h   -   1   ]   ! =   n u l l   ? 
 	 	 	 	 	 " n o n e "   : 
 	 	 	 	 	 (   c o m p u t e d S t y l e   & &   c o m p u t e d S t y l e . g e t P r o p e r t y V a l u e (   n a m e   )   )   | |   " " ; 
 
 	 	 	 	 / /   F i n a l l y ,   r e v e r t   t h e   d i s p l a y   s t y l e s   b a c k 
 	 	 	 	 f o r   (   i   =   0 ;   i   <   s w a p . l e n g t h ;   i + +   ) 
 	 	 	 	 	 i f   (   s w a p [   i   ]   ! =   n u l l   ) 
 	 	 	 	 	 	 s t a c k [   i   ] . s t y l e . d i s p l a y   =   s w a p [   i   ] ; 
 	 	 	 } 
 
 	 	 	 / /   W e   s h o u l d   a l w a y s   g e t   a   n u m b e r   b a c k   f r o m   o p a c i t y 
 	 	 	 i f   (   n a m e   = =   " o p a c i t y "   & &   r e t   = =   " "   ) 
 	 	 	 	 r e t   =   " 1 " ; 
 
 	 	 }   e l s e   i f   (   e l e m . c u r r e n t S t y l e   )   { 
 	 	 	 v a r   c a m e l C a s e   =   n a m e . r e p l a c e ( / \ - ( \ w ) / g ,   f u n c t i o n ( a l l ,   l e t t e r ) { 
 	 	 	 	 r e t u r n   l e t t e r . t o U p p e r C a s e ( ) ; 
 	 	 	 } ) ; 
 
 	 	 	 r e t   =   e l e m . c u r r e n t S t y l e [   n a m e   ]   | |   e l e m . c u r r e n t S t y l e [   c a m e l C a s e   ] ; 
 
 	 	 	 / /   F r o m   t h e   a w e s o m e   h a c k   b y   D e a n   E d w a r d s 
 	 	 	 / /   h t t p : / / e r i k . e a e . n e t / a r c h i v e s / 2 0 0 7 / 0 7 / 2 7 / 1 8 . 5 4 . 1 5 / # c o m m e n t - 1 0 2 2 9 1 
 
 	 	 	 / /   I f   w e ' r e   n o t   d e a l i n g   w i t h   a   r e g u l a r   p i x e l   n u m b e r 
 	 	 	 / /   b u t   a   n u m b e r   t h a t   h a s   a   w e i r d   e n d i n g ,   w e   n e e d   t o   c o n v e r t   i t   t o   p i x e l s 
 	 	 	 i f   (   ! / ^ \ d + ( p x ) ? $ / i . t e s t (   r e t   )   & &   / ^ \ d / . t e s t (   r e t   )   )   { 
 	 	 	 	 / /   R e m e m b e r   t h e   o r i g i n a l   v a l u e s 
 	 	 	 	 v a r   l e f t   =   s t y l e . l e f t ,   r s L e f t   =   e l e m . r u n t i m e S t y l e . l e f t ; 
 
 	 	 	 	 / /   P u t   i n   t h e   n e w   v a l u e s   t o   g e t   a   c o m p u t e d   v a l u e   o u t 
 	 	 	 	 e l e m . r u n t i m e S t y l e . l e f t   =   e l e m . c u r r e n t S t y l e . l e f t ; 
 	 	 	 	 s t y l e . l e f t   =   r e t   | |   0 ; 
 	 	 	 	 r e t   =   s t y l e . p i x e l L e f t   +   " p x " ; 
 
 	 	 	 	 / /   R e v e r t   t h e   c h a n g e d   v a l u e s 
 	 	 	 	 s t y l e . l e f t   =   l e f t ; 
 	 	 	 	 e l e m . r u n t i m e S t y l e . l e f t   =   r s L e f t ; 
 	 	 	 } 
 	 	 } 
 
 	 	 r e t u r n   r e t ; 
 	 } , 
 
 	 c l e a n :   f u n c t i o n (   e l e m s ,   c o n t e x t   )   { 
 	 	 v a r   r e t   =   [ ] ; 
 	 	 c o n t e x t   =   c o n t e x t   | |   d o c u m e n t ; 
 	 	 / /   ! c o n t e x t . c r e a t e E l e m e n t   f a i l s   i n   I E   w i t h   a n   e r r o r   b u t   r e t u r n s   t y p e o f   ' o b j e c t ' 
 	 	 i f   ( t y p e o f   c o n t e x t . c r e a t e E l e m e n t   = =   ' u n d e f i n e d ' ) 
 	 	 	 c o n t e x t   =   c o n t e x t . o w n e r D o c u m e n t   | |   c o n t e x t [ 0 ]   & &   c o n t e x t [ 0 ] . o w n e r D o c u m e n t   | |   d o c u m e n t ; 
 
 	 	 j Q u e r y . e a c h ( e l e m s ,   f u n c t i o n ( i ,   e l e m ) { 
 	 	 	 i f   (   ! e l e m   ) 
 	 	 	 	 r e t u r n ; 
 
 	 	 	 i f   (   e l e m . c o n s t r u c t o r   = =   N u m b e r   ) 
 	 	 	 	 e l e m   + =   ' ' ; 
 
 	 	 	 / /   C o n v e r t   h t m l   s t r i n g   i n t o   D O M   n o d e s 
 	 	 	 i f   (   t y p e o f   e l e m   = =   " s t r i n g "   )   { 
 	 	 	 	 / /   F i x   " X H T M L " - s t y l e   t a g s   i n   a l l   b r o w s e r s 
 	 	 	 	 e l e m   =   e l e m . r e p l a c e ( / ( < ( \ w + ) [ ^ > ] * ? ) \ / > / g ,   f u n c t i o n ( a l l ,   f r o n t ,   t a g ) { 
 	 	 	 	 	 r e t u r n   t a g . m a t c h ( / ^ ( a b b r | b r | c o l | i m g | i n p u t | l i n k | m e t a | p a r a m | h r | a r e a | e m b e d ) $ / i )   ? 
 	 	 	 	 	 	 a l l   : 
 	 	 	 	 	 	 f r o n t   +   " > < / "   +   t a g   +   " > " ; 
 	 	 	 	 } ) ; 
 
 	 	 	 	 / /   T r i m   w h i t e s p a c e ,   o t h e r w i s e   i n d e x O f   w o n ' t   w o r k   a s   e x p e c t e d 
 	 	 	 	 v a r   t a g s   =   j Q u e r y . t r i m (   e l e m   ) . t o L o w e r C a s e ( ) ,   d i v   =   c o n t e x t . c r e a t e E l e m e n t ( " d i v " ) ; 
 
 	 	 	 	 v a r   w r a p   = 
 	 	 	 	 	 / /   o p t i o n   o r   o p t g r o u p 
 	 	 	 	 	 ! t a g s . i n d e x O f ( " < o p t " )   & & 
 	 	 	 	 	 [   1 ,   " < s e l e c t   m u l t i p l e = ' m u l t i p l e ' > " ,   " < / s e l e c t > "   ]   | | 
 
 	 	 	 	 	 ! t a g s . i n d e x O f ( " < l e g " )   & & 
 	 	 	 	 	 [   1 ,   " < f i e l d s e t > " ,   " < / f i e l d s e t > "   ]   | | 
 
 	 	 	 	 	 t a g s . m a t c h ( / ^ < ( t h e a d | t b o d y | t f o o t | c o l g | c a p ) / )   & & 
 	 	 	 	 	 [   1 ,   " < t a b l e > " ,   " < / t a b l e > "   ]   | | 
 
 	 	 	 	 	 ! t a g s . i n d e x O f ( " < t r " )   & & 
 	 	 	 	 	 [   2 ,   " < t a b l e > < t b o d y > " ,   " < / t b o d y > < / t a b l e > "   ]   | | 
 
 	 	 	 	   	 / /   < t h e a d >   m a t c h e d   a b o v e 
 	 	 	 	 	 ( ! t a g s . i n d e x O f ( " < t d " )   | |   ! t a g s . i n d e x O f ( " < t h " ) )   & & 
 	 	 	 	 	 [   3 ,   " < t a b l e > < t b o d y > < t r > " ,   " < / t r > < / t b o d y > < / t a b l e > "   ]   | | 
 
 	 	 	 	 	 ! t a g s . i n d e x O f ( " < c o l " )   & & 
 	 	 	 	 	 [   2 ,   " < t a b l e > < t b o d y > < / t b o d y > < c o l g r o u p > " ,   " < / c o l g r o u p > < / t a b l e > "   ]   | | 
 
 	 	 	 	 	 / /   I E   c a n ' t   s e r i a l i z e   < l i n k >   a n d   < s c r i p t >   t a g s   n o r m a l l y 
 	 	 	 	 	 j Q u e r y . b r o w s e r . m s i e   & & 
 	 	 	 	 	 [   1 ,   " d i v < d i v > " ,   " < / d i v > "   ]   | | 
 
 	 	 	 	 	 [   0 ,   " " ,   " "   ] ; 
 
 	 	 	 	 / /   G o   t o   h t m l   a n d   b a c k ,   t h e n   p e e l   o f f   e x t r a   w r a p p e r s 
 	 	 	 	 d i v . i n n e r H T M L   =   w r a p [ 1 ]   +   e l e m   +   w r a p [ 2 ] ; 
 
 	 	 	 	 / /   M o v e   t o   t h e   r i g h t   d e p t h 
 	 	 	 	 w h i l e   (   w r a p [ 0 ] - -   ) 
 	 	 	 	 	 d i v   =   d i v . l a s t C h i l d ; 
 
 	 	 	 	 / /   R e m o v e   I E ' s   a u t o i n s e r t e d   < t b o d y >   f r o m   t a b l e   f r a g m e n t s 
 	 	 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   )   { 
 
 	 	 	 	 	 / /   S t r i n g   w a s   a   < t a b l e > ,   * m a y *   h a v e   s p u r i o u s   < t b o d y > 
 	 	 	 	 	 v a r   t b o d y   =   ! t a g s . i n d e x O f ( " < t a b l e " )   & &   t a g s . i n d e x O f ( " < t b o d y " )   <   0   ? 
 	 	 	 	 	 	 d i v . f i r s t C h i l d   & &   d i v . f i r s t C h i l d . c h i l d N o d e s   : 
 
 	 	 	 	 	 	 / /   S t r i n g   w a s   a   b a r e   < t h e a d >   o r   < t f o o t > 
 	 	 	 	 	 	 w r a p [ 1 ]   = =   " < t a b l e > "   & &   t a g s . i n d e x O f ( " < t b o d y " )   <   0   ? 
 	 	 	 	 	 	 	 d i v . c h i l d N o d e s   : 
 	 	 	 	 	 	 	 [ ] ; 
 
 	 	 	 	 	 f o r   (   v a r   j   =   t b o d y . l e n g t h   -   1 ;   j   > =   0   ;   - - j   ) 
 	 	 	 	 	 	 i f   (   j Q u e r y . n o d e N a m e (   t b o d y [   j   ] ,   " t b o d y "   )   & &   ! t b o d y [   j   ] . c h i l d N o d e s . l e n g t h   ) 
 	 	 	 	 	 	 	 t b o d y [   j   ] . p a r e n t N o d e . r e m o v e C h i l d (   t b o d y [   j   ]   ) ; 
 
 	 	 	 	 	 / /   I E   c o m p l e t e l y   k i l l s   l e a d i n g   w h i t e s p a c e   w h e n   i n n e r H T M L   i s   u s e d 
 	 	 	 	 	 i f   (   / ^ \ s / . t e s t (   e l e m   )   ) 
 	 	 	 	 	 	 d i v . i n s e r t B e f o r e (   c o n t e x t . c r e a t e T e x t N o d e (   e l e m . m a t c h ( / ^ \ s * / ) [ 0 ]   ) ,   d i v . f i r s t C h i l d   ) ; 
 
 	 	 	 	 } 
 
 	 	 	 	 e l e m   =   j Q u e r y . m a k e A r r a y (   d i v . c h i l d N o d e s   ) ; 
 	 	 	 } 
 
 	 	 	 i f   (   e l e m . l e n g t h   = = =   0   & &   ( ! j Q u e r y . n o d e N a m e (   e l e m ,   " f o r m "   )   & &   ! j Q u e r y . n o d e N a m e (   e l e m ,   " s e l e c t "   ) )   ) 
 	 	 	 	 r e t u r n ; 
 
 	 	 	 i f   (   e l e m [ 0 ]   = =   u n d e f i n e d   | |   j Q u e r y . n o d e N a m e (   e l e m ,   " f o r m "   )   | |   e l e m . o p t i o n s   ) 
 	 	 	 	 r e t . p u s h (   e l e m   ) ; 
 
 	 	 	 e l s e 
 	 	 	 	 r e t   =   j Q u e r y . m e r g e (   r e t ,   e l e m   ) ; 
 
 	 	 } ) ; 
 
 	 	 r e t u r n   r e t ; 
 	 } , 
 
 	 a t t r :   f u n c t i o n (   e l e m ,   n a m e ,   v a l u e   )   { 
 	 	 / /   d o n ' t   s e t   a t t r i b u t e s   o n   t e x t   a n d   c o m m e n t   n o d e s 
 	 	 i f   ( ! e l e m   | |   e l e m . n o d e T y p e   = =   3   | |   e l e m . n o d e T y p e   = =   8 ) 
 	 	 	 r e t u r n   u n d e f i n e d ; 
 
 	 	 v a r   n o t x m l   =   ! j Q u e r y . i s X M L D o c (   e l e m   ) , 
 	 	 	 / /   W h e t h e r   w e   a r e   s e t t i n g   ( o r   g e t t i n g ) 
 	 	 	 s e t   =   v a l u e   ! = =   u n d e f i n e d , 
 	 	 	 m s i e   =   j Q u e r y . b r o w s e r . m s i e ; 
 
 	 	 / /   T r y   t o   n o r m a l i z e / f i x   t h e   n a m e 
 	 	 n a m e   =   n o t x m l   & &   j Q u e r y . p r o p s [   n a m e   ]   | |   n a m e ; 
 
 	 	 / /   O n l y   d o   a l l   t h e   f o l l o w i n g   i f   t h i s   i s   a   n o d e   ( f a s t e r   f o r   s t y l e ) 
 	 	 / /   I E   e l e m . g e t A t t r i b u t e   p a s s e s   e v e n   f o r   s t y l e 
 	 	 i f   (   e l e m . t a g N a m e   )   { 
 
 	 	 	 / /   T h e s e   a t t r i b u t e s   r e q u i r e   s p e c i a l   t r e a t m e n t 
 	 	 	 v a r   s p e c i a l   =   / h r e f | s r c | s t y l e / . t e s t (   n a m e   ) ; 
 
 	 	 	 / /   S a f a r i   m i s - r e p o r t s   t h e   d e f a u l t   s e l e c t e d   p r o p e r t y   o f   a   h i d d e n   o p t i o n 
 	 	 	 / /   A c c e s s i n g   t h e   p a r e n t ' s   s e l e c t e d I n d e x   p r o p e r t y   f i x e s   i t 
 	 	 	 i f   (   n a m e   = =   " s e l e c t e d "   & &   j Q u e r y . b r o w s e r . s a f a r i   ) 
 	 	 	 	 e l e m . p a r e n t N o d e . s e l e c t e d I n d e x ; 
 
 	 	 	 / /   I f   a p p l i c a b l e ,   a c c e s s   t h e   a t t r i b u t e   v i a   t h e   D O M   0   w a y 
 	 	 	 i f   (   n a m e   i n   e l e m   & &   n o t x m l   & &   ! s p e c i a l   )   { 
 	 	 	 	 i f   (   s e t   ) { 
 	 	 	 	 	 / /   W e   c a n ' t   a l l o w   t h e   t y p e   p r o p e r t y   t o   b e   c h a n g e d   ( s i n c e   i t   c a u s e s   p r o b l e m s   i n   I E ) 
 	 	 	 	 	 i f   (   n a m e   = =   " t y p e "   & &   j Q u e r y . n o d e N a m e (   e l e m ,   " i n p u t "   )   & &   e l e m . p a r e n t N o d e   ) 
 	 	 	 	 	 	 t h r o w   " t y p e   p r o p e r t y   c a n ' t   b e   c h a n g e d " ; 
 
 	 	 	 	 	 e l e m [   n a m e   ]   =   v a l u e ; 
 	 	 	 	 } 
 
 	 	 	 	 / /   b r o w s e r s   i n d e x   e l e m e n t s   b y   i d / n a m e   o n   f o r m s ,   g i v e   p r i o r i t y   t o   a t t r i b u t e s . 
 	 	 	 	 i f (   j Q u e r y . n o d e N a m e (   e l e m ,   " f o r m "   )   & &   e l e m . g e t A t t r i b u t e N o d e ( n a m e )   ) 
 	 	 	 	 	 r e t u r n   e l e m . g e t A t t r i b u t e N o d e (   n a m e   ) . n o d e V a l u e ; 
 
 	 	 	 	 r e t u r n   e l e m [   n a m e   ] ; 
 	 	 	 } 
 
 	 	 	 i f   (   m s i e   & &   n o t x m l   & &     n a m e   = =   " s t y l e "   ) 
 	 	 	 	 r e t u r n   j Q u e r y . a t t r (   e l e m . s t y l e ,   " c s s T e x t " ,   v a l u e   ) ; 
 
 	 	 	 i f   (   s e t   ) 
 	 	 	 	 / /   c o n v e r t   t h e   v a l u e   t o   a   s t r i n g   ( a l l   b r o w s e r s   d o   t h i s   b u t   I E )   s e e   # 1 0 7 0 
 	 	 	 	 e l e m . s e t A t t r i b u t e (   n a m e ,   " "   +   v a l u e   ) ; 
 
 	 	 	 v a r   a t t r   =   m s i e   & &   n o t x m l   & &   s p e c i a l 
 	 	 	 	 	 / /   S o m e   a t t r i b u t e s   r e q u i r e   a   s p e c i a l   c a l l   o n   I E 
 	 	 	 	 	 ?   e l e m . g e t A t t r i b u t e (   n a m e ,   2   ) 
 	 	 	 	 	 :   e l e m . g e t A t t r i b u t e (   n a m e   ) ; 
 
 	 	 	 / /   N o n - e x i s t e n t   a t t r i b u t e s   r e t u r n   n u l l ,   w e   n o r m a l i z e   t o   u n d e f i n e d 
 	 	 	 r e t u r n   a t t r   = = =   n u l l   ?   u n d e f i n e d   :   a t t r ; 
 	 	 } 
 
 	 	 / /   e l e m   i s   a c t u a l l y   e l e m . s t y l e   . . .   s e t   t h e   s t y l e 
 
 	 	 / /   I E   u s e s   f i l t e r s   f o r   o p a c i t y 
 	 	 i f   (   m s i e   & &   n a m e   = =   " o p a c i t y "   )   { 
 	 	 	 i f   (   s e t   )   { 
 	 	 	 	 / /   I E   h a s   t r o u b l e   w i t h   o p a c i t y   i f   i t   d o e s   n o t   h a v e   l a y o u t 
 	 	 	 	 / /   F o r c e   i t   b y   s e t t i n g   t h e   z o o m   l e v e l 
 	 	 	 	 e l e m . z o o m   =   1 ; 
 
 	 	 	 	 / /   S e t   t h e   a l p h a   f i l t e r   t o   s e t   t h e   o p a c i t y 
 	 	 	 	 e l e m . f i l t e r   =   ( e l e m . f i l t e r   | |   " " ) . r e p l a c e (   / a l p h a \ ( [ ^ ) ] * \ ) / ,   " "   )   + 
 	 	 	 	 	 ( p a r s e I n t (   v a l u e   )   +   ' '   = =   " N a N "   ?   " "   :   " a l p h a ( o p a c i t y = "   +   v a l u e   *   1 0 0   +   " ) " ) ; 
 	 	 	 } 
 
 	 	 	 r e t u r n   e l e m . f i l t e r   & &   e l e m . f i l t e r . i n d e x O f ( " o p a c i t y = " )   > =   0   ? 
 	 	 	 	 ( p a r s e F l o a t (   e l e m . f i l t e r . m a t c h ( / o p a c i t y = ( [ ^ ) ] * ) / ) [ 1 ]   )   /   1 0 0 )   +   ' ' : 
 	 	 	 	 " " ; 
 	 	 } 
 
 	 	 n a m e   =   n a m e . r e p l a c e ( / - ( [ a - z ] ) / i g ,   f u n c t i o n ( a l l ,   l e t t e r ) { 
 	 	 	 r e t u r n   l e t t e r . t o U p p e r C a s e ( ) ; 
 	 	 } ) ; 
 
 	 	 i f   (   s e t   ) 
 	 	 	 e l e m [   n a m e   ]   =   v a l u e ; 
 
 	 	 r e t u r n   e l e m [   n a m e   ] ; 
 	 } , 
 
 	 t r i m :   f u n c t i o n (   t e x t   )   { 
 	 	 r e t u r n   ( t e x t   | |   " " ) . r e p l a c e (   / ^ \ s + | \ s + $ / g ,   " "   ) ; 
 	 } , 
 
 	 m a k e A r r a y :   f u n c t i o n (   a r r a y   )   { 
 	 	 v a r   r e t   =   [ ] ; 
 
 	 	 i f (   a r r a y   ! =   n u l l   ) { 
 	 	 	 v a r   i   =   a r r a y . l e n g t h ; 
 	 	 	 / / t h e   w i n d o w ,   s t r i n g s   a n d   f u n c t i o n s   a l s o   h a v e   ' l e n g t h ' 
 	 	 	 i f (   i   = =   n u l l   | |   a r r a y . s p l i t   | |   a r r a y . s e t I n t e r v a l   | |   a r r a y . c a l l   ) 
 	 	 	 	 r e t [ 0 ]   =   a r r a y ; 
 	 	 	 e l s e 
 	 	 	 	 w h i l e (   i   ) 
 	 	 	 	 	 r e t [ - - i ]   =   a r r a y [ i ] ; 
 	 	 } 
 
 	 	 r e t u r n   r e t ; 
 	 } , 
 
 	 i n A r r a y :   f u n c t i o n (   e l e m ,   a r r a y   )   { 
 	 	 f o r   (   v a r   i   =   0 ,   l e n g t h   =   a r r a y . l e n g t h ;   i   <   l e n g t h ;   i + +   ) 
 	 	 / /   U s e   = = =   b e c a u s e   o n   I E ,   w i n d o w   = =   d o c u m e n t 
 	 	 	 i f   (   a r r a y [   i   ]   = = =   e l e m   ) 
 	 	 	 	 r e t u r n   i ; 
 
 	 	 r e t u r n   - 1 ; 
 	 } , 
 
 	 m e r g e :   f u n c t i o n (   f i r s t ,   s e c o n d   )   { 
 	 	 / /   W e   h a v e   t o   l o o p   t h i s   w a y   b e c a u s e   I E   &   O p e r a   o v e r w r i t e   t h e   l e n g t h 
 	 	 / /   e x p a n d o   o f   g e t E l e m e n t s B y T a g N a m e 
 	 	 v a r   i   =   0 ,   e l e m ,   p o s   =   f i r s t . l e n g t h ; 
 	 	 / /   A l s o ,   w e   n e e d   t o   m a k e   s u r e   t h a t   t h e   c o r r e c t   e l e m e n t s   a r e   b e i n g   r e t u r n e d 
 	 	 / /   ( I E   r e t u r n s   c o m m e n t   n o d e s   i n   a   ' * '   q u e r y ) 
 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   )   { 
 	 	 	 w h i l e   (   e l e m   =   s e c o n d [   i + +   ]   ) 
 	 	 	 	 i f   (   e l e m . n o d e T y p e   ! =   8   ) 
 	 	 	 	 	 f i r s t [   p o s + +   ]   =   e l e m ; 
 
 	 	 }   e l s e 
 	 	 	 w h i l e   (   e l e m   =   s e c o n d [   i + +   ]   ) 
 	 	 	 	 f i r s t [   p o s + +   ]   =   e l e m ; 
 
 	 	 r e t u r n   f i r s t ; 
 	 } , 
 
 	 u n i q u e :   f u n c t i o n (   a r r a y   )   { 
 	 	 v a r   r e t   =   [ ] ,   d o n e   =   { } ; 
 
 	 	 t r y   { 
 
 	 	 	 f o r   (   v a r   i   =   0 ,   l e n g t h   =   a r r a y . l e n g t h ;   i   <   l e n g t h ;   i + +   )   { 
 	 	 	 	 v a r   i d   =   j Q u e r y . d a t a (   a r r a y [   i   ]   ) ; 
 
 	 	 	 	 i f   (   ! d o n e [   i d   ]   )   { 
 	 	 	 	 	 d o n e [   i d   ]   =   t r u e ; 
 	 	 	 	 	 r e t . p u s h (   a r r a y [   i   ]   ) ; 
 	 	 	 	 } 
 	 	 	 } 
 
 	 	 }   c a t c h (   e   )   { 
 	 	 	 r e t   =   a r r a y ; 
 	 	 } 
 
 	 	 r e t u r n   r e t ; 
 	 } , 
 
 	 g r e p :   f u n c t i o n (   e l e m s ,   c a l l b a c k ,   i n v   )   { 
 	 	 v a r   r e t   =   [ ] ; 
 
 	 	 / /   G o   t h r o u g h   t h e   a r r a y ,   o n l y   s a v i n g   t h e   i t e m s 
 	 	 / /   t h a t   p a s s   t h e   v a l i d a t o r   f u n c t i o n 
 	 	 f o r   (   v a r   i   =   0 ,   l e n g t h   =   e l e m s . l e n g t h ;   i   <   l e n g t h ;   i + +   ) 
 	 	 	 i f   (   ! i n v   ! =   ! c a l l b a c k (   e l e m s [   i   ] ,   i   )   ) 
 	 	 	 	 r e t . p u s h (   e l e m s [   i   ]   ) ; 
 
 	 	 r e t u r n   r e t ; 
 	 } , 
 
 	 m a p :   f u n c t i o n (   e l e m s ,   c a l l b a c k   )   { 
 	 	 v a r   r e t   =   [ ] ; 
 
 	 	 / /   G o   t h r o u g h   t h e   a r r a y ,   t r a n s l a t i n g   e a c h   o f   t h e   i t e m s   t o   t h e i r 
 	 	 / /   n e w   v a l u e   ( o r   v a l u e s ) . 
 	 	 f o r   (   v a r   i   =   0 ,   l e n g t h   =   e l e m s . l e n g t h ;   i   <   l e n g t h ;   i + +   )   { 
 	 	 	 v a r   v a l u e   =   c a l l b a c k (   e l e m s [   i   ] ,   i   ) ; 
 
 	 	 	 i f   (   v a l u e   ! =   n u l l   ) 
 	 	 	 	 r e t [   r e t . l e n g t h   ]   =   v a l u e ; 
 	 	 } 
 
 	 	 r e t u r n   r e t . c o n c a t . a p p l y (   [ ] ,   r e t   ) ; 
 	 } 
 } ) ; 
 
 v a r   u s e r A g e n t   =   n a v i g a t o r . u s e r A g e n t . t o L o w e r C a s e ( ) ; 
 
 / /   F i g u r e   o u t   w h a t   b r o w s e r   i s   b e i n g   u s e d 
 j Q u e r y . b r o w s e r   =   { 
 	 v e r s i o n :   ( u s e r A g e n t . m a t c h (   / . + ( ? : r v | i t | r a | i e ) [ \ / :   ] ( [ \ d . ] + ) /   )   | |   [ ] ) [ 1 ] , 
 	 s a f a r i :   / w e b k i t / . t e s t (   u s e r A g e n t   ) , 
 	 o p e r a :   / o p e r a / . t e s t (   u s e r A g e n t   ) , 
 	 m s i e :   / m s i e / . t e s t (   u s e r A g e n t   )   & &   ! / o p e r a / . t e s t (   u s e r A g e n t   ) , 
 	 m o z i l l a :   / m o z i l l a / . t e s t (   u s e r A g e n t   )   & &   ! / ( c o m p a t i b l e | w e b k i t ) / . t e s t (   u s e r A g e n t   ) 
 } ; 
 
 v a r   s t y l e F l o a t   =   j Q u e r y . b r o w s e r . m s i e   ? 
 	 " s t y l e F l o a t "   : 
 	 " c s s F l o a t " ; 
 
 j Q u e r y . e x t e n d ( { 
 	 / /   C h e c k   t o   s e e   i f   t h e   W 3 C   b o x   m o d e l   i s   b e i n g   u s e d 
 	 b o x M o d e l :   ! j Q u e r y . b r o w s e r . m s i e   | |   d o c u m e n t . c o m p a t M o d e   = =   " C S S 1 C o m p a t " , 
 
 	 p r o p s :   { 
 	 	 " f o r " :   " h t m l F o r " , 
 	 	 " c l a s s " :   " c l a s s N a m e " , 
 	 	 " f l o a t " :   s t y l e F l o a t , 
 	 	 c s s F l o a t :   s t y l e F l o a t , 
 	 	 s t y l e F l o a t :   s t y l e F l o a t , 
 	 	 r e a d o n l y :   " r e a d O n l y " , 
 	 	 m a x l e n g t h :   " m a x L e n g t h " , 
 	 	 c e l l s p a c i n g :   " c e l l S p a c i n g " 
 	 } 
 } ) ; 
 
 j Q u e r y . e a c h ( { 
 	 p a r e n t :   f u n c t i o n ( e l e m ) { r e t u r n   e l e m . p a r e n t N o d e ; } , 
 	 p a r e n t s :   f u n c t i o n ( e l e m ) { r e t u r n   j Q u e r y . d i r ( e l e m , " p a r e n t N o d e " ) ; } , 
 	 n e x t :   f u n c t i o n ( e l e m ) { r e t u r n   j Q u e r y . n t h ( e l e m , 2 , " n e x t S i b l i n g " ) ; } , 
 	 p r e v :   f u n c t i o n ( e l e m ) { r e t u r n   j Q u e r y . n t h ( e l e m , 2 , " p r e v i o u s S i b l i n g " ) ; } , 
 	 n e x t A l l :   f u n c t i o n ( e l e m ) { r e t u r n   j Q u e r y . d i r ( e l e m , " n e x t S i b l i n g " ) ; } , 
 	 p r e v A l l :   f u n c t i o n ( e l e m ) { r e t u r n   j Q u e r y . d i r ( e l e m , " p r e v i o u s S i b l i n g " ) ; } , 
 	 s i b l i n g s :   f u n c t i o n ( e l e m ) { r e t u r n   j Q u e r y . s i b l i n g ( e l e m . p a r e n t N o d e . f i r s t C h i l d , e l e m ) ; } , 
 	 c h i l d r e n :   f u n c t i o n ( e l e m ) { r e t u r n   j Q u e r y . s i b l i n g ( e l e m . f i r s t C h i l d ) ; } , 
 	 c o n t e n t s :   f u n c t i o n ( e l e m ) { r e t u r n   j Q u e r y . n o d e N a m e ( e l e m , " i f r a m e " ) ? e l e m . c o n t e n t D o c u m e n t | | e l e m . c o n t e n t W i n d o w . d o c u m e n t : j Q u e r y . m a k e A r r a y ( e l e m . c h i l d N o d e s ) ; } 
 } ,   f u n c t i o n ( n a m e ,   f n ) { 
 	 j Q u e r y . f n [   n a m e   ]   =   f u n c t i o n (   s e l e c t o r   )   { 
 	 	 v a r   r e t   =   j Q u e r y . m a p (   t h i s ,   f n   ) ; 
 
 	 	 i f   (   s e l e c t o r   & &   t y p e o f   s e l e c t o r   = =   " s t r i n g "   ) 
 	 	 	 r e t   =   j Q u e r y . m u l t i F i l t e r (   s e l e c t o r ,   r e t   ) ; 
 
 	 	 r e t u r n   t h i s . p u s h S t a c k (   j Q u e r y . u n i q u e (   r e t   )   ) ; 
 	 } ; 
 } ) ; 
 
 j Q u e r y . e a c h ( { 
 	 a p p e n d T o :   " a p p e n d " , 
 	 p r e p e n d T o :   " p r e p e n d " , 
 	 i n s e r t B e f o r e :   " b e f o r e " , 
 	 i n s e r t A f t e r :   " a f t e r " , 
 	 r e p l a c e A l l :   " r e p l a c e W i t h " 
 } ,   f u n c t i o n ( n a m e ,   o r i g i n a l ) { 
 	 j Q u e r y . f n [   n a m e   ]   =   f u n c t i o n ( )   { 
 	 	 v a r   a r g s   =   a r g u m e n t s ; 
 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 f o r   (   v a r   i   =   0 ,   l e n g t h   =   a r g s . l e n g t h ;   i   <   l e n g t h ;   i + +   ) 
 	 	 	 	 j Q u e r y (   a r g s [   i   ]   ) [   o r i g i n a l   ] (   t h i s   ) ; 
 	 	 } ) ; 
 	 } ; 
 } ) ; 
 
 j Q u e r y . e a c h ( { 
 	 r e m o v e A t t r :   f u n c t i o n (   n a m e   )   { 
 	 	 j Q u e r y . a t t r (   t h i s ,   n a m e ,   " "   ) ; 
 	 	 i f   ( t h i s . n o d e T y p e   = =   1 ) 
 	 	 	 t h i s . r e m o v e A t t r i b u t e (   n a m e   ) ; 
 	 } , 
 
 	 a d d C l a s s :   f u n c t i o n (   c l a s s N a m e s   )   { 
 	 	 j Q u e r y . c l a s s N a m e . a d d (   t h i s ,   c l a s s N a m e s   ) ; 
 	 } , 
 
 	 r e m o v e C l a s s :   f u n c t i o n (   c l a s s N a m e s   )   { 
 	 	 j Q u e r y . c l a s s N a m e . r e m o v e (   t h i s ,   c l a s s N a m e s   ) ; 
 	 } , 
 
 	 t o g g l e C l a s s :   f u n c t i o n (   c l a s s N a m e s   )   { 
 	 	 j Q u e r y . c l a s s N a m e [   j Q u e r y . c l a s s N a m e . h a s (   t h i s ,   c l a s s N a m e s   )   ?   " r e m o v e "   :   " a d d "   ] (   t h i s ,   c l a s s N a m e s   ) ; 
 	 } , 
 
 	 r e m o v e :   f u n c t i o n (   s e l e c t o r   )   { 
 	 	 i f   (   ! s e l e c t o r   | |   j Q u e r y . f i l t e r (   s e l e c t o r ,   [   t h i s   ]   ) . r . l e n g t h   )   { 
 	 	 	 / /   P r e v e n t   m e m o r y   l e a k s 
 	 	 	 j Q u e r y (   " * " ,   t h i s   ) . a d d ( t h i s ) . e a c h ( f u n c t i o n ( ) { 
 	 	 	 	 j Q u e r y . e v e n t . r e m o v e ( t h i s ) ; 
 	 	 	 	 j Q u e r y . r e m o v e D a t a ( t h i s ) ; 
 	 	 	 } ) ; 
 	 	 	 i f   ( t h i s . p a r e n t N o d e ) 
 	 	 	 	 t h i s . p a r e n t N o d e . r e m o v e C h i l d (   t h i s   ) ; 
 	 	 } 
 	 } , 
 
 	 e m p t y :   f u n c t i o n ( )   { 
 	 	 / /   R e m o v e   e l e m e n t   n o d e s   a n d   p r e v e n t   m e m o r y   l e a k s 
 	 	 j Q u e r y (   " > * " ,   t h i s   ) . r e m o v e ( ) ; 
 
 	 	 / /   R e m o v e   a n y   r e m a i n i n g   n o d e s 
 	 	 w h i l e   (   t h i s . f i r s t C h i l d   ) 
 	 	 	 t h i s . r e m o v e C h i l d (   t h i s . f i r s t C h i l d   ) ; 
 	 } 
 } ,   f u n c t i o n ( n a m e ,   f n ) { 
 	 j Q u e r y . f n [   n a m e   ]   =   f u n c t i o n ( ) { 
 	 	 r e t u r n   t h i s . e a c h (   f n ,   a r g u m e n t s   ) ; 
 	 } ; 
 } ) ; 
 
 j Q u e r y . e a c h ( [   " H e i g h t " ,   " W i d t h "   ] ,   f u n c t i o n ( i ,   n a m e ) { 
 	 v a r   t y p e   =   n a m e . t o L o w e r C a s e ( ) ; 
 
 	 j Q u e r y . f n [   t y p e   ]   =   f u n c t i o n (   s i z e   )   { 
 	 	 / /   G e t   w i n d o w   w i d t h   o r   h e i g h t 
 	 	 r e t u r n   t h i s [ 0 ]   = =   w i n d o w   ? 
 	 	 	 / /   O p e r a   r e p o r t s   d o c u m e n t . b o d y . c l i e n t [ W i d t h / H e i g h t ]   p r o p e r l y   i n   b o t h   q u i r k s   a n d   s t a n d a r d s 
 	 	 	 j Q u e r y . b r o w s e r . o p e r a   & &   d o c u m e n t . b o d y [   " c l i e n t "   +   n a m e   ]   | | 
 
 	 	 	 / /   S a f a r i   r e p o r t s   i n n e r [ W i d t h / H e i g h t ]   j u s t   f i n e   ( M o z i l l a   a n d   O p e r a   i n c l u d e   s c r o l l   b a r   w i d t h s ) 
 	 	 	 j Q u e r y . b r o w s e r . s a f a r i   & &   w i n d o w [   " i n n e r "   +   n a m e   ]   | | 
 
 	 	 	 / /   E v e r y o n e   e l s e   u s e   d o c u m e n t . d o c u m e n t E l e m e n t   o r   d o c u m e n t . b o d y   d e p e n d i n g   o n   Q u i r k s   v s   S t a n d a r d s   m o d e 
 	 	 	 d o c u m e n t . c o m p a t M o d e   = =   " C S S 1 C o m p a t "   & &   d o c u m e n t . d o c u m e n t E l e m e n t [   " c l i e n t "   +   n a m e   ]   | |   d o c u m e n t . b o d y [   " c l i e n t "   +   n a m e   ]   : 
 
 	 	 	 / /   G e t   d o c u m e n t   w i d t h   o r   h e i g h t 
 	 	 	 t h i s [ 0 ]   = =   d o c u m e n t   ? 
 	 	 	 	 / /   E i t h e r   s c r o l l [ W i d t h / H e i g h t ]   o r   o f f s e t [ W i d t h / H e i g h t ] ,   w h i c h e v e r   i s   g r e a t e r 
 	 	 	 	 M a t h . m a x ( 
 	 	 	 	 	 M a t h . m a x ( d o c u m e n t . b o d y [ " s c r o l l "   +   n a m e ] ,   d o c u m e n t . d o c u m e n t E l e m e n t [ " s c r o l l "   +   n a m e ] ) , 
 	 	 	 	 	 M a t h . m a x ( d o c u m e n t . b o d y [ " o f f s e t "   +   n a m e ] ,   d o c u m e n t . d o c u m e n t E l e m e n t [ " o f f s e t "   +   n a m e ] ) 
 	 	 	 	 )   : 
 
 	 	 	 	 / /   G e t   o r   s e t   w i d t h   o r   h e i g h t   o n   t h e   e l e m e n t 
 	 	 	 	 s i z e   = =   u n d e f i n e d   ? 
 	 	 	 	 	 / /   G e t   w i d t h   o r   h e i g h t   o n   t h e   e l e m e n t 
 	 	 	 	 	 ( t h i s . l e n g t h   ?   j Q u e r y . c s s (   t h i s [ 0 ] ,   t y p e   )   :   n u l l )   : 
 
 	 	 	 	 	 / /   S e t   t h e   w i d t h   o r   h e i g h t   o n   t h e   e l e m e n t   ( d e f a u l t   t o   p i x e l s   i f   v a l u e   i s   u n i t l e s s ) 
 	 	 	 	 	 t h i s . c s s (   t y p e ,   s i z e . c o n s t r u c t o r   = =   S t r i n g   ?   s i z e   :   s i z e   +   " p x "   ) ; 
 	 } ; 
 } ) ; 
 
 / /   H e l p e r   f u n c t i o n   u s e d   b y   t h e   d i m e n s i o n s   a n d   o f f s e t   m o d u l e s 
 f u n c t i o n   n u m ( e l e m ,   p r o p )   { 
 	 r e t u r n   e l e m [ 0 ]   & &   p a r s e I n t (   j Q u e r y . c u r C S S ( e l e m [ 0 ] ,   p r o p ,   t r u e ) ,   1 0   )   | |   0 ; 
 } v a r   c h a r s   =   j Q u e r y . b r o w s e r . s a f a r i   & &   p a r s e I n t ( j Q u e r y . b r o w s e r . v e r s i o n )   <   4 1 7   ? 
 	 	 " ( ? : [ \ \ w * _ - ] | \ \ \ \ . ) "   : 
 	 	 " ( ? : [ \ \ w \ u 0 1 2 8 - \ u F F F F * _ - ] | \ \ \ \ . ) " , 
 	 q u i c k C h i l d   =   n e w   R e g E x p ( " ^ > \ \ s * ( "   +   c h a r s   +   " + ) " ) , 
 	 q u i c k I D   =   n e w   R e g E x p ( " ^ ( "   +   c h a r s   +   " + ) ( # ) ( "   +   c h a r s   +   " + ) " ) , 
 	 q u i c k C l a s s   =   n e w   R e g E x p ( " ^ ( [ # . ] ? ) ( "   +   c h a r s   +   " * ) " ) ; 
 
 j Q u e r y . e x t e n d ( { 
 	 e x p r :   { 
 	 	 " " :   f u n c t i o n ( a , i , m ) { r e t u r n   m [ 2 ] = = " * " | | j Q u e r y . n o d e N a m e ( a , m [ 2 ] ) ; } , 
 	 	 " # " :   f u n c t i o n ( a , i , m ) { r e t u r n   a . g e t A t t r i b u t e ( " i d " ) = = m [ 2 ] ; } , 
 	 	 " : " :   { 
 	 	 	 / /   P o s i t i o n   C h e c k s 
 	 	 	 l t :   f u n c t i o n ( a , i , m ) { r e t u r n   i < m [ 3 ] - 0 ; } , 
 	 	 	 g t :   f u n c t i o n ( a , i , m ) { r e t u r n   i > m [ 3 ] - 0 ; } , 
 	 	 	 n t h :   f u n c t i o n ( a , i , m ) { r e t u r n   m [ 3 ] - 0 = = i ; } , 
 	 	 	 e q :   f u n c t i o n ( a , i , m ) { r e t u r n   m [ 3 ] - 0 = = i ; } , 
 	 	 	 f i r s t :   f u n c t i o n ( a , i ) { r e t u r n   i = = 0 ; } , 
 	 	 	 l a s t :   f u n c t i o n ( a , i , m , r ) { r e t u r n   i = = r . l e n g t h - 1 ; } , 
 	 	 	 e v e n :   f u n c t i o n ( a , i ) { r e t u r n   i % 2 = = 0 ; } , 
 	 	 	 o d d :   f u n c t i o n ( a , i ) { r e t u r n   i % 2 ; } , 
 
 	 	 	 / /   C h i l d   C h e c k s 
 	 	 	 " f i r s t - c h i l d " :   f u n c t i o n ( a ) { r e t u r n   a . p a r e n t N o d e . g e t E l e m e n t s B y T a g N a m e ( " * " ) [ 0 ] = = a ; } , 
 	 	 	 " l a s t - c h i l d " :   f u n c t i o n ( a ) { r e t u r n   j Q u e r y . n t h ( a . p a r e n t N o d e . l a s t C h i l d , 1 , " p r e v i o u s S i b l i n g " ) = = a ; } , 
 	 	 	 " o n l y - c h i l d " :   f u n c t i o n ( a ) { r e t u r n   ! j Q u e r y . n t h ( a . p a r e n t N o d e . l a s t C h i l d , 2 , " p r e v i o u s S i b l i n g " ) ; } , 
 
 	 	 	 / /   P a r e n t   C h e c k s 
 	 	 	 p a r e n t :   f u n c t i o n ( a ) { r e t u r n   a . f i r s t C h i l d ; } , 
 	 	 	 e m p t y :   f u n c t i o n ( a ) { r e t u r n   ! a . f i r s t C h i l d ; } , 
 
 	 	 	 / /   T e x t   C h e c k 
 	 	 	 c o n t a i n s :   f u n c t i o n ( a , i , m ) { r e t u r n   ( a . t e x t C o n t e n t | | a . i n n e r T e x t | | j Q u e r y ( a ) . t e x t ( ) | | " " ) . i n d e x O f ( m [ 3 ] ) > = 0 ; } , 
 
 	 	 	 / /   V i s i b i l i t y 
 	 	 	 v i s i b l e :   f u n c t i o n ( a ) { r e t u r n   " h i d d e n " ! = a . t y p e & & j Q u e r y . c s s ( a , " d i s p l a y " ) ! = " n o n e " & & j Q u e r y . c s s ( a , " v i s i b i l i t y " ) ! = " h i d d e n " ; } , 
 	 	 	 h i d d e n :   f u n c t i o n ( a ) { r e t u r n   " h i d d e n " = = a . t y p e | | j Q u e r y . c s s ( a , " d i s p l a y " ) = = " n o n e " | | j Q u e r y . c s s ( a , " v i s i b i l i t y " ) = = " h i d d e n " ; } , 
 
 	 	 	 / /   F o r m   a t t r i b u t e s 
 	 	 	 e n a b l e d :   f u n c t i o n ( a ) { r e t u r n   ! a . d i s a b l e d ; } , 
 	 	 	 d i s a b l e d :   f u n c t i o n ( a ) { r e t u r n   a . d i s a b l e d ; } , 
 	 	 	 c h e c k e d :   f u n c t i o n ( a ) { r e t u r n   a . c h e c k e d ; } , 
 	 	 	 s e l e c t e d :   f u n c t i o n ( a ) { r e t u r n   a . s e l e c t e d | | j Q u e r y . a t t r ( a , " s e l e c t e d " ) ; } , 
 
 	 	 	 / /   F o r m   e l e m e n t s 
 	 	 	 t e x t :   f u n c t i o n ( a ) { r e t u r n   " t e x t " = = a . t y p e ; } , 
 	 	 	 r a d i o :   f u n c t i o n ( a ) { r e t u r n   " r a d i o " = = a . t y p e ; } , 
 	 	 	 c h e c k b o x :   f u n c t i o n ( a ) { r e t u r n   " c h e c k b o x " = = a . t y p e ; } , 
 	 	 	 f i l e :   f u n c t i o n ( a ) { r e t u r n   " f i l e " = = a . t y p e ; } , 
 	 	 	 p a s s w o r d :   f u n c t i o n ( a ) { r e t u r n   " p a s s w o r d " = = a . t y p e ; } , 
 	 	 	 s u b m i t :   f u n c t i o n ( a ) { r e t u r n   " s u b m i t " = = a . t y p e ; } , 
 	 	 	 i m a g e :   f u n c t i o n ( a ) { r e t u r n   " i m a g e " = = a . t y p e ; } , 
 	 	 	 r e s e t :   f u n c t i o n ( a ) { r e t u r n   " r e s e t " = = a . t y p e ; } , 
 	 	 	 b u t t o n :   f u n c t i o n ( a ) { r e t u r n   " b u t t o n " = = a . t y p e | | j Q u e r y . n o d e N a m e ( a , " b u t t o n " ) ; } , 
 	 	 	 i n p u t :   f u n c t i o n ( a ) { r e t u r n   / i n p u t | s e l e c t | t e x t a r e a | b u t t o n / i . t e s t ( a . n o d e N a m e ) ; } , 
 
 	 	 	 / /   : h a s ( ) 
 	 	 	 h a s :   f u n c t i o n ( a , i , m ) { r e t u r n   j Q u e r y . f i n d ( m [ 3 ] , a ) . l e n g t h ; } , 
 
 	 	 	 / /   : h e a d e r 
 	 	 	 h e a d e r :   f u n c t i o n ( a ) { r e t u r n   / h \ d / i . t e s t ( a . n o d e N a m e ) ; } , 
 
 	 	 	 / /   : a n i m a t e d 
 	 	 	 a n i m a t e d :   f u n c t i o n ( a ) { r e t u r n   j Q u e r y . g r e p ( j Q u e r y . t i m e r s , f u n c t i o n ( f n ) { r e t u r n   a = = f n . e l e m ; } ) . l e n g t h ; } 
 	 	 } 
 	 } , 
 
 	 / /   T h e   r e g u l a r   e x p r e s s i o n s   t h a t   p o w e r   t h e   p a r s i n g   e n g i n e 
 	 p a r s e :   [ 
 	 	 / /   M a t c h :   [ @ v a l u e = ' t e s t ' ] ,   [ @ f o o ] 
 	 	 / ^ ( \ [ )   * @ ? ( [ \ w - ] + )   * ( [ ! * $ ^ ~ = ] * )   * ( ' ? " ? ) ( . * ? ) \ 4   * \ ] / , 
 
 	 	 / /   M a t c h :   : c o n t a i n s ( ' f o o ' ) 
 	 	 / ^ ( : ) ( [ \ w - ] + ) \ ( " ? ' ? ( . * ? ( \ ( . * ? \ ) ) ? [ ^ ( ] * ? ) " ? ' ? \ ) / , 
 
 	 	 / /   M a t c h :   : e v e n ,   : l a s t - c h i l d ,   # i d ,   . c l a s s 
 	 	 n e w   R e g E x p ( " ^ ( [ : . # ] * ) ( "   +   c h a r s   +   " + ) " ) 
 	 ] , 
 
 	 m u l t i F i l t e r :   f u n c t i o n (   e x p r ,   e l e m s ,   n o t   )   { 
 	 	 v a r   o l d ,   c u r   =   [ ] ; 
 
 	 	 w h i l e   (   e x p r   & &   e x p r   ! =   o l d   )   { 
 	 	 	 o l d   =   e x p r ; 
 	 	 	 v a r   f   =   j Q u e r y . f i l t e r (   e x p r ,   e l e m s ,   n o t   ) ; 
 	 	 	 e x p r   =   f . t . r e p l a c e ( / ^ \ s * , \ s * / ,   " "   ) ; 
 	 	 	 c u r   =   n o t   ?   e l e m s   =   f . r   :   j Q u e r y . m e r g e (   c u r ,   f . r   ) ; 
 	 	 } 
 
 	 	 r e t u r n   c u r ; 
 	 } , 
 
 	 f i n d :   f u n c t i o n (   t ,   c o n t e x t   )   { 
 	 	 / /   Q u i c k l y   h a n d l e   n o n - s t r i n g   e x p r e s s i o n s 
 	 	 i f   (   t y p e o f   t   ! =   " s t r i n g "   ) 
 	 	 	 r e t u r n   [   t   ] ; 
 
 	 	 / /   c h e c k   t o   m a k e   s u r e   c o n t e x t   i s   a   D O M   e l e m e n t   o r   a   d o c u m e n t 
 	 	 i f   (   c o n t e x t   & &   c o n t e x t . n o d e T y p e   ! =   1   & &   c o n t e x t . n o d e T y p e   ! =   9 ) 
 	 	 	 r e t u r n   [   ] ; 
 
 	 	 / /   S e t   t h e   c o r r e c t   c o n t e x t   ( i f   n o n e   i s   p r o v i d e d ) 
 	 	 c o n t e x t   =   c o n t e x t   | |   d o c u m e n t ; 
 
 	 	 / /   I n i t i a l i z e   t h e   s e a r c h 
 	 	 v a r   r e t   =   [ c o n t e x t ] ,   d o n e   =   [ ] ,   l a s t ,   n o d e N a m e ; 
 
 	 	 / /   C o n t i n u e   w h i l e   a   s e l e c t o r   e x p r e s s i o n   e x i s t s ,   a n d   w h i l e 
 	 	 / /   w e ' r e   n o   l o n g e r   l o o p i n g   u p o n   o u r s e l v e s 
 	 	 w h i l e   (   t   & &   l a s t   ! =   t   )   { 
 	 	 	 v a r   r   =   [ ] ; 
 	 	 	 l a s t   =   t ; 
 
 	 	 	 t   =   j Q u e r y . t r i m ( t ) ; 
 
 	 	 	 v a r   f o u n d T o k e n   =   f a l s e , 
 
 	 	 	 / /   A n   a t t e m p t   a t   s p e e d i n g   u p   c h i l d   s e l e c t o r s   t h a t 
 	 	 	 / /   p o i n t   t o   a   s p e c i f i c   e l e m e n t   t a g 
 	 	 	 	 r e   =   q u i c k C h i l d , 
 
 	 	 	 	 m   =   r e . e x e c ( t ) ; 
 
 	 	 	 i f   (   m   )   { 
 	 	 	 	 n o d e N a m e   =   m [ 1 ] . t o U p p e r C a s e ( ) ; 
 
 	 	 	 	 / /   P e r f o r m   o u r   o w n   i t e r a t i o n   a n d   f i l t e r 
 	 	 	 	 f o r   (   v a r   i   =   0 ;   r e t [ i ] ;   i + +   ) 
 	 	 	 	 	 f o r   (   v a r   c   =   r e t [ i ] . f i r s t C h i l d ;   c ;   c   =   c . n e x t S i b l i n g   ) 
 	 	 	 	 	 	 i f   (   c . n o d e T y p e   = =   1   & &   ( n o d e N a m e   = =   " * "   | |   c . n o d e N a m e . t o U p p e r C a s e ( )   = =   n o d e N a m e )   ) 
 	 	 	 	 	 	 	 r . p u s h (   c   ) ; 
 
 	 	 	 	 r e t   =   r ; 
 	 	 	 	 t   =   t . r e p l a c e (   r e ,   " "   ) ; 
 	 	 	 	 i f   (   t . i n d e x O f ( "   " )   = =   0   )   c o n t i n u e ; 
 	 	 	 	 f o u n d T o k e n   =   t r u e ; 
 	 	 	 }   e l s e   { 
 	 	 	 	 r e   =   / ^ ( [ > + ~ ] ) \ s * ( \ w * ) / i ; 
 
 	 	 	 	 i f   (   ( m   =   r e . e x e c ( t ) )   ! =   n u l l   )   { 
 	 	 	 	 	 r   =   [ ] ; 
 
 	 	 	 	 	 v a r   m e r g e   =   { } ; 
 	 	 	 	 	 n o d e N a m e   =   m [ 2 ] . t o U p p e r C a s e ( ) ; 
 	 	 	 	 	 m   =   m [ 1 ] ; 
 
 	 	 	 	 	 f o r   (   v a r   j   =   0 ,   r l   =   r e t . l e n g t h ;   j   <   r l ;   j + +   )   { 
 	 	 	 	 	 	 v a r   n   =   m   = =   " ~ "   | |   m   = =   " + "   ?   r e t [ j ] . n e x t S i b l i n g   :   r e t [ j ] . f i r s t C h i l d ; 
 	 	 	 	 	 	 f o r   (   ;   n ;   n   =   n . n e x t S i b l i n g   ) 
 	 	 	 	 	 	 	 i f   (   n . n o d e T y p e   = =   1   )   { 
 	 	 	 	 	 	 	 	 v a r   i d   =   j Q u e r y . d a t a ( n ) ; 
 
 	 	 	 	 	 	 	 	 i f   (   m   = =   " ~ "   & &   m e r g e [ i d ]   )   b r e a k ; 
 
 	 	 	 	 	 	 	 	 i f   ( ! n o d e N a m e   | |   n . n o d e N a m e . t o U p p e r C a s e ( )   = =   n o d e N a m e   )   { 
 	 	 	 	 	 	 	 	 	 i f   (   m   = =   " ~ "   )   m e r g e [ i d ]   =   t r u e ; 
 	 	 	 	 	 	 	 	 	 r . p u s h (   n   ) ; 
 	 	 	 	 	 	 	 	 } 
 
 	 	 	 	 	 	 	 	 i f   (   m   = =   " + "   )   b r e a k ; 
 	 	 	 	 	 	 	 } 
 	 	 	 	 	 } 
 
 	 	 	 	 	 r e t   =   r ; 
 
 	 	 	 	 	 / /   A n d   r e m o v e   t h e   t o k e n 
 	 	 	 	 	 t   =   j Q u e r y . t r i m (   t . r e p l a c e (   r e ,   " "   )   ) ; 
 	 	 	 	 	 f o u n d T o k e n   =   t r u e ; 
 	 	 	 	 } 
 	 	 	 } 
 
 	 	 	 / /   S e e   i f   t h e r e ' s   s t i l l   a n   e x p r e s s i o n ,   a n d   t h a t   w e   h a v e n ' t   a l r e a d y 
 	 	 	 / /   m a t c h e d   a   t o k e n 
 	 	 	 i f   (   t   & &   ! f o u n d T o k e n   )   { 
 	 	 	 	 / /   H a n d l e   m u l t i p l e   e x p r e s s i o n s 
 	 	 	 	 i f   (   ! t . i n d e x O f ( " , " )   )   { 
 	 	 	 	 	 / /   C l e a n   t h e   r e s u l t   s e t 
 	 	 	 	 	 i f   (   c o n t e x t   = =   r e t [ 0 ]   )   r e t . s h i f t ( ) ; 
 
 	 	 	 	 	 / /   M e r g e   t h e   r e s u l t   s e t s 
 	 	 	 	 	 d o n e   =   j Q u e r y . m e r g e (   d o n e ,   r e t   ) ; 
 
 	 	 	 	 	 / /   R e s e t   t h e   c o n t e x t 
 	 	 	 	 	 r   =   r e t   =   [ c o n t e x t ] ; 
 
 	 	 	 	 	 / /   T o u c h   u p   t h e   s e l e c t o r   s t r i n g 
 	 	 	 	 	 t   =   "   "   +   t . s u b s t r ( 1 , t . l e n g t h ) ; 
 
 	 	 	 	 }   e l s e   { 
 	 	 	 	 	 / /   O p t i m i z e   f o r   t h e   c a s e   n o d e N a m e # i d N a m e 
 	 	 	 	 	 v a r   r e 2   =   q u i c k I D ; 
 	 	 	 	 	 v a r   m   =   r e 2 . e x e c ( t ) ; 
 
 	 	 	 	 	 / /   R e - o r g a n i z e   t h e   r e s u l t s ,   s o   t h a t   t h e y ' r e   c o n s i s t e n t 
 	 	 	 	 	 i f   (   m   )   { 
 	 	 	 	 	 	 m   =   [   0 ,   m [ 2 ] ,   m [ 3 ] ,   m [ 1 ]   ] ; 
 
 	 	 	 	 	 }   e l s e   { 
 	 	 	 	 	 	 / /   O t h e r w i s e ,   d o   a   t r a d i t i o n a l   f i l t e r   c h e c k   f o r 
 	 	 	 	 	 	 / /   I D ,   c l a s s ,   a n d   e l e m e n t   s e l e c t o r s 
 	 	 	 	 	 	 r e 2   =   q u i c k C l a s s ; 
 	 	 	 	 	 	 m   =   r e 2 . e x e c ( t ) ; 
 	 	 	 	 	 } 
 
 	 	 	 	 	 m [ 2 ]   =   m [ 2 ] . r e p l a c e ( / \ \ / g ,   " " ) ; 
 
 	 	 	 	 	 v a r   e l e m   =   r e t [ r e t . l e n g t h - 1 ] ; 
 
 	 	 	 	 	 / /   T r y   t o   d o   a   g l o b a l   s e a r c h   b y   I D ,   w h e r e   w e   c a n 
 	 	 	 	 	 i f   (   m [ 1 ]   = =   " # "   & &   e l e m   & &   e l e m . g e t E l e m e n t B y I d   & &   ! j Q u e r y . i s X M L D o c ( e l e m )   )   { 
 	 	 	 	 	 	 / /   O p t i m i z a t i o n   f o r   H T M L   d o c u m e n t   c a s e 
 	 	 	 	 	 	 v a r   o i d   =   e l e m . g e t E l e m e n t B y I d ( m [ 2 ] ) ; 
 
 	 	 	 	 	 	 / /   D o   a   q u i c k   c h e c k   f o r   t h e   e x i s t e n c e   o f   t h e   a c t u a l   I D   a t t r i b u t e 
 	 	 	 	 	 	 / /   t o   a v o i d   s e l e c t i n g   b y   t h e   n a m e   a t t r i b u t e   i n   I E 
 	 	 	 	 	 	 / /   a l s o   c h e c k   t o   i n s u r e   i d   i s   a   s t r i n g   t o   a v o i d   s e l e c t i n g   a n   e l e m e n t   w i t h   t h e   n a m e   o f   ' i d '   i n s i d e   a   f o r m 
 	 	 	 	 	 	 i f   (   ( j Q u e r y . b r o w s e r . m s i e | | j Q u e r y . b r o w s e r . o p e r a )   & &   o i d   & &   t y p e o f   o i d . i d   = =   " s t r i n g "   & &   o i d . i d   ! =   m [ 2 ]   ) 
 	 	 	 	 	 	 	 o i d   =   j Q u e r y ( ' [ @ i d = " ' + m [ 2 ] + ' " ] ' ,   e l e m ) [ 0 ] ; 
 
 	 	 	 	 	 	 / /   D o   a   q u i c k   c h e c k   f o r   n o d e   n a m e   ( w h e r e   a p p l i c a b l e )   s o 
 	 	 	 	 	 	 / /   t h a t   d i v # f o o   s e a r c h e s   w i l l   b e   r e a l l y   f a s t 
 	 	 	 	 	 	 r e t   =   r   =   o i d   & &   ( ! m [ 3 ]   | |   j Q u e r y . n o d e N a m e ( o i d ,   m [ 3 ] ) )   ?   [ o i d ]   :   [ ] ; 
 	 	 	 	 	 }   e l s e   { 
 	 	 	 	 	 	 / /   W e   n e e d   t o   f i n d   a l l   d e s c e n d a n t   e l e m e n t s 
 	 	 	 	 	 	 f o r   (   v a r   i   =   0 ;   r e t [ i ] ;   i + +   )   { 
 	 	 	 	 	 	 	 / /   G r a b   t h e   t a g   n a m e   b e i n g   s e a r c h e d   f o r 
 	 	 	 	 	 	 	 v a r   t a g   =   m [ 1 ]   = =   " # "   & &   m [ 3 ]   ?   m [ 3 ]   :   m [ 1 ]   ! =   " "   | |   m [ 0 ]   = =   " "   ?   " * "   :   m [ 2 ] ; 
 
 	 	 	 	 	 	 	 / /   H a n d l e   I E 7   b e i n g   r e a l l y   d u m b   a b o u t   < o b j e c t > s 
 	 	 	 	 	 	 	 i f   (   t a g   = =   " * "   & &   r e t [ i ] . n o d e N a m e . t o L o w e r C a s e ( )   = =   " o b j e c t "   ) 
 	 	 	 	 	 	 	 	 t a g   =   " p a r a m " ; 
 
 	 	 	 	 	 	 	 r   =   j Q u e r y . m e r g e (   r ,   r e t [ i ] . g e t E l e m e n t s B y T a g N a m e (   t a g   ) ) ; 
 	 	 	 	 	 	 } 
 
 	 	 	 	 	 	 / /   I t ' s   f a s t e r   t o   f i l t e r   b y   c l a s s   a n d   b e   d o n e   w i t h   i t 
 	 	 	 	 	 	 i f   (   m [ 1 ]   = =   " . "   ) 
 	 	 	 	 	 	 	 r   =   j Q u e r y . c l a s s F i l t e r (   r ,   m [ 2 ]   ) ; 
 
 	 	 	 	 	 	 / /   S a m e   w i t h   I D   f i l t e r i n g 
 	 	 	 	 	 	 i f   (   m [ 1 ]   = =   " # "   )   { 
 	 	 	 	 	 	 	 v a r   t m p   =   [ ] ; 
 
 	 	 	 	 	 	 	 / /   T r y   t o   f i n d   t h e   e l e m e n t   w i t h   t h e   I D 
 	 	 	 	 	 	 	 f o r   (   v a r   i   =   0 ;   r [ i ] ;   i + +   ) 
 	 	 	 	 	 	 	 	 i f   (   r [ i ] . g e t A t t r i b u t e ( " i d " )   = =   m [ 2 ]   )   { 
 	 	 	 	 	 	 	 	 	 t m p   =   [   r [ i ]   ] ; 
 	 	 	 	 	 	 	 	 	 b r e a k ; 
 	 	 	 	 	 	 	 	 } 
 
 	 	 	 	 	 	 	 r   =   t m p ; 
 	 	 	 	 	 	 } 
 
 	 	 	 	 	 	 r e t   =   r ; 
 	 	 	 	 	 } 
 
 	 	 	 	 	 t   =   t . r e p l a c e (   r e 2 ,   " "   ) ; 
 	 	 	 	 } 
 
 	 	 	 } 
 
 	 	 	 / /   I f   a   s e l e c t o r   s t r i n g   s t i l l   e x i s t s 
 	 	 	 i f   (   t   )   { 
 	 	 	 	 / /   A t t e m p t   t o   f i l t e r   i t 
 	 	 	 	 v a r   v a l   =   j Q u e r y . f i l t e r ( t , r ) ; 
 	 	 	 	 r e t   =   r   =   v a l . r ; 
 	 	 	 	 t   =   j Q u e r y . t r i m ( v a l . t ) ; 
 	 	 	 } 
 	 	 } 
 
 	 	 / /   A n   e r r o r   o c c u r r e d   w i t h   t h e   s e l e c t o r ; 
 	 	 / /   j u s t   r e t u r n   a n   e m p t y   s e t   i n s t e a d 
 	 	 i f   (   t   ) 
 	 	 	 r e t   =   [ ] ; 
 
 	 	 / /   R e m o v e   t h e   r o o t   c o n t e x t 
 	 	 i f   (   r e t   & &   c o n t e x t   = =   r e t [ 0 ]   ) 
 	 	 	 r e t . s h i f t ( ) ; 
 
 	 	 / /   A n d   c o m b i n e   t h e   r e s u l t s 
 	 	 d o n e   =   j Q u e r y . m e r g e (   d o n e ,   r e t   ) ; 
 
 	 	 r e t u r n   d o n e ; 
 	 } , 
 
 	 c l a s s F i l t e r :   f u n c t i o n ( r , m , n o t ) { 
 	 	 m   =   "   "   +   m   +   "   " ; 
 	 	 v a r   t m p   =   [ ] ; 
 	 	 f o r   (   v a r   i   =   0 ;   r [ i ] ;   i + +   )   { 
 	 	 	 v a r   p a s s   =   ( "   "   +   r [ i ] . c l a s s N a m e   +   "   " ) . i n d e x O f (   m   )   > =   0 ; 
 	 	 	 i f   (   ! n o t   & &   p a s s   | |   n o t   & &   ! p a s s   ) 
 	 	 	 	 t m p . p u s h (   r [ i ]   ) ; 
 	 	 } 
 	 	 r e t u r n   t m p ; 
 	 } , 
 
 	 f i l t e r :   f u n c t i o n ( t , r , n o t )   { 
 	 	 v a r   l a s t ; 
 
 	 	 / /   L o o k   f o r   c o m m o n   f i l t e r   e x p r e s s i o n s 
 	 	 w h i l e   (   t   & &   t   ! =   l a s t   )   { 
 	 	 	 l a s t   =   t ; 
 
 	 	 	 v a r   p   =   j Q u e r y . p a r s e ,   m ; 
 
 	 	 	 f o r   (   v a r   i   =   0 ;   p [ i ] ;   i + +   )   { 
 	 	 	 	 m   =   p [ i ] . e x e c (   t   ) ; 
 
 	 	 	 	 i f   (   m   )   { 
 	 	 	 	 	 / /   R e m o v e   w h a t   w e   j u s t   m a t c h e d 
 	 	 	 	 	 t   =   t . s u b s t r i n g (   m [ 0 ] . l e n g t h   ) ; 
 
 	 	 	 	 	 m [ 2 ]   =   m [ 2 ] . r e p l a c e ( / \ \ / g ,   " " ) ; 
 	 	 	 	 	 b r e a k ; 
 	 	 	 	 } 
 	 	 	 } 
 
 	 	 	 i f   (   ! m   ) 
 	 	 	 	 b r e a k ; 
 
 	 	 	 / /   : n o t ( )   i s   a   s p e c i a l   c a s e   t h a t   c a n   b e   o p t i m i z e d   b y 
 	 	 	 / /   k e e p i n g   i t   o u t   o f   t h e   e x p r e s s i o n   l i s t 
 	 	 	 i f   (   m [ 1 ]   = =   " : "   & &   m [ 2 ]   = =   " n o t "   ) 
 	 	 	 	 / /   o p t i m i z e   i f   o n l y   o n e   s e l e c t o r   f o u n d   ( m o s t   c o m m o n   c a s e ) 
 	 	 	 	 r   =   i s S i m p l e . t e s t (   m [ 3 ]   )   ? 
 	 	 	 	 	 j Q u e r y . f i l t e r ( m [ 3 ] ,   r ,   t r u e ) . r   : 
 	 	 	 	 	 j Q u e r y (   r   ) . n o t (   m [ 3 ]   ) ; 
 
 	 	 	 / /   W e   c a n   g e t   a   b i g   s p e e d   b o o s t   b y   f i l t e r i n g   b y   c l a s s   h e r e 
 	 	 	 e l s e   i f   (   m [ 1 ]   = =   " . "   ) 
 	 	 	 	 r   =   j Q u e r y . c l a s s F i l t e r ( r ,   m [ 2 ] ,   n o t ) ; 
 
 	 	 	 e l s e   i f   (   m [ 1 ]   = =   " [ "   )   { 
 	 	 	 	 v a r   t m p   =   [ ] ,   t y p e   =   m [ 3 ] ; 
 
 	 	 	 	 f o r   (   v a r   i   =   0 ,   r l   =   r . l e n g t h ;   i   <   r l ;   i + +   )   { 
 	 	 	 	 	 v a r   a   =   r [ i ] ,   z   =   a [   j Q u e r y . p r o p s [ m [ 2 ] ]   | |   m [ 2 ]   ] ; 
 
 	 	 	 	 	 i f   (   z   = =   n u l l   | |   / h r e f | s r c | s e l e c t e d / . t e s t ( m [ 2 ] )   ) 
 	 	 	 	 	 	 z   =   j Q u e r y . a t t r ( a , m [ 2 ] )   | |   ' ' ; 
 
 	 	 	 	 	 i f   (   ( t y p e   = =   " "   & &   ! ! z   | | 
 	 	 	 	 	 	   t y p e   = =   " = "   & &   z   = =   m [ 5 ]   | | 
 	 	 	 	 	 	   t y p e   = =   " ! = "   & &   z   ! =   m [ 5 ]   | | 
 	 	 	 	 	 	   t y p e   = =   " ^ = "   & &   z   & &   ! z . i n d e x O f ( m [ 5 ] )   | | 
 	 	 	 	 	 	   t y p e   = =   " $ = "   & &   z . s u b s t r ( z . l e n g t h   -   m [ 5 ] . l e n g t h )   = =   m [ 5 ]   | | 
 	 	 	 	 	 	   ( t y p e   = =   " * = "   | |   t y p e   = =   " ~ = " )   & &   z . i n d e x O f ( m [ 5 ] )   > =   0 )   ^   n o t   ) 
 	 	 	 	 	 	 	 t m p . p u s h (   a   ) ; 
 	 	 	 	 } 
 
 	 	 	 	 r   =   t m p ; 
 
 	 	 	 / /   W e   c a n   g e t   a   s p e e d   b o o s t   b y   h a n d l i n g   n t h - c h i l d   h e r e 
 	 	 	 }   e l s e   i f   (   m [ 1 ]   = =   " : "   & &   m [ 2 ]   = =   " n t h - c h i l d "   )   { 
 	 	 	 	 v a r   m e r g e   =   { } ,   t m p   =   [ ] , 
 	 	 	 	 	 / /   p a r s e   e q u a t i o n s   l i k e   ' e v e n ' ,   ' o d d ' ,   ' 5 ' ,   ' 2 n ' ,   ' 3 n + 2 ' ,   ' 4 n - 1 ' ,   ' - n + 6 ' 
 	 	 	 	 	 t e s t   =   / ( - ? ) ( \ d * ) n ( ( ? : \ + | - ) ? \ d * ) / . e x e c ( 
 	 	 	 	 	 	 m [ 3 ]   = =   " e v e n "   & &   " 2 n "   | |   m [ 3 ]   = =   " o d d "   & &   " 2 n + 1 "   | | 
 	 	 	 	 	 	 ! / \ D / . t e s t ( m [ 3 ] )   & &   " 0 n + "   +   m [ 3 ]   | |   m [ 3 ] ) , 
 	 	 	 	 	 / /   c a l c u l a t e   t h e   n u m b e r s   ( f i r s t ) n + ( l a s t )   i n c l u d i n g   i f   t h e y   a r e   n e g a t i v e 
 	 	 	 	 	 f i r s t   =   ( t e s t [ 1 ]   +   ( t e s t [ 2 ]   | |   1 ) )   -   0 ,   l a s t   =   t e s t [ 3 ]   -   0 ; 
 
 	 	 	 	 / /   l o o p   t h r o u g h   a l l   t h e   e l e m e n t s   l e f t   i n   t h e   j Q u e r y   o b j e c t 
 	 	 	 	 f o r   (   v a r   i   =   0 ,   r l   =   r . l e n g t h ;   i   <   r l ;   i + +   )   { 
 	 	 	 	 	 v a r   n o d e   =   r [ i ] ,   p a r e n t N o d e   =   n o d e . p a r e n t N o d e ,   i d   =   j Q u e r y . d a t a ( p a r e n t N o d e ) ; 
 
 	 	 	 	 	 i f   (   ! m e r g e [ i d ]   )   { 
 	 	 	 	 	 	 v a r   c   =   1 ; 
 
 	 	 	 	 	 	 f o r   (   v a r   n   =   p a r e n t N o d e . f i r s t C h i l d ;   n ;   n   =   n . n e x t S i b l i n g   ) 
 	 	 	 	 	 	 	 i f   (   n . n o d e T y p e   = =   1   ) 
 	 	 	 	 	 	 	 	 n . n o d e I n d e x   =   c + + ; 
 
 	 	 	 	 	 	 m e r g e [ i d ]   =   t r u e ; 
 	 	 	 	 	 } 
 
 	 	 	 	 	 v a r   a d d   =   f a l s e ; 
 
 	 	 	 	 	 i f   (   f i r s t   = =   0   )   { 
 	 	 	 	 	 	 i f   (   n o d e . n o d e I n d e x   = =   l a s t   ) 
 	 	 	 	 	 	 	 a d d   =   t r u e ; 
 	 	 	 	 	 }   e l s e   i f   (   ( n o d e . n o d e I n d e x   -   l a s t )   %   f i r s t   = =   0   & &   ( n o d e . n o d e I n d e x   -   l a s t )   /   f i r s t   > =   0   ) 
 	 	 	 	 	 	 a d d   =   t r u e ; 
 
 	 	 	 	 	 i f   (   a d d   ^   n o t   ) 
 	 	 	 	 	 	 t m p . p u s h (   n o d e   ) ; 
 	 	 	 	 } 
 
 	 	 	 	 r   =   t m p ; 
 
 	 	 	 / /   O t h e r w i s e ,   f i n d   t h e   e x p r e s s i o n   t o   e x e c u t e 
 	 	 	 }   e l s e   { 
 	 	 	 	 v a r   f n   =   j Q u e r y . e x p r [   m [ 1 ]   ] ; 
 	 	 	 	 i f   (   t y p e o f   f n   = =   " o b j e c t "   ) 
 	 	 	 	 	 f n   =   f n [   m [ 2 ]   ] ; 
 
 	 	 	 	 i f   (   t y p e o f   f n   = =   " s t r i n g "   ) 
 	 	 	 	 	 f n   =   e v a l ( " f a l s e | | f u n c t i o n ( a , i ) { r e t u r n   "   +   f n   +   " ; } " ) ; 
 
 	 	 	 	 / /   E x e c u t e   i t   a g a i n s t   t h e   c u r r e n t   f i l t e r 
 	 	 	 	 r   =   j Q u e r y . g r e p (   r ,   f u n c t i o n ( e l e m ,   i ) { 
 	 	 	 	 	 r e t u r n   f n ( e l e m ,   i ,   m ,   r ) ; 
 	 	 	 	 } ,   n o t   ) ; 
 	 	 	 } 
 	 	 } 
 
 	 	 / /   R e t u r n   a n   a r r a y   o f   f i l t e r e d   e l e m e n t s   ( r ) 
 	 	 / /   a n d   t h e   m o d i f i e d   e x p r e s s i o n   s t r i n g   ( t ) 
 	 	 r e t u r n   {   r :   r ,   t :   t   } ; 
 	 } , 
 
 	 d i r :   f u n c t i o n (   e l e m ,   d i r   ) { 
 	 	 v a r   m a t c h e d   =   [ ] , 
 	 	 	 c u r   =   e l e m [ d i r ] ; 
 	 	 w h i l e   (   c u r   & &   c u r   ! =   d o c u m e n t   )   { 
 	 	 	 i f   (   c u r . n o d e T y p e   = =   1   ) 
 	 	 	 	 m a t c h e d . p u s h (   c u r   ) ; 
 	 	 	 c u r   =   c u r [ d i r ] ; 
 	 	 } 
 	 	 r e t u r n   m a t c h e d ; 
 	 } , 
 
 	 n t h :   f u n c t i o n ( c u r , r e s u l t , d i r , e l e m ) { 
 	 	 r e s u l t   =   r e s u l t   | |   1 ; 
 	 	 v a r   n u m   =   0 ; 
 
 	 	 f o r   (   ;   c u r ;   c u r   =   c u r [ d i r ]   ) 
 	 	 	 i f   (   c u r . n o d e T y p e   = =   1   & &   + + n u m   = =   r e s u l t   ) 
 	 	 	 	 b r e a k ; 
 
 	 	 r e t u r n   c u r ; 
 	 } , 
 
 	 s i b l i n g :   f u n c t i o n (   n ,   e l e m   )   { 
 	 	 v a r   r   =   [ ] ; 
 
 	 	 f o r   (   ;   n ;   n   =   n . n e x t S i b l i n g   )   { 
 	 	 	 i f   (   n . n o d e T y p e   = =   1   & &   n   ! =   e l e m   ) 
 	 	 	 	 r . p u s h (   n   ) ; 
 	 	 } 
 
 	 	 r e t u r n   r ; 
 	 } 
 } ) ; 
 / * 
   *   A   n u m b e r   o f   h e l p e r   f u n c t i o n s   u s e d   f o r   m a n a g i n g   e v e n t s . 
   *   M a n y   o f   t h e   i d e a s   b e h i n d   t h i s   c o d e   o r i g n a t e d   f r o m 
   *   D e a n   E d w a r d s '   a d d E v e n t   l i b r a r y . 
   * / 
 j Q u e r y . e v e n t   =   { 
 
 	 / /   B i n d   a n   e v e n t   t o   a n   e l e m e n t 
 	 / /   O r i g i n a l   b y   D e a n   E d w a r d s 
 	 a d d :   f u n c t i o n ( e l e m ,   t y p e s ,   h a n d l e r ,   d a t a )   { 
 	 	 i f   (   e l e m . n o d e T y p e   = =   3   | |   e l e m . n o d e T y p e   = =   8   ) 
 	 	 	 r e t u r n ; 
 
 	 	 / /   F o r   w h a t e v e r   r e a s o n ,   I E   h a s   t r o u b l e   p a s s i n g   t h e   w i n d o w   o b j e c t 
 	 	 / /   a r o u n d ,   c a u s i n g   i t   t o   b e   c l o n e d   i n   t h e   p r o c e s s 
 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   & &   e l e m . s e t I n t e r v a l   ) 
 	 	 	 e l e m   =   w i n d o w ; 
 
 	 	 / /   M a k e   s u r e   t h a t   t h e   f u n c t i o n   b e i n g   e x e c u t e d   h a s   a   u n i q u e   I D 
 	 	 i f   (   ! h a n d l e r . g u i d   ) 
 	 	 	 h a n d l e r . g u i d   =   t h i s . g u i d + + ; 
 
 	 	 / /   i f   d a t a   i s   p a s s e d ,   b i n d   t o   h a n d l e r 
 	 	 i f (   d a t a   ! =   u n d e f i n e d   )   { 
 	 	 	 / /   C r e a t e   t e m p o r a r y   f u n c t i o n   p o i n t e r   t o   o r i g i n a l   h a n d l e r 
 	 	 	 v a r   f n   =   h a n d l e r ; 
 
 	 	 	 / /   C r e a t e   u n i q u e   h a n d l e r   f u n c t i o n ,   w r a p p e d   a r o u n d   o r i g i n a l   h a n d l e r 
 	 	 	 h a n d l e r   =   t h i s . p r o x y (   f n ,   f u n c t i o n ( )   { 
 	 	 	 	 / /   P a s s   a r g u m e n t s   a n d   c o n t e x t   t o   o r i g i n a l   h a n d l e r 
 	 	 	 	 r e t u r n   f n . a p p l y ( t h i s ,   a r g u m e n t s ) ; 
 	 	 	 } ) ; 
 
 	 	 	 / /   S t o r e   d a t a   i n   u n i q u e   h a n d l e r 
 	 	 	 h a n d l e r . d a t a   =   d a t a ; 
 	 	 } 
 
 	 	 / /   I n i t   t h e   e l e m e n t ' s   e v e n t   s t r u c t u r e 
 	 	 v a r   e v e n t s   =   j Q u e r y . d a t a ( e l e m ,   " e v e n t s " )   | |   j Q u e r y . d a t a ( e l e m ,   " e v e n t s " ,   { } ) , 
 	 	 	 h a n d l e   =   j Q u e r y . d a t a ( e l e m ,   " h a n d l e " )   | |   j Q u e r y . d a t a ( e l e m ,   " h a n d l e " ,   f u n c t i o n ( ) { 
 	 	 	 	 / /   H a n d l e   t h e   s e c o n d   e v e n t   o f   a   t r i g g e r   a n d   w h e n 
 	 	 	 	 / /   a n   e v e n t   i s   c a l l e d   a f t e r   a   p a g e   h a s   u n l o a d e d 
 	 	 	 	 i f   (   t y p e o f   j Q u e r y   ! =   " u n d e f i n e d "   & &   ! j Q u e r y . e v e n t . t r i g g e r e d   ) 
 	 	 	 	 	 r e t u r n   j Q u e r y . e v e n t . h a n d l e . a p p l y ( a r g u m e n t s . c a l l e e . e l e m ,   a r g u m e n t s ) ; 
 	 	 	 } ) ; 
 	 	 / /   A d d   e l e m   a s   a   p r o p e r t y   o f   t h e   h a n d l e   f u n c t i o n 
 	 	 / /   T h i s   i s   t o   p r e v e n t   a   m e m o r y   l e a k   w i t h   n o n - n a t i v e 
 	 	 / /   e v e n t   i n   I E . 
 	 	 h a n d l e . e l e m   =   e l e m ; 
 
 	 	 / /   H a n d l e   m u l t i p l e   e v e n t s   s e p a r a t e d   b y   a   s p a c e 
 	 	 / /   j Q u e r y ( . . . ) . b i n d ( " m o u s e o v e r   m o u s e o u t " ,   f n ) ; 
 	 	 j Q u e r y . e a c h ( t y p e s . s p l i t ( / \ s + / ) ,   f u n c t i o n ( i n d e x ,   t y p e )   { 
 	 	 	 / /   N a m e s p a c e d   e v e n t   h a n d l e r s 
 	 	 	 v a r   p a r t s   =   t y p e . s p l i t ( " . " ) ; 
 	 	 	 t y p e   =   p a r t s [ 0 ] ; 
 	 	 	 h a n d l e r . t y p e   =   p a r t s [ 1 ] ; 
 
 	 	 	 / /   G e t   t h e   c u r r e n t   l i s t   o f   f u n c t i o n s   b o u n d   t o   t h i s   e v e n t 
 	 	 	 v a r   h a n d l e r s   =   e v e n t s [ t y p e ] ; 
 
 	 	 	 / /   I n i t   t h e   e v e n t   h a n d l e r   q u e u e 
 	 	 	 i f   ( ! h a n d l e r s )   { 
 	 	 	 	 h a n d l e r s   =   e v e n t s [ t y p e ]   =   { } ; 
 
 	 	 	 	 / /   C h e c k   f o r   a   s p e c i a l   e v e n t   h a n d l e r 
 	 	 	 	 / /   O n l y   u s e   a d d E v e n t L i s t e n e r / a t t a c h E v e n t   i f   t h e   s p e c i a l 
 	 	 	 	 / /   e v e n t s   h a n d l e r   r e t u r n s   f a l s e 
 	 	 	 	 i f   (   ! j Q u e r y . e v e n t . s p e c i a l [ t y p e ]   | |   j Q u e r y . e v e n t . s p e c i a l [ t y p e ] . s e t u p . c a l l ( e l e m )   = = =   f a l s e   )   { 
 	 	 	 	 	 / /   B i n d   t h e   g l o b a l   e v e n t   h a n d l e r   t o   t h e   e l e m e n t 
 	 	 	 	 	 i f   ( e l e m . a d d E v e n t L i s t e n e r ) 
 	 	 	 	 	 	 e l e m . a d d E v e n t L i s t e n e r ( t y p e ,   h a n d l e ,   f a l s e ) ; 
 	 	 	 	 	 e l s e   i f   ( e l e m . a t t a c h E v e n t ) 
 	 	 	 	 	 	 e l e m . a t t a c h E v e n t ( " o n "   +   t y p e ,   h a n d l e ) ; 
 	 	 	 	 } 
 	 	 	 } 
 
 	 	 	 / /   A d d   t h e   f u n c t i o n   t o   t h e   e l e m e n t ' s   h a n d l e r   l i s t 
 	 	 	 h a n d l e r s [ h a n d l e r . g u i d ]   =   h a n d l e r ; 
 
 	 	 	 / /   K e e p   t r a c k   o f   w h i c h   e v e n t s   h a v e   b e e n   u s e d ,   f o r   g l o b a l   t r i g g e r i n g 
 	 	 	 j Q u e r y . e v e n t . g l o b a l [ t y p e ]   =   t r u e ; 
 	 	 } ) ; 
 
 	 	 / /   N u l l i f y   e l e m   t o   p r e v e n t   m e m o r y   l e a k s   i n   I E 
 	 	 e l e m   =   n u l l ; 
 	 } , 
 
 	 g u i d :   1 , 
 	 g l o b a l :   { } , 
 
 	 / /   D e t a c h   a n   e v e n t   o r   s e t   o f   e v e n t s   f r o m   a n   e l e m e n t 
 	 r e m o v e :   f u n c t i o n ( e l e m ,   t y p e s ,   h a n d l e r )   { 
 	 	 / /   d o n ' t   d o   e v e n t s   o n   t e x t   a n d   c o m m e n t   n o d e s 
 	 	 i f   (   e l e m . n o d e T y p e   = =   3   | |   e l e m . n o d e T y p e   = =   8   ) 
 	 	 	 r e t u r n ; 
 
 	 	 v a r   e v e n t s   =   j Q u e r y . d a t a ( e l e m ,   " e v e n t s " ) ,   r e t ,   i n d e x ; 
 
 	 	 i f   (   e v e n t s   )   { 
 	 	 	 / /   U n b i n d   a l l   e v e n t s   f o r   t h e   e l e m e n t 
 	 	 	 i f   (   t y p e s   = =   u n d e f i n e d   | |   ( t y p e o f   t y p e s   = =   " s t r i n g "   & &   t y p e s . c h a r A t ( 0 )   = =   " . " )   ) 
 	 	 	 	 f o r   (   v a r   t y p e   i n   e v e n t s   ) 
 	 	 	 	 	 t h i s . r e m o v e (   e l e m ,   t y p e   +   ( t y p e s   | |   " " )   ) ; 
 	 	 	 e l s e   { 
 	 	 	 	 / /   t y p e s   i s   a c t u a l l y   a n   e v e n t   o b j e c t   h e r e 
 	 	 	 	 i f   (   t y p e s . t y p e   )   { 
 	 	 	 	 	 h a n d l e r   =   t y p e s . h a n d l e r ; 
 	 	 	 	 	 t y p e s   =   t y p e s . t y p e ; 
 	 	 	 	 } 
 
 	 	 	 	 / /   H a n d l e   m u l t i p l e   e v e n t s   s e p e r a t e d   b y   a   s p a c e 
 	 	 	 	 / /   j Q u e r y ( . . . ) . u n b i n d ( " m o u s e o v e r   m o u s e o u t " ,   f n ) ; 
 	 	 	 	 j Q u e r y . e a c h ( t y p e s . s p l i t ( / \ s + / ) ,   f u n c t i o n ( i n d e x ,   t y p e ) { 
 	 	 	 	 	 / /   N a m e s p a c e d   e v e n t   h a n d l e r s 
 	 	 	 	 	 v a r   p a r t s   =   t y p e . s p l i t ( " . " ) ; 
 	 	 	 	 	 t y p e   =   p a r t s [ 0 ] ; 
 
 	 	 	 	 	 i f   (   e v e n t s [ t y p e ]   )   { 
 	 	 	 	 	 	 / /   r e m o v e   t h e   g i v e n   h a n d l e r   f o r   t h e   g i v e n   t y p e 
 	 	 	 	 	 	 i f   (   h a n d l e r   ) 
 	 	 	 	 	 	 	 d e l e t e   e v e n t s [ t y p e ] [ h a n d l e r . g u i d ] ; 
 
 	 	 	 	 	 	 / /   r e m o v e   a l l   h a n d l e r s   f o r   t h e   g i v e n   t y p e 
 	 	 	 	 	 	 e l s e 
 	 	 	 	 	 	 	 f o r   (   h a n d l e r   i n   e v e n t s [ t y p e ]   ) 
 	 	 	 	 	 	 	 	 / /   H a n d l e   t h e   r e m o v a l   o f   n a m e s p a c e d   e v e n t s 
 	 	 	 	 	 	 	 	 i f   (   ! p a r t s [ 1 ]   | |   e v e n t s [ t y p e ] [ h a n d l e r ] . t y p e   = =   p a r t s [ 1 ]   ) 
 	 	 	 	 	 	 	 	 	 d e l e t e   e v e n t s [ t y p e ] [ h a n d l e r ] ; 
 
 	 	 	 	 	 	 / /   r e m o v e   g e n e r i c   e v e n t   h a n d l e r   i f   n o   m o r e   h a n d l e r s   e x i s t 
 	 	 	 	 	 	 f o r   (   r e t   i n   e v e n t s [ t y p e ]   )   b r e a k ; 
 	 	 	 	 	 	 i f   (   ! r e t   )   { 
 	 	 	 	 	 	 	 i f   (   ! j Q u e r y . e v e n t . s p e c i a l [ t y p e ]   | |   j Q u e r y . e v e n t . s p e c i a l [ t y p e ] . t e a r d o w n . c a l l ( e l e m )   = = =   f a l s e   )   { 
 	 	 	 	 	 	 	 	 i f   ( e l e m . r e m o v e E v e n t L i s t e n e r ) 
 	 	 	 	 	 	 	 	 	 e l e m . r e m o v e E v e n t L i s t e n e r ( t y p e ,   j Q u e r y . d a t a ( e l e m ,   " h a n d l e " ) ,   f a l s e ) ; 
 	 	 	 	 	 	 	 	 e l s e   i f   ( e l e m . d e t a c h E v e n t ) 
 	 	 	 	 	 	 	 	 	 e l e m . d e t a c h E v e n t ( " o n "   +   t y p e ,   j Q u e r y . d a t a ( e l e m ,   " h a n d l e " ) ) ; 
 	 	 	 	 	 	 	 } 
 	 	 	 	 	 	 	 r e t   =   n u l l ; 
 	 	 	 	 	 	 	 d e l e t e   e v e n t s [ t y p e ] ; 
 	 	 	 	 	 	 } 
 	 	 	 	 	 } 
 	 	 	 	 } ) ; 
 	 	 	 } 
 
 	 	 	 / /   R e m o v e   t h e   e x p a n d o   i f   i t ' s   n o   l o n g e r   u s e d 
 	 	 	 f o r   (   r e t   i n   e v e n t s   )   b r e a k ; 
 	 	 	 i f   (   ! r e t   )   { 
 	 	 	 	 v a r   h a n d l e   =   j Q u e r y . d a t a (   e l e m ,   " h a n d l e "   ) ; 
 	 	 	 	 i f   (   h a n d l e   )   h a n d l e . e l e m   =   n u l l ; 
 	 	 	 	 j Q u e r y . r e m o v e D a t a (   e l e m ,   " e v e n t s "   ) ; 
 	 	 	 	 j Q u e r y . r e m o v e D a t a (   e l e m ,   " h a n d l e "   ) ; 
 	 	 	 } 
 	 	 } 
 	 } , 
 
 	 t r i g g e r :   f u n c t i o n ( t y p e ,   d a t a ,   e l e m ,   d o n a t i v e ,   e x t r a )   { 
 	 	 / /   C l o n e   t h e   i n c o m i n g   d a t a ,   i f   a n y 
 	 	 d a t a   =   j Q u e r y . m a k e A r r a y ( d a t a ) ; 
 
 	 	 i f   (   t y p e . i n d e x O f ( " ! " )   > =   0   )   { 
 	 	 	 t y p e   =   t y p e . s l i c e ( 0 ,   - 1 ) ; 
 	 	 	 v a r   e x c l u s i v e   =   t r u e ; 
 	 	 } 
 
 	 	 / /   H a n d l e   a   g l o b a l   t r i g g e r 
 	 	 i f   (   ! e l e m   )   { 
 	 	 	 / /   O n l y   t r i g g e r   i f   w e ' v e   e v e r   b o u n d   a n   e v e n t   f o r   i t 
 	 	 	 i f   (   t h i s . g l o b a l [ t y p e ]   ) 
 	 	 	 	 j Q u e r y ( " * " ) . a d d ( [ w i n d o w ,   d o c u m e n t ] ) . t r i g g e r ( t y p e ,   d a t a ) ; 
 
 	 	 / /   H a n d l e   t r i g g e r i n g   a   s i n g l e   e l e m e n t 
 	 	 }   e l s e   { 
 	 	 	 / /   d o n ' t   d o   e v e n t s   o n   t e x t   a n d   c o m m e n t   n o d e s 
 	 	 	 i f   (   e l e m . n o d e T y p e   = =   3   | |   e l e m . n o d e T y p e   = =   8   ) 
 	 	 	 	 r e t u r n   u n d e f i n e d ; 
 
 	 	 	 v a r   v a l ,   r e t ,   f n   =   j Q u e r y . i s F u n c t i o n (   e l e m [   t y p e   ]   | |   n u l l   ) , 
 	 	 	 	 / /   C h e c k   t o   s e e   i f   w e   n e e d   t o   p r o v i d e   a   f a k e   e v e n t ,   o r   n o t 
 	 	 	 	 e v e n t   =   ! d a t a [ 0 ]   | |   ! d a t a [ 0 ] . p r e v e n t D e f a u l t ; 
 
 	 	 	 / /   P a s s   a l o n g   a   f a k e   e v e n t 
 	 	 	 i f   (   e v e n t   )   { 
 	 	 	 	 d a t a . u n s h i f t ( { 
 	 	 	 	 	 t y p e :   t y p e , 
 	 	 	 	 	 t a r g e t :   e l e m , 
 	 	 	 	 	 p r e v e n t D e f a u l t :   f u n c t i o n ( ) { } , 
 	 	 	 	 	 s t o p P r o p a g a t i o n :   f u n c t i o n ( ) { } , 
 	 	 	 	 	 t i m e S t a m p :   n o w ( ) 
 	 	 	 	 } ) ; 
 	 	 	 	 d a t a [ 0 ] [ e x p a n d o ]   =   t r u e ;   / /   n o   n e e d   t o   f i x   f a k e   e v e n t 
 	 	 	 } 
 
 	 	 	 / /   E n f o r c e   t h e   r i g h t   t r i g g e r   t y p e 
 	 	 	 d a t a [ 0 ] . t y p e   =   t y p e ; 
 	 	 	 i f   (   e x c l u s i v e   ) 
 	 	 	 	 d a t a [ 0 ] . e x c l u s i v e   =   t r u e ; 
 
 	 	 	 / /   T r i g g e r   t h e   e v e n t ,   i t   i s   a s s u m e d   t h a t   " h a n d l e "   i s   a   f u n c t i o n 
 	 	 	 v a r   h a n d l e   =   j Q u e r y . d a t a ( e l e m ,   " h a n d l e " ) ; 
 	 	 	 i f   (   h a n d l e   ) 
 	 	 	 	 v a l   =   h a n d l e . a p p l y (   e l e m ,   d a t a   ) ; 
 
 	 	 	 / /   H a n d l e   t r i g g e r i n g   n a t i v e   . o n f o o   h a n d l e r s   ( a n d   o n   l i n k s   s i n c e   w e   d o n ' t   c a l l   . c l i c k ( )   f o r   l i n k s ) 
 	 	 	 i f   (   ( ! f n   | |   ( j Q u e r y . n o d e N a m e ( e l e m ,   ' a ' )   & &   t y p e   = =   " c l i c k " ) )   & &   e l e m [ " o n " + t y p e ]   & &   e l e m [ " o n " + t y p e ] . a p p l y (   e l e m ,   d a t a   )   = = =   f a l s e   ) 
 	 	 	 	 v a l   =   f a l s e ; 
 
 	 	 	 / /   E x t r a   f u n c t i o n s   d o n ' t   g e t   t h e   c u s t o m   e v e n t   o b j e c t 
 	 	 	 i f   (   e v e n t   ) 
 	 	 	 	 d a t a . s h i f t ( ) ; 
 
 	 	 	 / /   H a n d l e   t r i g g e r i n g   o f   e x t r a   f u n c t i o n 
 	 	 	 i f   (   e x t r a   & &   j Q u e r y . i s F u n c t i o n (   e x t r a   )   )   { 
 	 	 	 	 / /   c a l l   t h e   e x t r a   f u n c t i o n   a n d   t a c k   t h e   c u r r e n t   r e t u r n   v a l u e   o n   t h e   e n d   f o r   p o s s i b l e   i n s p e c t i o n 
 	 	 	 	 r e t   =   e x t r a . a p p l y (   e l e m ,   v a l   = =   n u l l   ?   d a t a   :   d a t a . c o n c a t (   v a l   )   ) ; 
 	 	 	 	 / /   i f   a n y t h i n g   i s   r e t u r n e d ,   g i v e   i t   p r e c e d e n c e   a n d   h a v e   i t   o v e r w r i t e   t h e   p r e v i o u s   v a l u e 
 	 	 	 	 i f   ( r e t   ! = =   u n d e f i n e d ) 
 	 	 	 	 	 v a l   =   r e t ; 
 	 	 	 } 
 
 	 	 	 / /   T r i g g e r   t h e   n a t i v e   e v e n t s   ( e x c e p t   f o r   c l i c k s   o n   l i n k s ) 
 	 	 	 i f   (   f n   & &   d o n a t i v e   ! = =   f a l s e   & &   v a l   ! = =   f a l s e   & &   ! ( j Q u e r y . n o d e N a m e ( e l e m ,   ' a ' )   & &   t y p e   = =   " c l i c k " )   )   { 
 	 	 	 	 t h i s . t r i g g e r e d   =   t r u e ; 
 	 	 	 	 t r y   { 
 	 	 	 	 	 e l e m [   t y p e   ] ( ) ; 
 	 	 	 	 / /   p r e v e n t   I E   f r o m   t h r o w i n g   a n   e r r o r   f o r   s o m e   h i d d e n   e l e m e n t s 
 	 	 	 	 }   c a t c h   ( e )   { } 
 	 	 	 } 
 
 	 	 	 t h i s . t r i g g e r e d   =   f a l s e ; 
 	 	 } 
 
 	 	 r e t u r n   v a l ; 
 	 } , 
 
 	 h a n d l e :   f u n c t i o n ( e v e n t )   { 
 	 	 / /   r e t u r n e d   u n d e f i n e d   o r   f a l s e 
 	 	 v a r   v a l ,   r e t ,   n a m e s p a c e ,   a l l ,   h a n d l e r s ; 
 
 	 	 e v e n t   =   a r g u m e n t s [ 0 ]   =   j Q u e r y . e v e n t . f i x (   e v e n t   | |   w i n d o w . e v e n t   ) ; 
 
 	 	 / /   N a m e s p a c e d   e v e n t   h a n d l e r s 
 	 	 n a m e s p a c e   =   e v e n t . t y p e . s p l i t ( " . " ) ; 
 	 	 e v e n t . t y p e   =   n a m e s p a c e [ 0 ] ; 
 	 	 n a m e s p a c e   =   n a m e s p a c e [ 1 ] ; 
 	 	 / /   C a c h e   t h i s   n o w ,   a l l   =   t r u e   m e a n s ,   a n y   h a n d l e r 
 	 	 a l l   =   ! n a m e s p a c e   & &   ! e v e n t . e x c l u s i v e ; 
 
 	 	 h a n d l e r s   =   (   j Q u e r y . d a t a ( t h i s ,   " e v e n t s " )   | |   { }   ) [ e v e n t . t y p e ] ; 
 
 	 	 f o r   (   v a r   j   i n   h a n d l e r s   )   { 
 	 	 	 v a r   h a n d l e r   =   h a n d l e r s [ j ] ; 
 
 	 	 	 / /   F i l t e r   t h e   f u n c t i o n s   b y   c l a s s 
 	 	 	 i f   (   a l l   | |   h a n d l e r . t y p e   = =   n a m e s p a c e   )   { 
 	 	 	 	 / /   P a s s   i n   a   r e f e r e n c e   t o   t h e   h a n d l e r   f u n c t i o n   i t s e l f 
 	 	 	 	 / /   S o   t h a t   w e   c a n   l a t e r   r e m o v e   i t 
 	 	 	 	 e v e n t . h a n d l e r   =   h a n d l e r ; 
 	 	 	 	 e v e n t . d a t a   =   h a n d l e r . d a t a ; 
 
 	 	 	 	 r e t   =   h a n d l e r . a p p l y (   t h i s ,   a r g u m e n t s   ) ; 
 
 	 	 	 	 i f   (   v a l   ! = =   f a l s e   ) 
 	 	 	 	 	 v a l   =   r e t ; 
 
 	 	 	 	 i f   (   r e t   = = =   f a l s e   )   { 
 	 	 	 	 	 e v e n t . p r e v e n t D e f a u l t ( ) ; 
 	 	 	 	 	 e v e n t . s t o p P r o p a g a t i o n ( ) ; 
 	 	 	 	 } 
 	 	 	 } 
 	 	 } 
 
 	 	 r e t u r n   v a l ; 
 	 } , 
 
 	 f i x :   f u n c t i o n ( e v e n t )   { 
 	 	 i f   (   e v e n t [ e x p a n d o ]   = =   t r u e   ) 
 	 	 	 r e t u r n   e v e n t ; 
 
 	 	 / /   s t o r e   a   c o p y   o f   t h e   o r i g i n a l   e v e n t   o b j e c t 
 	 	 / /   a n d   " c l o n e "   t o   s e t   r e a d - o n l y   p r o p e r t i e s 
 	 	 v a r   o r i g i n a l E v e n t   =   e v e n t ; 
 	 	 e v e n t   =   {   o r i g i n a l E v e n t :   o r i g i n a l E v e n t   } ; 
 	 	 v a r   p r o p s   =   " a l t K e y   a t t r C h a n g e   a t t r N a m e   b u b b l e s   b u t t o n   c a n c e l a b l e   c h a r C o d e   c l i e n t X   c l i e n t Y   c t r l K e y   c u r r e n t T a r g e t   d a t a   d e t a i l   e v e n t P h a s e   f r o m E l e m e n t   h a n d l e r   k e y C o d e   m e t a K e y   n e w V a l u e   o r i g i n a l T a r g e t   p a g e X   p a g e Y   p r e v V a l u e   r e l a t e d N o d e   r e l a t e d T a r g e t   s c r e e n X   s c r e e n Y   s h i f t K e y   s r c E l e m e n t   t a r g e t   t i m e S t a m p   t o E l e m e n t   t y p e   v i e w   w h e e l D e l t a   w h i c h " . s p l i t ( "   " ) ; 
 	 	 f o r   (   v a r   i = p r o p s . l e n g t h ;   i ;   i - -   ) 
 	 	 	 e v e n t [   p r o p s [ i ]   ]   =   o r i g i n a l E v e n t [   p r o p s [ i ]   ] ; 
 
 	 	 / /   M a r k   i t   a s   f i x e d 
 	 	 e v e n t [ e x p a n d o ]   =   t r u e ; 
 
 	 	 / /   a d d   p r e v e n t D e f a u l t   a n d   s t o p P r o p a g a t i o n   s i n c e 
 	 	 / /   t h e y   w i l l   n o t   w o r k   o n   t h e   c l o n e 
 	 	 e v e n t . p r e v e n t D e f a u l t   =   f u n c t i o n ( )   { 
 	 	 	 / /   i f   p r e v e n t D e f a u l t   e x i s t s   r u n   i t   o n   t h e   o r i g i n a l   e v e n t 
 	 	 	 i f   ( o r i g i n a l E v e n t . p r e v e n t D e f a u l t ) 
 	 	 	 	 o r i g i n a l E v e n t . p r e v e n t D e f a u l t ( ) ; 
 	 	 	 / /   o t h e r w i s e   s e t   t h e   r e t u r n V a l u e   p r o p e r t y   o f   t h e   o r i g i n a l   e v e n t   t o   f a l s e   ( I E ) 
 	 	 	 o r i g i n a l E v e n t . r e t u r n V a l u e   =   f a l s e ; 
 	 	 } ; 
 	 	 e v e n t . s t o p P r o p a g a t i o n   =   f u n c t i o n ( )   { 
 	 	 	 / /   i f   s t o p P r o p a g a t i o n   e x i s t s   r u n   i t   o n   t h e   o r i g i n a l   e v e n t 
 	 	 	 i f   ( o r i g i n a l E v e n t . s t o p P r o p a g a t i o n ) 
 	 	 	 	 o r i g i n a l E v e n t . s t o p P r o p a g a t i o n ( ) ; 
 	 	 	 / /   o t h e r w i s e   s e t   t h e   c a n c e l B u b b l e   p r o p e r t y   o f   t h e   o r i g i n a l   e v e n t   t o   t r u e   ( I E ) 
 	 	 	 o r i g i n a l E v e n t . c a n c e l B u b b l e   =   t r u e ; 
 	 	 } ; 
 
 	 	 / /   F i x   t i m e S t a m p 
 	 	 e v e n t . t i m e S t a m p   =   e v e n t . t i m e S t a m p   | |   n o w ( ) ; 
 
 	 	 / /   F i x   t a r g e t   p r o p e r t y ,   i f   n e c e s s a r y 
 	 	 i f   (   ! e v e n t . t a r g e t   ) 
 	 	 	 e v e n t . t a r g e t   =   e v e n t . s r c E l e m e n t   | |   d o c u m e n t ;   / /   F i x e s   # 1 9 2 5   w h e r e   s r c E l e m e n t   m i g h t   n o t   b e   d e f i n e d   e i t h e r 
 
 	 	 / /   c h e c k   i f   t a r g e t   i s   a   t e x t n o d e   ( s a f a r i ) 
 	 	 i f   (   e v e n t . t a r g e t . n o d e T y p e   = =   3   ) 
 	 	 	 e v e n t . t a r g e t   =   e v e n t . t a r g e t . p a r e n t N o d e ; 
 
 	 	 / /   A d d   r e l a t e d T a r g e t ,   i f   n e c e s s a r y 
 	 	 i f   (   ! e v e n t . r e l a t e d T a r g e t   & &   e v e n t . f r o m E l e m e n t   ) 
 	 	 	 e v e n t . r e l a t e d T a r g e t   =   e v e n t . f r o m E l e m e n t   = =   e v e n t . t a r g e t   ?   e v e n t . t o E l e m e n t   :   e v e n t . f r o m E l e m e n t ; 
 
 	 	 / /   C a l c u l a t e   p a g e X / Y   i f   m i s s i n g   a n d   c l i e n t X / Y   a v a i l a b l e 
 	 	 i f   (   e v e n t . p a g e X   = =   n u l l   & &   e v e n t . c l i e n t X   ! =   n u l l   )   { 
 	 	 	 v a r   d o c   =   d o c u m e n t . d o c u m e n t E l e m e n t ,   b o d y   =   d o c u m e n t . b o d y ; 
 	 	 	 e v e n t . p a g e X   =   e v e n t . c l i e n t X   +   ( d o c   & &   d o c . s c r o l l L e f t   | |   b o d y   & &   b o d y . s c r o l l L e f t   | |   0 )   -   ( d o c . c l i e n t L e f t   | |   0 ) ; 
 	 	 	 e v e n t . p a g e Y   =   e v e n t . c l i e n t Y   +   ( d o c   & &   d o c . s c r o l l T o p   | |   b o d y   & &   b o d y . s c r o l l T o p   | |   0 )   -   ( d o c . c l i e n t T o p   | |   0 ) ; 
 	 	 } 
 
 	 	 / /   A d d   w h i c h   f o r   k e y   e v e n t s 
 	 	 i f   (   ! e v e n t . w h i c h   & &   ( ( e v e n t . c h a r C o d e   | |   e v e n t . c h a r C o d e   = = =   0 )   ?   e v e n t . c h a r C o d e   :   e v e n t . k e y C o d e )   ) 
 	 	 	 e v e n t . w h i c h   =   e v e n t . c h a r C o d e   | |   e v e n t . k e y C o d e ; 
 
 	 	 / /   A d d   m e t a K e y   t o   n o n - M a c   b r o w s e r s   ( u s e   c t r l   f o r   P C ' s   a n d   M e t a   f o r   M a c s ) 
 	 	 i f   (   ! e v e n t . m e t a K e y   & &   e v e n t . c t r l K e y   ) 
 	 	 	 e v e n t . m e t a K e y   =   e v e n t . c t r l K e y ; 
 
 	 	 / /   A d d   w h i c h   f o r   c l i c k :   1   = =   l e f t ;   2   = =   m i d d l e ;   3   = =   r i g h t 
 	 	 / /   N o t e :   b u t t o n   i s   n o t   n o r m a l i z e d ,   s o   d o n ' t   u s e   i t 
 	 	 i f   (   ! e v e n t . w h i c h   & &   e v e n t . b u t t o n   ) 
 	 	 	 e v e n t . w h i c h   =   ( e v e n t . b u t t o n   &   1   ?   1   :   (   e v e n t . b u t t o n   &   2   ?   3   :   (   e v e n t . b u t t o n   &   4   ?   2   :   0   )   ) ) ; 
 
 	 	 r e t u r n   e v e n t ; 
 	 } , 
 
 	 p r o x y :   f u n c t i o n (   f n ,   p r o x y   ) { 
 	 	 / /   S e t   t h e   g u i d   o f   u n i q u e   h a n d l e r   t o   t h e   s a m e   o f   o r i g i n a l   h a n d l e r ,   s o   i t   c a n   b e   r e m o v e d 
 	 	 p r o x y . g u i d   =   f n . g u i d   =   f n . g u i d   | |   p r o x y . g u i d   | |   t h i s . g u i d + + ; 
 	 	 / /   S o   p r o x y   c a n   b e   d e c l a r e d   a s   a n   a r g u m e n t 
 	 	 r e t u r n   p r o x y ; 
 	 } , 
 
 	 s p e c i a l :   { 
 	 	 r e a d y :   { 
 	 	 	 s e t u p :   f u n c t i o n ( )   { 
 	 	 	 	 / /   M a k e   s u r e   t h e   r e a d y   e v e n t   i s   s e t u p 
 	 	 	 	 b i n d R e a d y ( ) ; 
 	 	 	 	 r e t u r n ; 
 	 	 	 } , 
 
 	 	 	 t e a r d o w n :   f u n c t i o n ( )   {   r e t u r n ;   } 
 	 	 } , 
 
 	 	 m o u s e e n t e r :   { 
 	 	 	 s e t u p :   f u n c t i o n ( )   { 
 	 	 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   )   r e t u r n   f a l s e ; 
 	 	 	 	 j Q u e r y ( t h i s ) . b i n d ( " m o u s e o v e r " ,   j Q u e r y . e v e n t . s p e c i a l . m o u s e e n t e r . h a n d l e r ) ; 
 	 	 	 	 r e t u r n   t r u e ; 
 	 	 	 } , 
 
 	 	 	 t e a r d o w n :   f u n c t i o n ( )   { 
 	 	 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   )   r e t u r n   f a l s e ; 
 	 	 	 	 j Q u e r y ( t h i s ) . u n b i n d ( " m o u s e o v e r " ,   j Q u e r y . e v e n t . s p e c i a l . m o u s e e n t e r . h a n d l e r ) ; 
 	 	 	 	 r e t u r n   t r u e ; 
 	 	 	 } , 
 
 	 	 	 h a n d l e r :   f u n c t i o n ( e v e n t )   { 
 	 	 	 	 / /   I f   w e   a c t u a l l y   j u s t   m o u s e d   o n   t o   a   s u b - e l e m e n t ,   i g n o r e   i t 
 	 	 	 	 i f   (   w i t h i n E l e m e n t ( e v e n t ,   t h i s )   )   r e t u r n   t r u e ; 
 	 	 	 	 / /   E x e c u t e   t h e   r i g h t   h a n d l e r s   b y   s e t t i n g   t h e   e v e n t   t y p e   t o   m o u s e e n t e r 
 	 	 	 	 e v e n t . t y p e   =   " m o u s e e n t e r " ; 
 	 	 	 	 r e t u r n   j Q u e r y . e v e n t . h a n d l e . a p p l y ( t h i s ,   a r g u m e n t s ) ; 
 	 	 	 } 
 	 	 } , 
 
 	 	 m o u s e l e a v e :   { 
 	 	 	 s e t u p :   f u n c t i o n ( )   { 
 	 	 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   )   r e t u r n   f a l s e ; 
 	 	 	 	 j Q u e r y ( t h i s ) . b i n d ( " m o u s e o u t " ,   j Q u e r y . e v e n t . s p e c i a l . m o u s e l e a v e . h a n d l e r ) ; 
 	 	 	 	 r e t u r n   t r u e ; 
 	 	 	 } , 
 
 	 	 	 t e a r d o w n :   f u n c t i o n ( )   { 
 	 	 	 	 i f   (   j Q u e r y . b r o w s e r . m s i e   )   r e t u r n   f a l s e ; 
 	 	 	 	 j Q u e r y ( t h i s ) . u n b i n d ( " m o u s e o u t " ,   j Q u e r y . e v e n t . s p e c i a l . m o u s e l e a v e . h a n d l e r ) ; 
 	 	 	 	 r e t u r n   t r u e ; 
 	 	 	 } , 
 
 	 	 	 h a n d l e r :   f u n c t i o n ( e v e n t )   { 
 	 	 	 	 / /   I f   w e   a c t u a l l y   j u s t   m o u s e d   o n   t o   a   s u b - e l e m e n t ,   i g n o r e   i t 
 	 	 	 	 i f   (   w i t h i n E l e m e n t ( e v e n t ,   t h i s )   )   r e t u r n   t r u e ; 
 	 	 	 	 / /   E x e c u t e   t h e   r i g h t   h a n d l e r s   b y   s e t t i n g   t h e   e v e n t   t y p e   t o   m o u s e l e a v e 
 	 	 	 	 e v e n t . t y p e   =   " m o u s e l e a v e " ; 
 	 	 	 	 r e t u r n   j Q u e r y . e v e n t . h a n d l e . a p p l y ( t h i s ,   a r g u m e n t s ) ; 
 	 	 	 } 
 	 	 } 
 	 } 
 } ; 
 
 j Q u e r y . f n . e x t e n d ( { 
 	 b i n d :   f u n c t i o n (   t y p e ,   d a t a ,   f n   )   { 
 	 	 r e t u r n   t y p e   = =   " u n l o a d "   ?   t h i s . o n e ( t y p e ,   d a t a ,   f n )   :   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 j Q u e r y . e v e n t . a d d (   t h i s ,   t y p e ,   f n   | |   d a t a ,   f n   & &   d a t a   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 o n e :   f u n c t i o n (   t y p e ,   d a t a ,   f n   )   { 
 	 	 v a r   o n e   =   j Q u e r y . e v e n t . p r o x y (   f n   | |   d a t a ,   f u n c t i o n ( e v e n t )   { 
 	 	 	 j Q u e r y ( t h i s ) . u n b i n d ( e v e n t ,   o n e ) ; 
 	 	 	 r e t u r n   ( f n   | |   d a t a ) . a p p l y (   t h i s ,   a r g u m e n t s   ) ; 
 	 	 } ) ; 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 j Q u e r y . e v e n t . a d d (   t h i s ,   t y p e ,   o n e ,   f n   & &   d a t a ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 u n b i n d :   f u n c t i o n (   t y p e ,   f n   )   { 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 j Q u e r y . e v e n t . r e m o v e (   t h i s ,   t y p e ,   f n   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 t r i g g e r :   f u n c t i o n (   t y p e ,   d a t a ,   f n   )   { 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 j Q u e r y . e v e n t . t r i g g e r (   t y p e ,   d a t a ,   t h i s ,   t r u e ,   f n   ) ; 
 	 	 } ) ; 
 	 } , 
 
 	 t r i g g e r H a n d l e r :   f u n c t i o n (   t y p e ,   d a t a ,   f n   )   { 
 	 	 r e t u r n   t h i s [ 0 ]   & &   j Q u e r y . e v e n t . t r i g g e r (   t y p e ,   d a t a ,   t h i s [ 0 ] ,   f a l s e ,   f n   ) ; 
 	 } , 
 
 	 t o g g l e :   f u n c t i o n (   f n   )   { 
 	 	 / /   S a v e   r e f e r e n c e   t o   a r g u m e n t s   f o r   a c c e s s   i n   c l o s u r e 
 	 	 v a r   a r g s   =   a r g u m e n t s ,   i   =   1 ; 
 
 	 	 / /   l i n k   a l l   t h e   f u n c t i o n s ,   s o   a n y   o f   t h e m   c a n   u n b i n d   t h i s   c l i c k   h a n d l e r 
 	 	 w h i l e (   i   <   a r g s . l e n g t h   ) 
 	 	 	 j Q u e r y . e v e n t . p r o x y (   f n ,   a r g s [ i + + ]   ) ; 
 
 	 	 r e t u r n   t h i s . c l i c k (   j Q u e r y . e v e n t . p r o x y (   f n ,   f u n c t i o n ( e v e n t )   { 
 	 	 	 / /   F i g u r e   o u t   w h i c h   f u n c t i o n   t o   e x e c u t e 
 	 	 	 t h i s . l a s t T o g g l e   =   (   t h i s . l a s t T o g g l e   | |   0   )   %   i ; 
 
 	 	 	 / /   M a k e   s u r e   t h a t   c l i c k s   s t o p 
 	 	 	 e v e n t . p r e v e n t D e f a u l t ( ) ; 
 
 	 	 	 / /   a n d   e x e c u t e   t h e   f u n c t i o n 
 	 	 	 r e t u r n   a r g s [   t h i s . l a s t T o g g l e + +   ] . a p p l y (   t h i s ,   a r g u m e n t s   )   | |   f a l s e ; 
 	 	 } ) ) ; 
 	 } , 
 
 	 h o v e r :   f u n c t i o n ( f n O v e r ,   f n O u t )   { 
 	 	 r e t u r n   t h i s . b i n d ( ' m o u s e e n t e r ' ,   f n O v e r ) . b i n d ( ' m o u s e l e a v e ' ,   f n O u t ) ; 
 	 } , 
 
 	 r e a d y :   f u n c t i o n ( f n )   { 
 	 	 / /   A t t a c h   t h e   l i s t e n e r s 
 	 	 b i n d R e a d y ( ) ; 
 
 	 	 / /   I f   t h e   D O M   i s   a l r e a d y   r e a d y 
 	 	 i f   (   j Q u e r y . i s R e a d y   ) 
 	 	 	 / /   E x e c u t e   t h e   f u n c t i o n   i m m e d i a t e l y 
 	 	 	 f n . c a l l (   d o c u m e n t ,   j Q u e r y   ) ; 
 
 	 	 / /   O t h e r w i s e ,   r e m e m b e r   t h e   f u n c t i o n   f o r   l a t e r 
 	 	 e l s e 
 	 	 	 / /   A d d   t h e   f u n c t i o n   t o   t h e   w a i t   l i s t 
 	 	 	 j Q u e r y . r e a d y L i s t . p u s h (   f u n c t i o n ( )   {   r e t u r n   f n . c a l l ( t h i s ,   j Q u e r y ) ;   }   ) ; 
 
 	 	 r e t u r n   t h i s ; 
 	 } 
 } ) ; 
 
 j Q u e r y . e x t e n d ( { 
 	 i s R e a d y :   f a l s e , 
 	 r e a d y L i s t :   [ ] , 
 	 / /   H a n d l e   w h e n   t h e   D O M   i s   r e a d y 
 	 r e a d y :   f u n c t i o n ( )   { 
 	 	 / /   M a k e   s u r e   t h a t   t h e   D O M   i s   n o t   a l r e a d y   l o a d e d 
 	 	 i f   (   ! j Q u e r y . i s R e a d y   )   { 
 	 	 	 / /   R e m e m b e r   t h a t   t h e   D O M   i s   r e a d y 
 	 	 	 j Q u e r y . i s R e a d y   =   t r u e ; 
 
 	 	 	 / /   I f   t h e r e   a r e   f u n c t i o n s   b o u n d ,   t o   e x e c u t e 
 	 	 	 i f   (   j Q u e r y . r e a d y L i s t   )   { 
 	 	 	 	 / /   E x e c u t e   a l l   o f   t h e m 
 	 	 	 	 j Q u e r y . e a c h (   j Q u e r y . r e a d y L i s t ,   f u n c t i o n ( ) { 
 	 	 	 	 	 t h i s . c a l l (   d o c u m e n t   ) ; 
 	 	 	 	 } ) ; 
 
 	 	 	 	 / /   R e s e t   t h e   l i s t   o f   f u n c t i o n s 
 	 	 	 	 j Q u e r y . r e a d y L i s t   =   n u l l ; 
 	 	 	 } 
 
 	 	 	 / /   T r i g g e r   a n y   b o u n d   r e a d y   e v e n t s 
 	 	 	 j Q u e r y ( d o c u m e n t ) . t r i g g e r H a n d l e r ( " r e a d y " ) ; 
 	 	 } 
 	 } 
 } ) ; 
 
 v a r   r e a d y B o u n d   =   f a l s e ; 
 
 f u n c t i o n   b i n d R e a d y ( ) { 
 	 i f   (   r e a d y B o u n d   )   r e t u r n ; 
 	 r e a d y B o u n d   =   t r u e ; 
 
 	 / /   M o z i l l a ,   O p e r a   ( s e e   f u r t h e r   b e l o w   f o r   i t )   a n d   w e b k i t   n i g h t l i e s   c u r r e n t l y   s u p p o r t   t h i s   e v e n t 
 	 i f   (   d o c u m e n t . a d d E v e n t L i s t e n e r   & &   ! j Q u e r y . b r o w s e r . o p e r a ) 
 	 	 / /   U s e   t h e   h a n d y   e v e n t   c a l l b a c k 
 	 	 d o c u m e n t . a d d E v e n t L i s t e n e r (   " D O M C o n t e n t L o a d e d " ,   j Q u e r y . r e a d y ,   f a l s e   ) ; 
 
 	 / /   I f   I E   i s   u s e d   a n d   i s   n o t   i n   a   f r a m e 
 	 / /   C o n t i n u a l l y   c h e c k   t o   s e e   i f   t h e   d o c u m e n t   i s   r e a d y 
 	 i f   (   j Q u e r y . b r o w s e r . m s i e   & &   w i n d o w   = =   t o p   )   ( f u n c t i o n ( ) { 
 	 	 i f   ( j Q u e r y . i s R e a d y )   r e t u r n ; 
 	 	 t r y   { 
 	 	 	 / /   I f   I E   i s   u s e d ,   u s e   t h e   t r i c k   b y   D i e g o   P e r i n i 
 	 	 	 / /   h t t p : / / j a v a s c r i p t . n w b o x . c o m / I E C o n t e n t L o a d e d / 
 	 	 	 d o c u m e n t . d o c u m e n t E l e m e n t . d o S c r o l l ( " l e f t " ) ; 
 	 	 }   c a t c h (   e r r o r   )   { 
 	 	 	 s e t T i m e o u t (   a r g u m e n t s . c a l l e e ,   0   ) ; 
 	 	 	 r e t u r n ; 
 	 	 } 
 	 	 / /   a n d   e x e c u t e   a n y   w a i t i n g   f u n c t i o n s 
 	 	 j Q u e r y . r e a d y ( ) ; 
 	 } ) ( ) ; 
 
 	 i f   (   j Q u e r y . b r o w s e r . o p e r a   ) 
 	 	 d o c u m e n t . a d d E v e n t L i s t e n e r (   " D O M C o n t e n t L o a d e d " ,   f u n c t i o n   ( )   { 
 	 	 	 i f   ( j Q u e r y . i s R e a d y )   r e t u r n ; 
 	 	 	 f o r   ( v a r   i   =   0 ;   i   <   d o c u m e n t . s t y l e S h e e t s . l e n g t h ;   i + + ) 
 	 	 	 	 i f   ( d o c u m e n t . s t y l e S h e e t s [ i ] . d i s a b l e d )   { 
 	 	 	 	 	 s e t T i m e o u t (   a r g u m e n t s . c a l l e e ,   0   ) ; 
 	 	 	 	 	 r e t u r n ; 
 	 	 	 	 } 
 	 	 	 / /   a n d   e x e c u t e   a n y   w a i t i n g   f u n c t i o n s 
 	 	 	 j Q u e r y . r e a d y ( ) ; 
 	 	 } ,   f a l s e ) ; 
 
 	 i f   (   j Q u e r y . b r o w s e r . s a f a r i   )   { 
 	 	 v a r   n u m S t y l e s ; 
 	 	 ( f u n c t i o n ( ) { 
 	 	 	 i f   ( j Q u e r y . i s R e a d y )   r e t u r n ; 
 	 	 	 i f   (   d o c u m e n t . r e a d y S t a t e   ! =   " l o a d e d "   & &   d o c u m e n t . r e a d y S t a t e   ! =   " c o m p l e t e "   )   { 
 	 	 	 	 s e t T i m e o u t (   a r g u m e n t s . c a l l e e ,   0   ) ; 
 	 	 	 	 r e t u r n ; 
 	 	 	 } 
 	 	 	 i f   (   n u m S t y l e s   = = =   u n d e f i n e d   ) 
 	 	 	 	 n u m S t y l e s   =   j Q u e r y ( " s t y l e ,   l i n k [ r e l = s t y l e s h e e t ] " ) . l e n g t h ; 
 	 	 	 i f   (   d o c u m e n t . s t y l e S h e e t s . l e n g t h   ! =   n u m S t y l e s   )   { 
 	 	 	 	 s e t T i m e o u t (   a r g u m e n t s . c a l l e e ,   0   ) ; 
 	 	 	 	 r e t u r n ; 
 	 	 	 } 
 	 	 	 / /   a n d   e x e c u t e   a n y   w a i t i n g   f u n c t i o n s 
 	 	 	 j Q u e r y . r e a d y ( ) ; 
 	 	 } ) ( ) ; 
 	 } 
 
 	 / /   A   f a l l b a c k   t o   w i n d o w . o n l o a d ,   t h a t   w i l l   a l w a y s   w o r k 
 	 j Q u e r y . e v e n t . a d d (   w i n d o w ,   " l o a d " ,   j Q u e r y . r e a d y   ) ; 
 } 
 
 j Q u e r y . e a c h (   ( " b l u r , f o c u s , l o a d , r e s i z e , s c r o l l , u n l o a d , c l i c k , d b l c l i c k , "   + 
 	 " m o u s e d o w n , m o u s e u p , m o u s e m o v e , m o u s e o v e r , m o u s e o u t , c h a n g e , s e l e c t , "   + 
 	 " s u b m i t , k e y d o w n , k e y p r e s s , k e y u p , e r r o r " ) . s p l i t ( " , " ) ,   f u n c t i o n ( i ,   n a m e ) { 
 
 	 / /   H a n d l e   e v e n t   b i n d i n g 
 	 j Q u e r y . f n [ n a m e ]   =   f u n c t i o n ( f n ) { 
 	 	 r e t u r n   f n   ?   t h i s . b i n d ( n a m e ,   f n )   :   t h i s . t r i g g e r ( n a m e ) ; 
 	 } ; 
 } ) ; 
 
 / /   C h e c k s   i f   a n   e v e n t   h a p p e n e d   o n   a n   e l e m e n t   w i t h i n   a n o t h e r   e l e m e n t 
 / /   U s e d   i n   j Q u e r y . e v e n t . s p e c i a l . m o u s e e n t e r   a n d   m o u s e l e a v e   h a n d l e r s 
 v a r   w i t h i n E l e m e n t   =   f u n c t i o n ( e v e n t ,   e l e m )   { 
 	 / /   C h e c k   i f   m o u s e ( o v e r | o u t )   a r e   s t i l l   w i t h i n   t h e   s a m e   p a r e n t   e l e m e n t 
 	 v a r   p a r e n t   =   e v e n t . r e l a t e d T a r g e t ; 
 	 / /   T r a v e r s e   u p   t h e   t r e e 
 	 w h i l e   (   p a r e n t   & &   p a r e n t   ! =   e l e m   )   t r y   {   p a r e n t   =   p a r e n t . p a r e n t N o d e ;   }   c a t c h ( e r r o r )   {   p a r e n t   =   e l e m ;   } 
 	 / /   R e t u r n   t r u e   i f   w e   a c t u a l l y   j u s t   m o u s e d   o n   t o   a   s u b - e l e m e n t 
 	 r e t u r n   p a r e n t   = =   e l e m ; 
 } ; 
 
 / /   P r e v e n t   m e m o r y   l e a k s   i n   I E 
 / /   A n d   p r e v e n t   e r r o r s   o n   r e f r e s h   w i t h   e v e n t s   l i k e   m o u s e o v e r   i n   o t h e r   b r o w s e r s 
 / /   W i n d o w   i s n ' t   i n c l u d e d   s o   a s   n o t   t o   u n b i n d   e x i s t i n g   u n l o a d   e v e n t s 
 j Q u e r y ( w i n d o w ) . b i n d ( " u n l o a d " ,   f u n c t i o n ( )   { 
 	 j Q u e r y ( " * " ) . a d d ( d o c u m e n t ) . u n b i n d ( ) ; 
 } ) ; 
 j Q u e r y . f n . e x t e n d ( { 
 	 / /   K e e p   a   c o p y   o f   t h e   o l d   l o a d 
 	 _ l o a d :   j Q u e r y . f n . l o a d , 
 
 	 l o a d :   f u n c t i o n (   u r l ,   p a r a m s ,   c a l l b a c k   )   { 
 	 	 i f   (   t y p e o f   u r l   ! =   ' s t r i n g '   ) 
 	 	 	 r e t u r n   t h i s . _ l o a d (   u r l   ) ; 
 
 	 	 v a r   o f f   =   u r l . i n d e x O f ( "   " ) ; 
 	 	 i f   (   o f f   > =   0   )   { 
 	 	 	 v a r   s e l e c t o r   =   u r l . s l i c e ( o f f ,   u r l . l e n g t h ) ; 
 	 	 	 u r l   =   u r l . s l i c e ( 0 ,   o f f ) ; 
 	 	 } 
 
 	 	 c a l l b a c k   =   c a l l b a c k   | |   f u n c t i o n ( ) { } ; 
 
 	 	 / /   D e f a u l t   t o   a   G E T   r e q u e s t 
 	 	 v a r   t y p e   =   " G E T " ; 
 
 	 	 / /   I f   t h e   s e c o n d   p a r a m e t e r   w a s   p r o v i d e d 
 	 	 i f   (   p a r a m s   ) 
 	 	 	 / /   I f   i t ' s   a   f u n c t i o n 
 	 	 	 i f   (   j Q u e r y . i s F u n c t i o n (   p a r a m s   )   )   { 
 	 	 	 	 / /   W e   a s s u m e   t h a t   i t ' s   t h e   c a l l b a c k 
 	 	 	 	 c a l l b a c k   =   p a r a m s ; 
 	 	 	 	 p a r a m s   =   n u l l ; 
 
 	 	 	 / /   O t h e r w i s e ,   b u i l d   a   p a r a m   s t r i n g 
 	 	 	 }   e l s e   { 
 	 	 	 	 p a r a m s   =   j Q u e r y . p a r a m (   p a r a m s   ) ; 
 	 	 	 	 t y p e   =   " P O S T " ; 
 	 	 	 } 
 
 	 	 v a r   s e l f   =   t h i s ; 
 
 	 	 / /   R e q u e s t   t h e   r e m o t e   d o c u m e n t 
 	 	 j Q u e r y . a j a x ( { 
 	 	 	 u r l :   u r l , 
 	 	 	 t y p e :   t y p e , 
 	 	 	 d a t a T y p e :   " h t m l " , 
 	 	 	 d a t a :   p a r a m s , 
 	 	 	 c o m p l e t e :   f u n c t i o n ( r e s ,   s t a t u s ) { 
 	 	 	 	 / /   I f   s u c c e s s f u l ,   i n j e c t   t h e   H T M L   i n t o   a l l   t h e   m a t c h e d   e l e m e n t s 
 	 	 	 	 i f   (   s t a t u s   = =   " s u c c e s s "   | |   s t a t u s   = =   " n o t m o d i f i e d "   ) 
 	 	 	 	 	 / /   S e e   i f   a   s e l e c t o r   w a s   s p e c i f i e d 
 	 	 	 	 	 s e l f . h t m l (   s e l e c t o r   ? 
 	 	 	 	 	 	 / /   C r e a t e   a   d u m m y   d i v   t o   h o l d   t h e   r e s u l t s 
 	 	 	 	 	 	 j Q u e r y ( " < d i v / > " ) 
 	 	 	 	 	 	 	 / /   i n j e c t   t h e   c o n t e n t s   o f   t h e   d o c u m e n t   i n ,   r e m o v i n g   t h e   s c r i p t s 
 	 	 	 	 	 	 	 / /   t o   a v o i d   a n y   ' P e r m i s s i o n   D e n i e d '   e r r o r s   i n   I E 
 	 	 	 	 	 	 	 . a p p e n d ( r e s . r e s p o n s e T e x t . r e p l a c e ( / < s c r i p t ( . | \ s ) * ? \ / s c r i p t > / g ,   " " ) ) 
 
 	 	 	 	 	 	 	 / /   L o c a t e   t h e   s p e c i f i e d   e l e m e n t s 
 	 	 	 	 	 	 	 . f i n d ( s e l e c t o r )   : 
 
 	 	 	 	 	 	 / /   I f   n o t ,   j u s t   i n j e c t   t h e   f u l l   r e s u l t 
 	 	 	 	 	 	 r e s . r e s p o n s e T e x t   ) ; 
 
 	 	 	 	 s e l f . e a c h (   c a l l b a c k ,   [ r e s . r e s p o n s e T e x t ,   s t a t u s ,   r e s ]   ) ; 
 	 	 	 } 
 	 	 } ) ; 
 	 	 r e t u r n   t h i s ; 
 	 } , 
 
 	 s e r i a l i z e :   f u n c t i o n ( )   { 
 	 	 r e t u r n   j Q u e r y . p a r a m ( t h i s . s e r i a l i z e A r r a y ( ) ) ; 
 	 } , 
 	 s e r i a l i z e A r r a y :   f u n c t i o n ( )   { 
 	 	 r e t u r n   t h i s . m a p ( f u n c t i o n ( ) { 
 	 	 	 r e t u r n   j Q u e r y . n o d e N a m e ( t h i s ,   " f o r m " )   ? 
 	 	 	 	 j Q u e r y . m a k e A r r a y ( t h i s . e l e m e n t s )   :   t h i s ; 
 	 	 } ) 
 	 	 . f i l t e r ( f u n c t i o n ( ) { 
 	 	 	 r e t u r n   t h i s . n a m e   & &   ! t h i s . d i s a b l e d   & & 
 	 	 	 	 ( t h i s . c h e c k e d   | |   / s e l e c t | t e x t a r e a / i . t e s t ( t h i s . n o d e N a m e )   | | 
 	 	 	 	 	 / t e x t | h i d d e n | p a s s w o r d / i . t e s t ( t h i s . t y p e ) ) ; 
 	 	 } ) 
 	 	 . m a p ( f u n c t i o n ( i ,   e l e m ) { 
 	 	 	 v a r   v a l   =   j Q u e r y ( t h i s ) . v a l ( ) ; 
 	 	 	 r e t u r n   v a l   = =   n u l l   ?   n u l l   : 
 	 	 	 	 v a l . c o n s t r u c t o r   = =   A r r a y   ? 
 	 	 	 	 	 j Q u e r y . m a p (   v a l ,   f u n c t i o n ( v a l ,   i ) { 
 	 	 	 	 	 	 r e t u r n   { n a m e :   e l e m . n a m e ,   v a l u e :   v a l } ; 
 	 	 	 	 	 } )   : 
 	 	 	 	 	 { n a m e :   e l e m . n a m e ,   v a l u e :   v a l } ; 
 	 	 } ) . g e t ( ) ; 
 	 } 
 } ) ; 
 
 / /   A t t a c h   a   b u n c h   o f   f u n c t i o n s   f o r   h a n d l i n g   c o m m o n   A J A X   e v e n t s 
 j Q u e r y . e a c h (   " a j a x S t a r t , a j a x S t o p , a j a x C o m p l e t e , a j a x E r r o r , a j a x S u c c e s s , a j a x S e n d " . s p l i t ( " , " ) ,   f u n c t i o n ( i , o ) { 
 	 j Q u e r y . f n [ o ]   =   f u n c t i o n ( f ) { 
 	 	 r e t u r n   t h i s . b i n d ( o ,   f ) ; 
 	 } ; 
 } ) ; 
 
 v a r   j s c   =   n o w ( ) ; 
 
 j Q u e r y . e x t e n d ( { 
 	 g e t :   f u n c t i o n (   u r l ,   d a t a ,   c a l l b a c k ,   t y p e   )   { 
 	 	 / /   s h i f t   a r g u m e n t s   i f   d a t a   a r g u m e n t   w a s   o m m i t e d 
 	 	 i f   (   j Q u e r y . i s F u n c t i o n (   d a t a   )   )   { 
 	 	 	 c a l l b a c k   =   d a t a ; 
 	 	 	 d a t a   =   n u l l ; 
 	 	 } 
 
 	 	 r e t u r n   j Q u e r y . a j a x ( { 
 	 	 	 t y p e :   " G E T " , 
 	 	 	 u r l :   u r l , 
 	 	 	 d a t a :   d a t a , 
 	 	 	 s u c c e s s :   c a l l b a c k , 
 	 	 	 d a t a T y p e :   t y p e 
 	 	 } ) ; 
 	 } , 
 
 	 g e t S c r i p t :   f u n c t i o n (   u r l ,   c a l l b a c k   )   { 
 	 	 r e t u r n   j Q u e r y . g e t ( u r l ,   n u l l ,   c a l l b a c k ,   " s c r i p t " ) ; 
 	 } , 
 
 	 g e t J S O N :   f u n c t i o n (   u r l ,   d a t a ,   c a l l b a c k   )   { 
 	 	 r e t u r n   j Q u e r y . g e t ( u r l ,   d a t a ,   c a l l b a c k ,   " j s o n " ) ; 
 	 } , 
 
 	 p o s t :   f u n c t i o n (   u r l ,   d a t a ,   c a l l b a c k ,   t y p e   )   { 
 	 	 i f   (   j Q u e r y . i s F u n c t i o n (   d a t a   )   )   { 
 	 	 	 c a l l b a c k   =   d a t a ; 
 	 	 	 d a t a   =   { } ; 
 	 	 } 
 
 	 	 r e t u r n   j Q u e r y . a j a x ( { 
 	 	 	 t y p e :   " P O S T " , 
 	 	 	 u r l :   u r l , 
 	 	 	 d a t a :   d a t a , 
 	 	 	 s u c c e s s :   c a l l b a c k , 
 	 	 	 d a t a T y p e :   t y p e 
 	 	 } ) ; 
 	 } , 
 
 	 a j a x S e t u p :   f u n c t i o n (   s e t t i n g s   )   { 
 	 	 j Q u e r y . e x t e n d (   j Q u e r y . a j a x S e t t i n g s ,   s e t t i n g s   ) ; 
 	 } , 
 
 	 a j a x S e t t i n g s :   { 
 	 	 u r l :   l o c a t i o n . h r e f , 
 	 	 g l o b a l :   t r u e , 
 	 	 t y p e :   " G E T " , 
 	 	 t i m e o u t :   0 , 
 	 	 c o n t e n t T y p e :   " a p p l i c a t i o n / x - w w w - f o r m - u r l e n c o d e d " , 
 	 	 p r o c e s s D a t a :   t r u e , 
 	 	 a s y n c :   t r u e , 
 	 	 d a t a :   n u l l , 
 	 	 u s e r n a m e :   n u l l , 
 	 	 p a s s w o r d :   n u l l , 
 	 	 a c c e p t s :   { 
 	 	 	 x m l :   " a p p l i c a t i o n / x m l ,   t e x t / x m l " , 
 	 	 	 h t m l :   " t e x t / h t m l " , 
 	 	 	 s c r i p t :   " t e x t / j a v a s c r i p t ,   a p p l i c a t i o n / j a v a s c r i p t " , 
 	 	 	 j s o n :   " a p p l i c a t i o n / j s o n ,   t e x t / j a v a s c r i p t " , 
 	 	 	 t e x t :   " t e x t / p l a i n " , 
 	 	 	 _ d e f a u l t :   " * / * " 
 	 	 } 
 	 } , 
 
 	 / /   L a s t - M o d i f i e d   h e a d e r   c a c h e   f o r   n e x t   r e q u e s t 
 	 l a s t M o d i f i e d :   { } , 
 
 	 a j a x :   f u n c t i o n (   s   )   { 
 	 	 / /   E x t e n d   t h e   s e t t i n g s ,   b u t   r e - e x t e n d   ' s '   s o   t h a t   i t   c a n   b e 
 	 	 / /   c h e c k e d   a g a i n   l a t e r   ( i n   t h e   t e s t   s u i t e ,   s p e c i f i c a l l y ) 
 	 	 s   =   j Q u e r y . e x t e n d ( t r u e ,   s ,   j Q u e r y . e x t e n d ( t r u e ,   { } ,   j Q u e r y . a j a x S e t t i n g s ,   s ) ) ; 
 
 	 	 v a r   j s o n p ,   j s r e   =   / = \ ? ( & | $ ) / g ,   s t a t u s ,   d a t a , 
 	 	 	 t y p e   =   s . t y p e . t o U p p e r C a s e ( ) ; 
 
 	 	 / /   c o n v e r t   d a t a   i f   n o t   a l r e a d y   a   s t r i n g 
 	 	 i f   (   s . d a t a   & &   s . p r o c e s s D a t a   & &   t y p e o f   s . d a t a   ! =   " s t r i n g "   ) 
 	 	 	 s . d a t a   =   j Q u e r y . p a r a m ( s . d a t a ) ; 
 
 	 	 / /   H a n d l e   J S O N P   P a r a m e t e r   C a l l b a c k s 
 	 	 i f   (   s . d a t a T y p e   = =   " j s o n p "   )   { 
 	 	 	 i f   (   t y p e   = =   " G E T "   )   { 
 	 	 	 	 i f   (   ! s . u r l . m a t c h ( j s r e )   ) 
 	 	 	 	 	 s . u r l   + =   ( s . u r l . m a t c h ( / \ ? / )   ?   " & "   :   " ? " )   +   ( s . j s o n p   | |   " c a l l b a c k " )   +   " = ? " ; 
 	 	 	 }   e l s e   i f   (   ! s . d a t a   | |   ! s . d a t a . m a t c h ( j s r e )   ) 
 	 	 	 	 s . d a t a   =   ( s . d a t a   ?   s . d a t a   +   " & "   :   " " )   +   ( s . j s o n p   | |   " c a l l b a c k " )   +   " = ? " ; 
 	 	 	 s . d a t a T y p e   =   " j s o n " ; 
 	 	 } 
 
 	 	 / /   B u i l d   t e m p o r a r y   J S O N P   f u n c t i o n 
 	 	 i f   (   s . d a t a T y p e   = =   " j s o n "   & &   ( s . d a t a   & &   s . d a t a . m a t c h ( j s r e )   | |   s . u r l . m a t c h ( j s r e ) )   )   { 
 	 	 	 j s o n p   =   " j s o n p "   +   j s c + + ; 
 
 	 	 	 / /   R e p l a c e   t h e   = ?   s e q u e n c e   b o t h   i n   t h e   q u e r y   s t r i n g   a n d   t h e   d a t a 
 	 	 	 i f   (   s . d a t a   ) 
 	 	 	 	 s . d a t a   =   ( s . d a t a   +   " " ) . r e p l a c e ( j s r e ,   " = "   +   j s o n p   +   " $ 1 " ) ; 
 	 	 	 s . u r l   =   s . u r l . r e p l a c e ( j s r e ,   " = "   +   j s o n p   +   " $ 1 " ) ; 
 
 	 	 	 / /   W e   n e e d   t o   m a k e   s u r e 
 	 	 	 / /   t h a t   a   J S O N P   s t y l e   r e s p o n s e   i s   e x e c u t e d   p r o p e r l y 
 	 	 	 s . d a t a T y p e   =   " s c r i p t " ; 
 
 	 	 	 / /   H a n d l e   J S O N P - s t y l e   l o a d i n g 
 	 	 	 w i n d o w [   j s o n p   ]   =   f u n c t i o n ( t m p ) { 
 	 	 	 	 d a t a   =   t m p ; 
 	 	 	 	 s u c c e s s ( ) ; 
 	 	 	 	 c o m p l e t e ( ) ; 
 	 	 	 	 / /   G a r b a g e   c o l l e c t 
 	 	 	 	 w i n d o w [   j s o n p   ]   =   u n d e f i n e d ; 
 	 	 	 	 t r y {   d e l e t e   w i n d o w [   j s o n p   ] ;   }   c a t c h ( e ) { } 
 	 	 	 	 i f   (   h e a d   ) 
 	 	 	 	 	 h e a d . r e m o v e C h i l d (   s c r i p t   ) ; 
 	 	 	 } ; 
 	 	 } 
 
 	 	 i f   (   s . d a t a T y p e   = =   " s c r i p t "   & &   s . c a c h e   = =   n u l l   ) 
 	 	 	 s . c a c h e   =   f a l s e ; 
 
 	 	 i f   (   s . c a c h e   = = =   f a l s e   & &   t y p e   = =   " G E T "   )   { 
 	 	 	 v a r   t s   =   n o w ( ) ; 
 	 	 	 / /   t r y   r e p l a c i n g   _ =   i f   i t   i s   t h e r e 
 	 	 	 v a r   r e t   =   s . u r l . r e p l a c e ( / ( \ ? | & ) _ = . * ? ( & | $ ) / ,   " $ 1 _ = "   +   t s   +   " $ 2 " ) ; 
 	 	 	 / /   i f   n o t h i n g   w a s   r e p l a c e d ,   a d d   t i m e s t a m p   t o   t h e   e n d 
 	 	 	 s . u r l   =   r e t   +   ( ( r e t   = =   s . u r l )   ?   ( s . u r l . m a t c h ( / \ ? / )   ?   " & "   :   " ? " )   +   " _ = "   +   t s   :   " " ) ; 
 	 	 } 
 
 	 	 / /   I f   d a t a   i s   a v a i l a b l e ,   a p p e n d   d a t a   t o   u r l   f o r   g e t   r e q u e s t s 
 	 	 i f   (   s . d a t a   & &   t y p e   = =   " G E T "   )   { 
 	 	 	 s . u r l   + =   ( s . u r l . m a t c h ( / \ ? / )   ?   " & "   :   " ? " )   +   s . d a t a ; 
 
 	 	 	 / /   I E   l i k e s   t o   s e n d   b o t h   g e t   a n d   p o s t   d a t a ,   p r e v e n t   t h i s 
 	 	 	 s . d a t a   =   n u l l ; 
 	 	 } 
 
 	 	 / /   W a t c h   f o r   a   n e w   s e t   o f   r e q u e s t s 
 	 	 i f   (   s . g l o b a l   & &   !   j Q u e r y . a c t i v e + +   ) 
 	 	 	 j Q u e r y . e v e n t . t r i g g e r (   " a j a x S t a r t "   ) ; 
 
 	 	 / /   M a t c h e s   a n   a b s o l u t e   U R L ,   a n d   s a v e s   t h e   d o m a i n 
 	 	 v a r   r e m o t e   =   / ^ ( ? : \ w + : ) ? \ / \ / ( [ ^ \ / ? # ] + ) / ; 
 
 	 	 / /   I f   w e ' r e   r e q u e s t i n g   a   r e m o t e   d o c u m e n t 
 	 	 / /   a n d   t r y i n g   t o   l o a d   J S O N   o r   S c r i p t   w i t h   a   G E T 
 	 	 i f   (   s . d a t a T y p e   = =   " s c r i p t "   & &   t y p e   = =   " G E T " 
 	 	 	 	 & &   r e m o t e . t e s t ( s . u r l )   & &   r e m o t e . e x e c ( s . u r l ) [ 1 ]   ! =   l o c a t i o n . h o s t   ) { 
 	 	 	 v a r   h e a d   =   d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " h e a d " ) [ 0 ] ; 
 	 	 	 v a r   s c r i p t   =   d o c u m e n t . c r e a t e E l e m e n t ( " s c r i p t " ) ; 
 	 	 	 s c r i p t . s r c   =   s . u r l ; 
 	 	 	 i f   ( s . s c r i p t C h a r s e t ) 
 	 	 	 	 s c r i p t . c h a r s e t   =   s . s c r i p t C h a r s e t ; 
 
 	 	 	 / /   H a n d l e   S c r i p t   l o a d i n g 
 	 	 	 i f   (   ! j s o n p   )   { 
 	 	 	 	 v a r   d o n e   =   f a l s e ; 
 
 	 	 	 	 / /   A t t a c h   h a n d l e r s   f o r   a l l   b r o w s e r s 
 	 	 	 	 s c r i p t . o n l o a d   =   s c r i p t . o n r e a d y s t a t e c h a n g e   =   f u n c t i o n ( ) { 
 	 	 	 	 	 i f   (   ! d o n e   & &   ( ! t h i s . r e a d y S t a t e   | | 
 	 	 	 	 	 	 	 t h i s . r e a d y S t a t e   = =   " l o a d e d "   | |   t h i s . r e a d y S t a t e   = =   " c o m p l e t e " )   )   { 
 	 	 	 	 	 	 d o n e   =   t r u e ; 
 	 	 	 	 	 	 s u c c e s s ( ) ; 
 	 	 	 	 	 	 c o m p l e t e ( ) ; 
 	 	 	 	 	 	 h e a d . r e m o v e C h i l d (   s c r i p t   ) ; 
 	 	 	 	 	 } 
 	 	 	 	 } ; 
 	 	 	 } 
 
 	 	 	 h e a d . a p p e n d C h i l d ( s c r i p t ) ; 
 
 	 	 	 / /   W e   h a n d l e   e v e r y t h i n g   u s i n g   t h e   s c r i p t   e l e m e n t   i n j e c t i o n 
 	 	 	 r e t u r n   u n d e f i n e d ; 
 	 	 } 
 
 	 	 v a r   r e q u e s t D o n e   =   f a l s e ; 
 
 	 	 / /   C r e a t e   t h e   r e q u e s t   o b j e c t ;   M i c r o s o f t   f a i l e d   t o   p r o p e r l y 
 	 	 / /   i m p l e m e n t   t h e   X M L H t t p R e q u e s t   i n   I E 7 ,   s o   w e   u s e   t h e   A c t i v e X O b j e c t   w h e n   i t   i s   a v a i l a b l e 
 	 	 v a r   x h r   =   w i n d o w . A c t i v e X O b j e c t   ?   n e w   A c t i v e X O b j e c t ( " M i c r o s o f t . X M L H T T P " )   :   n e w   X M L H t t p R e q u e s t ( ) ; 
 
 	 	 / /   O p e n   t h e   s o c k e t 
 	 	 / /   P a s s i n g   n u l l   u s e r n a m e ,   g e n e r a t e s   a   l o g i n   p o p u p   o n   O p e r a   ( # 2 8 6 5 ) 
 	 	 i f (   s . u s e r n a m e   ) 
 	 	 	 x h r . o p e n ( t y p e ,   s . u r l ,   s . a s y n c ,   s . u s e r n a m e ,   s . p a s s w o r d ) ; 
 	 	 e l s e 
 	 	 	 x h r . o p e n ( t y p e ,   s . u r l ,   s . a s y n c ) ; 
 
 	 	 / /   N e e d   a n   e x t r a   t r y / c a t c h   f o r   c r o s s   d o m a i n   r e q u e s t s   i n   F i r e f o x   3 
 	 	 t r y   { 
 	 	 	 / /   S e t   t h e   c o r r e c t   h e a d e r ,   i f   d a t a   i s   b e i n g   s e n t 
 	 	 	 i f   (   s . d a t a   ) 
 	 	 	 	 x h r . s e t R e q u e s t H e a d e r ( " C o n t e n t - T y p e " ,   s . c o n t e n t T y p e ) ; 
 
 	 	 	 / /   S e t   t h e   I f - M o d i f i e d - S i n c e   h e a d e r ,   i f   i f M o d i f i e d   m o d e . 
 	 	 	 i f   (   s . i f M o d i f i e d   ) 
 	 	 	 	 x h r . s e t R e q u e s t H e a d e r ( " I f - M o d i f i e d - S i n c e " , 
 	 	 	 	 	 j Q u e r y . l a s t M o d i f i e d [ s . u r l ]   | |   " T h u ,   0 1   J a n   1 9 7 0   0 0 : 0 0 : 0 0   G M T "   ) ; 
 
 	 	 	 / /   S e t   h e a d e r   s o   t h e   c a l l e d   s c r i p t   k n o w s   t h a t   i t ' s   a n   X M L H t t p R e q u e s t 
 	 	 	 x h r . s e t R e q u e s t H e a d e r ( " X - R e q u e s t e d - W i t h " ,   " X M L H t t p R e q u e s t " ) ; 
 
 	 	 	 / /   S e t   t h e   A c c e p t s   h e a d e r   f o r   t h e   s e r v e r ,   d e p e n d i n g   o n   t h e   d a t a T y p e 
 	 	 	 x h r . s e t R e q u e s t H e a d e r ( " A c c e p t " ,   s . d a t a T y p e   & &   s . a c c e p t s [   s . d a t a T y p e   ]   ? 
 	 	 	 	 s . a c c e p t s [   s . d a t a T y p e   ]   +   " ,   * / * "   : 
 	 	 	 	 s . a c c e p t s . _ d e f a u l t   ) ; 
 	 	 }   c a t c h ( e ) { } 
 
 	 	 / /   A l l o w   c u s t o m   h e a d e r s / m i m e t y p e s 
 	 	 i f   (   s . b e f o r e S e n d   & &   s . b e f o r e S e n d ( x h r ,   s )   = = =   f a l s e   )   { 
 	 	 	 / /   c l e a n u p   a c t i v e   r e q u e s t   c o u n t e r 
 	 	 	 s . g l o b a l   & &   j Q u e r y . a c t i v e - - ; 
 	 	 	 / /   c l o s e   o p e n d e d   s o c k e t 
 	 	 	 x h r . a b o r t ( ) ; 
 	 	 	 r e t u r n   f a l s e ; 
 	 	 } 
 
 	 	 i f   (   s . g l o b a l   ) 
 	 	 	 j Q u e r y . e v e n t . t r i g g e r ( " a j a x S e n d " ,   [ x h r ,   s ] ) ; 
 
 	 	 / /   W a i t   f o r   a   r e s p o n s e   t o   c o m e   b a c k 
 	 	 v a r   o n r e a d y s t a t e c h a n g e   =   f u n c t i o n ( i s T i m e o u t ) { 
 	 	 	 / /   T h e   t r a n s f e r   i s   c o m p l e t e   a n d   t h e   d a t a   i s   a v a i l a b l e ,   o r   t h e   r e q u e s t   t i m e d   o u t 
 	 	 	 i f   (   ! r e q u e s t D o n e   & &   x h r   & &   ( x h r . r e a d y S t a t e   = =   4   | |   i s T i m e o u t   = =   " t i m e o u t " )   )   { 
 	 	 	 	 r e q u e s t D o n e   =   t r u e ; 
 
 	 	 	 	 / /   c l e a r   p o l l   i n t e r v a l 
 	 	 	 	 i f   ( i v a l )   { 
 	 	 	 	 	 c l e a r I n t e r v a l ( i v a l ) ; 
 	 	 	 	 	 i v a l   =   n u l l ; 
 	 	 	 	 } 
 
 	 	 	 	 s t a t u s   =   i s T i m e o u t   = =   " t i m e o u t "   & &   " t i m e o u t "   | | 
 	 	 	 	 	 ! j Q u e r y . h t t p S u c c e s s (   x h r   )   & &   " e r r o r "   | | 
 	 	 	 	 	 s . i f M o d i f i e d   & &   j Q u e r y . h t t p N o t M o d i f i e d (   x h r ,   s . u r l   )   & &   " n o t m o d i f i e d "   | | 
 	 	 	 	 	 " s u c c e s s " ; 
 
 	 	 	 	 i f   (   s t a t u s   = =   " s u c c e s s "   )   { 
 	 	 	 	 	 / /   W a t c h   f o r ,   a n d   c a t c h ,   X M L   d o c u m e n t   p a r s e   e r r o r s 
 	 	 	 	 	 t r y   { 
 	 	 	 	 	 	 / /   p r o c e s s   t h e   d a t a   ( r u n s   t h e   x m l   t h r o u g h   h t t p D a t a   r e g a r d l e s s   o f   c a l l b a c k ) 
 	 	 	 	 	 	 d a t a   =   j Q u e r y . h t t p D a t a (   x h r ,   s . d a t a T y p e ,   s . d a t a F i l t e r   ) ; 
 	 	 	 	 	 }   c a t c h ( e )   { 
 	 	 	 	 	 	 s t a t u s   =   " p a r s e r e r r o r " ; 
 	 	 	 	 	 } 
 	 	 	 	 } 
 
 	 	 	 	 / /   M a k e   s u r e   t h a t   t h e   r e q u e s t   w a s   s u c c e s s f u l   o r   n o t m o d i f i e d 
 	 	 	 	 i f   (   s t a t u s   = =   " s u c c e s s "   )   { 
 	 	 	 	 	 / /   C a c h e   L a s t - M o d i f i e d   h e a d e r ,   i f   i f M o d i f i e d   m o d e . 
 	 	 	 	 	 v a r   m o d R e s ; 
 	 	 	 	 	 t r y   { 
 	 	 	 	 	 	 m o d R e s   =   x h r . g e t R e s p o n s e H e a d e r ( " L a s t - M o d i f i e d " ) ; 
 	 	 	 	 	 }   c a t c h ( e )   { }   / /   s w a l l o w   e x c e p t i o n   t h r o w n   b y   F F   i f   h e a d e r   i s   n o t   a v a i l a b l e 
 
 	 	 	 	 	 i f   (   s . i f M o d i f i e d   & &   m o d R e s   ) 
 	 	 	 	 	 	 j Q u e r y . l a s t M o d i f i e d [ s . u r l ]   =   m o d R e s ; 
 
 	 	 	 	 	 / /   J S O N P   h a n d l e s   i t s   o w n   s u c c e s s   c a l l b a c k 
 	 	 	 	 	 i f   (   ! j s o n p   ) 
 	 	 	 	 	 	 s u c c e s s ( ) ; 
 	 	 	 	 }   e l s e 
 	 	 	 	 	 j Q u e r y . h a n d l e E r r o r ( s ,   x h r ,   s t a t u s ) ; 
 
 	 	 	 	 / /   F i r e   t h e   c o m p l e t e   h a n d l e r s 
 	 	 	 	 c o m p l e t e ( ) ; 
 
 	 	 	 	 / /   S t o p   m e m o r y   l e a k s 
 	 	 	 	 i f   (   s . a s y n c   ) 
 	 	 	 	 	 x h r   =   n u l l ; 
 	 	 	 } 
 	 	 } ; 
 
 	 	 i f   (   s . a s y n c   )   { 
 	 	 	 / /   d o n ' t   a t t a c h   t h e   h a n d l e r   t o   t h e   r e q u e s t ,   j u s t   p o l l   i t   i n s t e a d 
 	 	 	 v a r   i v a l   =   s e t I n t e r v a l ( o n r e a d y s t a t e c h a n g e ,   1 3 ) ; 
 
 	 	 	 / /   T i m e o u t   c h e c k e r 
 	 	 	 i f   (   s . t i m e o u t   >   0   ) 
 	 	 	 	 s e t T i m e o u t ( f u n c t i o n ( ) { 
 	 	 	 	 	 / /   C h e c k   t o   s e e   i f   t h e   r e q u e s t   i s   s t i l l   h a p p e n i n g 
 	 	 	 	 	 i f   (   x h r   )   { 
 	 	 	 	 	 	 / /   C a n c e l   t h e   r e q u e s t 
 	 	 	 	 	 	 x h r . a b o r t ( ) ; 
 
 	 	 	 	 	 	 i f (   ! r e q u e s t D o n e   ) 
 	 	 	 	 	 	 	 o n r e a d y s t a t e c h a n g e (   " t i m e o u t "   ) ; 
 	 	 	 	 	 } 
 	 	 	 	 } ,   s . t i m e o u t ) ; 
 	 	 } 
 
 	 	 / /   S e n d   t h e   d a t a 
 	 	 t r y   { 
 	 	 	 x h r . s e n d ( s . d a t a ) ; 
 	 	 }   c a t c h ( e )   { 
 	 	 	 j Q u e r y . h a n d l e E r r o r ( s ,   x h r ,   n u l l ,   e ) ; 
 	 	 } 
 
 	 	 / /   f i r e f o x   1 . 5   d o e s n ' t   f i r e   s t a t e c h a n g e   f o r   s y n c   r e q u e s t s 
 	 	 i f   (   ! s . a s y n c   ) 
 	 	 	 o n r e a d y s t a t e c h a n g e ( ) ; 
 
 	 	 f u n c t i o n   s u c c e s s ( ) { 
 	 	 	 / /   I f   a   l o c a l   c a l l b a c k   w a s   s p e c i f i e d ,   f i r e   i t   a n d   p a s s   i t   t h e   d a t a 
 	 	 	 i f   (   s . s u c c e s s   ) 
 	 	 	 	 s . s u c c e s s (   d a t a ,   s t a t u s   ) ; 
 
 	 	 	 / /   F i r e   t h e   g l o b a l   c a l l b a c k 
 	 	 	 i f   (   s . g l o b a l   ) 
 	 	 	 	 j Q u e r y . e v e n t . t r i g g e r (   " a j a x S u c c e s s " ,   [ x h r ,   s ]   ) ; 
 	 	 } 
 
 	 	 f u n c t i o n   c o m p l e t e ( ) { 
 	 	 	 / /   P r o c e s s   r e s u l t 
 	 	 	 i f   (   s . c o m p l e t e   ) 
 	 	 	 	 s . c o m p l e t e ( x h r ,   s t a t u s ) ; 
 
 	 	 	 / /   T h e   r e q u e s t   w a s   c o m p l e t e d 
 	 	 	 i f   (   s . g l o b a l   ) 
 	 	 	 	 j Q u e r y . e v e n t . t r i g g e r (   " a j a x C o m p l e t e " ,   [ x h r ,   s ]   ) ; 
 
 	 	 	 / /   H a n d l e   t h e   g l o b a l   A J A X   c o u n t e r 
 	 	 	 i f   (   s . g l o b a l   & &   !   - - j Q u e r y . a c t i v e   ) 
 	 	 	 	 j Q u e r y . e v e n t . t r i g g e r (   " a j a x S t o p "   ) ; 
 	 	 } 
 
 	 	 / /   r e t u r n   X M L H t t p R e q u e s t   t o   a l l o w   a b o r t i n g   t h e   r e q u e s t   e t c . 
 	 	 r e t u r n   x h r ; 
 	 } , 
 
 	 h a n d l e E r r o r :   f u n c t i o n (   s ,   x h r ,   s t a t u s ,   e   )   { 
 	 	 / /   I f   a   l o c a l   c a l l b a c k   w a s   s p e c i f i e d ,   f i r e   i t 
 	 	 i f   (   s . e r r o r   )   s . e r r o r (   x h r ,   s t a t u s ,   e   ) ; 
 
 	 	 / /   F i r e   t h e   g l o b a l   c a l l b a c k 
 	 	 i f   (   s . g l o b a l   ) 
 	 	 	 j Q u e r y . e v e n t . t r i g g e r (   " a j a x E r r o r " ,   [ x h r ,   s ,   e ]   ) ; 
 	 } , 
 
 	 / /   C o u n t e r   f o r   h o l d i n g   t h e   n u m b e r   o f   a c t i v e   q u e r i e s 
 	 a c t i v e :   0 , 
 
 	 / /   D e t e r m i n e s   i f   a n   X M L H t t p R e q u e s t   w a s   s u c c e s s f u l   o r   n o t 
 	 h t t p S u c c e s s :   f u n c t i o n (   x h r   )   { 
 	 	 t r y   { 
 	 	 	 / /   I E   e r r o r   s o m e t i m e s   r e t u r n s   1 2 2 3   w h e n   i t   s h o u l d   b e   2 0 4   s o   t r e a t   i t   a s   s u c c e s s ,   s e e   # 1 4 5 0 
 	 	 	 r e t u r n   ! x h r . s t a t u s   & &   l o c a t i o n . p r o t o c o l   = =   " f i l e : "   | | 
 	 	 	 	 (   x h r . s t a t u s   > =   2 0 0   & &   x h r . s t a t u s   <   3 0 0   )   | |   x h r . s t a t u s   = =   3 0 4   | |   x h r . s t a t u s   = =   1 2 2 3   | | 
 	 	 	 	 j Q u e r y . b r o w s e r . s a f a r i   & &   x h r . s t a t u s   = =   u n d e f i n e d ; 
 	 	 }   c a t c h ( e ) { } 
 	 	 r e t u r n   f a l s e ; 
 	 } , 
 
 	 / /   D e t e r m i n e s   i f   a n   X M L H t t p R e q u e s t   r e t u r n s   N o t M o d i f i e d 
 	 h t t p N o t M o d i f i e d :   f u n c t i o n (   x h r ,   u r l   )   { 
 	 	 t r y   { 
 	 	 	 v a r   x h r R e s   =   x h r . g e t R e s p o n s e H e a d e r ( " L a s t - M o d i f i e d " ) ; 
 
 	 	 	 / /   F i r e f o x   a l w a y s   r e t u r n s   2 0 0 .   c h e c k   L a s t - M o d i f i e d   d a t e 
 	 	 	 r e t u r n   x h r . s t a t u s   = =   3 0 4   | |   x h r R e s   = =   j Q u e r y . l a s t M o d i f i e d [ u r l ]   | | 
 	 	 	 	 j Q u e r y . b r o w s e r . s a f a r i   & &   x h r . s t a t u s   = =   u n d e f i n e d ; 
 	 	 }   c a t c h ( e ) { } 
 	 	 r e t u r n   f a l s e ; 
 	 } , 
 
 	 h t t p D a t a :   f u n c t i o n (   x h r ,   t y p e ,   f i l t e r   )   { 
 	 	 v a r   c t   =   x h r . g e t R e s p o n s e H e a d e r ( " c o n t e n t - t y p e " ) , 
 	 	 	 x m l   =   t y p e   = =   " x m l "   | |   ! t y p e   & &   c t   & &   c t . i n d e x O f ( " x m l " )   > =   0 , 
 	 	 	 d a t a   =   x m l   ?   x h r . r e s p o n s e X M L   :   x h r . r e s p o n s e T e x t ; 
 
 	 	 i f   (   x m l   & &   d a t a . d o c u m e n t E l e m e n t . t a g N a m e   = =   " p a r s e r e r r o r "   ) 
 	 	 	 t h r o w   " p a r s e r e r r o r " ; 
 	 	 	 
 	 	 / /   A l l o w   a   p r e - f i l t e r i n g   f u n c t i o n   t o   s a n i t i z e   t h e   r e s p o n s e 
 	 	 i f (   f i l t e r   ) 
 	 	 	 d a t a   =   f i l t e r (   d a t a ,   t y p e   ) ; 
 
 	 	 / /   I f   t h e   t y p e   i s   " s c r i p t " ,   e v a l   i t   i n   g l o b a l   c o n t e x t 
 	 	 i f   (   t y p e   = =   " s c r i p t "   ) 
 	 	 	 j Q u e r y . g l o b a l E v a l (   d a t a   ) ; 
 
 	 	 / /   G e t   t h e   J a v a S c r i p t   o b j e c t ,   i f   J S O N   i s   u s e d . 
 	 	 i f   (   t y p e   = =   " j s o n "   ) 
 	 	 	 d a t a   =   e v a l ( " ( "   +   d a t a   +   " ) " ) ; 
 
 	 	 r e t u r n   d a t a ; 
 	 } , 
 
 	 / /   S e r i a l i z e   a n   a r r a y   o f   f o r m   e l e m e n t s   o r   a   s e t   o f 
 	 / /   k e y / v a l u e s   i n t o   a   q u e r y   s t r i n g 
 	 p a r a m :   f u n c t i o n (   a   )   { 
 	 	 v a r   s   =   [ ] ; 
 
 	 	 / /   I f   a n   a r r a y   w a s   p a s s e d   i n ,   a s s u m e   t h a t   i t   i s   a n   a r r a y 
 	 	 / /   o f   f o r m   e l e m e n t s 
 	 	 i f   (   a . c o n s t r u c t o r   = =   A r r a y   | |   a . j q u e r y   ) 
 	 	 	 / /   S e r i a l i z e   t h e   f o r m   e l e m e n t s 
 	 	 	 j Q u e r y . e a c h (   a ,   f u n c t i o n ( ) { 
 	 	 	 	 s . p u s h (   e n c o d e U R I C o m p o n e n t ( t h i s . n a m e )   +   " = "   +   e n c o d e U R I C o m p o n e n t (   t h i s . v a l u e   )   ) ; 
 	 	 	 } ) ; 
 
 	 	 / /   O t h e r w i s e ,   a s s u m e   t h a t   i t ' s   a n   o b j e c t   o f   k e y / v a l u e   p a i r s 
 	 	 e l s e 
 	 	 	 / /   S e r i a l i z e   t h e   k e y / v a l u e s 
 	 	 	 f o r   (   v a r   j   i n   a   ) 
 	 	 	 	 / /   I f   t h e   v a l u e   i s   a n   a r r a y   t h e n   t h e   k e y   n a m e s   n e e d   t o   b e   r e p e a t e d 
 	 	 	 	 i f   (   a [ j ]   & &   a [ j ] . c o n s t r u c t o r   = =   A r r a y   ) 
 	 	 	 	 	 j Q u e r y . e a c h (   a [ j ] ,   f u n c t i o n ( ) { 
 	 	 	 	 	 	 s . p u s h (   e n c o d e U R I C o m p o n e n t ( j )   +   " = "   +   e n c o d e U R I C o m p o n e n t (   t h i s   )   ) ; 
 	 	 	 	 	 } ) ; 
 	 	 	 	 e l s e 
 	 	 	 	 	 s . p u s h (   e n c o d e U R I C o m p o n e n t ( j )   +   " = "   +   e n c o d e U R I C o m p o n e n t (   j Q u e r y . i s F u n c t i o n ( a [ j ] )   ?   a [ j ] ( )   :   a [ j ]   )   ) ; 
 
 	 	 / /   R e t u r n   t h e   r e s u l t i n g   s e r i a l i z a t i o n 
 	 	 r e t u r n   s . j o i n ( " & " ) . r e p l a c e ( / % 2 0 / g ,   " + " ) ; 
 	 } 
 
 } ) ; 
 j Q u e r y . f n . e x t e n d ( { 
 	 s h o w :   f u n c t i o n ( s p e e d , c a l l b a c k ) { 
 	 	 r e t u r n   s p e e d   ? 
 	 	 	 t h i s . a n i m a t e ( { 
 	 	 	 	 h e i g h t :   " s h o w " ,   w i d t h :   " s h o w " ,   o p a c i t y :   " s h o w " 
 	 	 	 } ,   s p e e d ,   c a l l b a c k )   : 
 
 	 	 	 t h i s . f i l t e r ( " : h i d d e n " ) . e a c h ( f u n c t i o n ( ) { 
 	 	 	 	 t h i s . s t y l e . d i s p l a y   =   t h i s . o l d b l o c k   | |   " " ; 
 	 	 	 	 i f   (   j Q u e r y . c s s ( t h i s , " d i s p l a y " )   = =   " n o n e "   )   { 
 	 	 	 	 	 v a r   e l e m   =   j Q u e r y ( " < "   +   t h i s . t a g N a m e   +   "   / > " ) . a p p e n d T o ( " b o d y " ) ; 
 	 	 	 	 	 t h i s . s t y l e . d i s p l a y   =   e l e m . c s s ( " d i s p l a y " ) ; 
 	 	 	 	 	 / /   h a n d l e   a n   e d g e   c o n d i t i o n   w h e r e   c s s   i s   -   d i v   {   d i s p l a y : n o n e ;   }   o r   s i m i l a r 
 	 	 	 	 	 i f   ( t h i s . s t y l e . d i s p l a y   = =   " n o n e " ) 
 	 	 	 	 	 	 t h i s . s t y l e . d i s p l a y   =   " b l o c k " ; 
 	 	 	 	 	 e l e m . r e m o v e ( ) ; 
 	 	 	 	 } 
 	 	 	 } ) . e n d ( ) ; 
 	 } , 
 
 	 h i d e :   f u n c t i o n ( s p e e d , c a l l b a c k ) { 
 	 	 r e t u r n   s p e e d   ? 
 	 	 	 t h i s . a n i m a t e ( { 
 	 	 	 	 h e i g h t :   " h i d e " ,   w i d t h :   " h i d e " ,   o p a c i t y :   " h i d e " 
 	 	 	 } ,   s p e e d ,   c a l l b a c k )   : 
 
 	 	 	 t h i s . f i l t e r ( " : v i s i b l e " ) . e a c h ( f u n c t i o n ( ) { 
 	 	 	 	 t h i s . o l d b l o c k   =   t h i s . o l d b l o c k   | |   j Q u e r y . c s s ( t h i s , " d i s p l a y " ) ; 
 	 	 	 	 t h i s . s t y l e . d i s p l a y   =   " n o n e " ; 
 	 	 	 } ) . e n d ( ) ; 
 	 } , 
 
 	 / /   S a v e   t h e   o l d   t o g g l e   f u n c t i o n 
 	 _ t o g g l e :   j Q u e r y . f n . t o g g l e , 
 
 	 t o g g l e :   f u n c t i o n (   f n ,   f n 2   ) { 
 	 	 r e t u r n   j Q u e r y . i s F u n c t i o n ( f n )   & &   j Q u e r y . i s F u n c t i o n ( f n 2 )   ? 
 	 	 	 t h i s . _ t o g g l e . a p p l y (   t h i s ,   a r g u m e n t s   )   : 
 	 	 	 f n   ? 
 	 	 	 	 t h i s . a n i m a t e ( { 
 	 	 	 	 	 h e i g h t :   " t o g g l e " ,   w i d t h :   " t o g g l e " ,   o p a c i t y :   " t o g g l e " 
 	 	 	 	 } ,   f n ,   f n 2 )   : 
 	 	 	 	 t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 	 	 j Q u e r y ( t h i s ) [   j Q u e r y ( t h i s ) . i s ( " : h i d d e n " )   ?   " s h o w "   :   " h i d e "   ] ( ) ; 
 	 	 	 	 } ) ; 
 	 } , 
 
 	 s l i d e D o w n :   f u n c t i o n ( s p e e d , c a l l b a c k ) { 
 	 	 r e t u r n   t h i s . a n i m a t e ( { h e i g h t :   " s h o w " } ,   s p e e d ,   c a l l b a c k ) ; 
 	 } , 
 
 	 s l i d e U p :   f u n c t i o n ( s p e e d , c a l l b a c k ) { 
 	 	 r e t u r n   t h i s . a n i m a t e ( { h e i g h t :   " h i d e " } ,   s p e e d ,   c a l l b a c k ) ; 
 	 } , 
 
 	 s l i d e T o g g l e :   f u n c t i o n ( s p e e d ,   c a l l b a c k ) { 
 	 	 r e t u r n   t h i s . a n i m a t e ( { h e i g h t :   " t o g g l e " } ,   s p e e d ,   c a l l b a c k ) ; 
 	 } , 
 
 	 f a d e I n :   f u n c t i o n ( s p e e d ,   c a l l b a c k ) { 
 	 	 r e t u r n   t h i s . a n i m a t e ( { o p a c i t y :   " s h o w " } ,   s p e e d ,   c a l l b a c k ) ; 
 	 } , 
 
 	 f a d e O u t :   f u n c t i o n ( s p e e d ,   c a l l b a c k ) { 
 	 	 r e t u r n   t h i s . a n i m a t e ( { o p a c i t y :   " h i d e " } ,   s p e e d ,   c a l l b a c k ) ; 
 	 } , 
 
 	 f a d e T o :   f u n c t i o n ( s p e e d , t o , c a l l b a c k ) { 
 	 	 r e t u r n   t h i s . a n i m a t e ( { o p a c i t y :   t o } ,   s p e e d ,   c a l l b a c k ) ; 
 	 } , 
 
 	 a n i m a t e :   f u n c t i o n (   p r o p ,   s p e e d ,   e a s i n g ,   c a l l b a c k   )   { 
 	 	 v a r   o p t a l l   =   j Q u e r y . s p e e d ( s p e e d ,   e a s i n g ,   c a l l b a c k ) ; 
 
 	 	 r e t u r n   t h i s [   o p t a l l . q u e u e   = = =   f a l s e   ?   " e a c h "   :   " q u e u e "   ] ( f u n c t i o n ( ) { 
 	 	 	 i f   (   t h i s . n o d e T y p e   ! =   1 ) 
 	 	 	 	 r e t u r n   f a l s e ; 
 
 	 	 	 v a r   o p t   =   j Q u e r y . e x t e n d ( { } ,   o p t a l l ) ,   p , 
 	 	 	 	 h i d d e n   =   j Q u e r y ( t h i s ) . i s ( " : h i d d e n " ) ,   s e l f   =   t h i s ; 
 
 	 	 	 f o r   (   p   i n   p r o p   )   { 
 	 	 	 	 i f   (   p r o p [ p ]   = =   " h i d e "   & &   h i d d e n   | |   p r o p [ p ]   = =   " s h o w "   & &   ! h i d d e n   ) 
 	 	 	 	 	 r e t u r n   o p t . c o m p l e t e . c a l l ( t h i s ) ; 
 
 	 	 	 	 i f   (   p   = =   " h e i g h t "   | |   p   = =   " w i d t h "   )   { 
 	 	 	 	 	 / /   S t o r e   d i s p l a y   p r o p e r t y 
 	 	 	 	 	 o p t . d i s p l a y   =   j Q u e r y . c s s ( t h i s ,   " d i s p l a y " ) ; 
 
 	 	 	 	 	 / /   M a k e   s u r e   t h a t   n o t h i n g   s n e a k s   o u t 
 	 	 	 	 	 o p t . o v e r f l o w   =   t h i s . s t y l e . o v e r f l o w ; 
 	 	 	 	 } 
 	 	 	 } 
 
 	 	 	 i f   (   o p t . o v e r f l o w   ! =   n u l l   ) 
 	 	 	 	 t h i s . s t y l e . o v e r f l o w   =   " h i d d e n " ; 
 
 	 	 	 o p t . c u r A n i m   =   j Q u e r y . e x t e n d ( { } ,   p r o p ) ; 
 
 	 	 	 j Q u e r y . e a c h (   p r o p ,   f u n c t i o n ( n a m e ,   v a l ) { 
 	 	 	 	 v a r   e   =   n e w   j Q u e r y . f x (   s e l f ,   o p t ,   n a m e   ) ; 
 
 	 	 	 	 i f   (   / t o g g l e | s h o w | h i d e / . t e s t ( v a l )   ) 
 	 	 	 	 	 e [   v a l   = =   " t o g g l e "   ?   h i d d e n   ?   " s h o w "   :   " h i d e "   :   v a l   ] (   p r o p   ) ; 
 	 	 	 	 e l s e   { 
 	 	 	 	 	 v a r   p a r t s   =   v a l . t o S t r i n g ( ) . m a t c h ( / ^ ( [ + - ] = ) ? ( [ \ d + - . ] + ) ( . * ) $ / ) , 
 	 	 	 	 	 	 s t a r t   =   e . c u r ( t r u e )   | |   0 ; 
 
 	 	 	 	 	 i f   (   p a r t s   )   { 
 	 	 	 	 	 	 v a r   e n d   =   p a r s e F l o a t ( p a r t s [ 2 ] ) , 
 	 	 	 	 	 	 	 u n i t   =   p a r t s [ 3 ]   | |   " p x " ; 
 
 	 	 	 	 	 	 / /   W e   n e e d   t o   c o m p u t e   s t a r t i n g   v a l u e 
 	 	 	 	 	 	 i f   (   u n i t   ! =   " p x "   )   { 
 	 	 	 	 	 	 	 s e l f . s t y l e [   n a m e   ]   =   ( e n d   | |   1 )   +   u n i t ; 
 	 	 	 	 	 	 	 s t a r t   =   ( ( e n d   | |   1 )   /   e . c u r ( t r u e ) )   *   s t a r t ; 
 	 	 	 	 	 	 	 s e l f . s t y l e [   n a m e   ]   =   s t a r t   +   u n i t ; 
 	 	 	 	 	 	 } 
 
 	 	 	 	 	 	 / /   I f   a   + = / - =   t o k e n   w a s   p r o v i d e d ,   w e ' r e   d o i n g   a   r e l a t i v e   a n i m a t i o n 
 	 	 	 	 	 	 i f   (   p a r t s [ 1 ]   ) 
 	 	 	 	 	 	 	 e n d   =   ( ( p a r t s [ 1 ]   = =   " - = "   ?   - 1   :   1 )   *   e n d )   +   s t a r t ; 
 
 	 	 	 	 	 	 e . c u s t o m (   s t a r t ,   e n d ,   u n i t   ) ; 
 	 	 	 	 	 }   e l s e 
 	 	 	 	 	 	 e . c u s t o m (   s t a r t ,   v a l ,   " "   ) ; 
 	 	 	 	 } 
 	 	 	 } ) ; 
 
 	 	 	 / /   F o r   J S   s t r i c t   c o m p l i a n c e 
 	 	 	 r e t u r n   t r u e ; 
 	 	 } ) ; 
 	 } , 
 
 	 q u e u e :   f u n c t i o n ( t y p e ,   f n ) { 
 	 	 i f   (   j Q u e r y . i s F u n c t i o n ( t y p e )   | |   (   t y p e   & &   t y p e . c o n s t r u c t o r   = =   A r r a y   ) )   { 
 	 	 	 f n   =   t y p e ; 
 	 	 	 t y p e   =   " f x " ; 
 	 	 } 
 
 	 	 i f   (   ! t y p e   | |   ( t y p e o f   t y p e   = =   " s t r i n g "   & &   ! f n )   ) 
 	 	 	 r e t u r n   q u e u e (   t h i s [ 0 ] ,   t y p e   ) ; 
 
 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 i f   (   f n . c o n s t r u c t o r   = =   A r r a y   ) 
 	 	 	 	 q u e u e ( t h i s ,   t y p e ,   f n ) ; 
 	 	 	 e l s e   { 
 	 	 	 	 q u e u e ( t h i s ,   t y p e ) . p u s h (   f n   ) ; 
 
 	 	 	 	 i f   (   q u e u e ( t h i s ,   t y p e ) . l e n g t h   = =   1   ) 
 	 	 	 	 	 f n . c a l l ( t h i s ) ; 
 	 	 	 } 
 	 	 } ) ; 
 	 } , 
 
 	 s t o p :   f u n c t i o n ( c l e a r Q u e u e ,   g o t o E n d ) { 
 	 	 v a r   t i m e r s   =   j Q u e r y . t i m e r s ; 
 
 	 	 i f   ( c l e a r Q u e u e ) 
 	 	 	 t h i s . q u e u e ( [ ] ) ; 
 
 	 	 t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 	 / /   g o   i n   r e v e r s e   o r d e r   s o   a n y t h i n g   a d d e d   t o   t h e   q u e u e   d u r i n g   t h e   l o o p   i s   i g n o r e d 
 	 	 	 f o r   (   v a r   i   =   t i m e r s . l e n g t h   -   1 ;   i   > =   0 ;   i - -   ) 
 	 	 	 	 i f   (   t i m e r s [ i ] . e l e m   = =   t h i s   )   { 
 	 	 	 	 	 i f   ( g o t o E n d ) 
 	 	 	 	 	 	 / /   f o r c e   t h e   n e x t   s t e p   t o   b e   t h e   l a s t 
 	 	 	 	 	 	 t i m e r s [ i ] ( t r u e ) ; 
 	 	 	 	 	 t i m e r s . s p l i c e ( i ,   1 ) ; 
 	 	 	 	 } 
 	 	 } ) ; 
 
 	 	 / /   s t a r t   t h e   n e x t   i n   t h e   q u e u e   i f   t h e   l a s t   s t e p   w a s n ' t   f o r c e d 
 	 	 i f   ( ! g o t o E n d ) 
 	 	 	 t h i s . d e q u e u e ( ) ; 
 
 	 	 r e t u r n   t h i s ; 
 	 } 
 
 } ) ; 
 
 v a r   q u e u e   =   f u n c t i o n (   e l e m ,   t y p e ,   a r r a y   )   { 
 	 i f   (   e l e m   ) { 
 
 	 	 t y p e   =   t y p e   | |   " f x " ; 
 
 	 	 v a r   q   =   j Q u e r y . d a t a (   e l e m ,   t y p e   +   " q u e u e "   ) ; 
 
 	 	 i f   (   ! q   | |   a r r a y   ) 
 	 	 	 q   =   j Q u e r y . d a t a (   e l e m ,   t y p e   +   " q u e u e " ,   j Q u e r y . m a k e A r r a y ( a r r a y )   ) ; 
 
 	 } 
 	 r e t u r n   q ; 
 } ; 
 
 j Q u e r y . f n . d e q u e u e   =   f u n c t i o n ( t y p e ) { 
 	 t y p e   =   t y p e   | |   " f x " ; 
 
 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( ) { 
 	 	 v a r   q   =   q u e u e ( t h i s ,   t y p e ) ; 
 
 	 	 q . s h i f t ( ) ; 
 
 	 	 i f   (   q . l e n g t h   ) 
 	 	 	 q [ 0 ] . c a l l (   t h i s   ) ; 
 	 } ) ; 
 } ; 
 
 j Q u e r y . e x t e n d ( { 
 
 	 s p e e d :   f u n c t i o n ( s p e e d ,   e a s i n g ,   f n )   { 
 	 	 v a r   o p t   =   s p e e d   & &   s p e e d . c o n s t r u c t o r   = =   O b j e c t   ?   s p e e d   :   { 
 	 	 	 c o m p l e t e :   f n   | |   ! f n   & &   e a s i n g   | | 
 	 	 	 	 j Q u e r y . i s F u n c t i o n (   s p e e d   )   & &   s p e e d , 
 	 	 	 d u r a t i o n :   s p e e d , 
 	 	 	 e a s i n g :   f n   & &   e a s i n g   | |   e a s i n g   & &   e a s i n g . c o n s t r u c t o r   ! =   F u n c t i o n   & &   e a s i n g 
 	 	 } ; 
 
 	 	 o p t . d u r a t i o n   =   ( o p t . d u r a t i o n   & &   o p t . d u r a t i o n . c o n s t r u c t o r   = =   N u m b e r   ? 
 	 	 	 o p t . d u r a t i o n   : 
 	 	 	 j Q u e r y . f x . s p e e d s [ o p t . d u r a t i o n ] )   | |   j Q u e r y . f x . s p e e d s . d e f ; 
 
 	 	 / /   Q u e u e i n g 
 	 	 o p t . o l d   =   o p t . c o m p l e t e ; 
 	 	 o p t . c o m p l e t e   =   f u n c t i o n ( ) { 
 	 	 	 i f   (   o p t . q u e u e   ! = =   f a l s e   ) 
 	 	 	 	 j Q u e r y ( t h i s ) . d e q u e u e ( ) ; 
 	 	 	 i f   (   j Q u e r y . i s F u n c t i o n (   o p t . o l d   )   ) 
 	 	 	 	 o p t . o l d . c a l l (   t h i s   ) ; 
 	 	 } ; 
 
 	 	 r e t u r n   o p t ; 
 	 } , 
 
 	 e a s i n g :   { 
 	 	 l i n e a r :   f u n c t i o n (   p ,   n ,   f i r s t N u m ,   d i f f   )   { 
 	 	 	 r e t u r n   f i r s t N u m   +   d i f f   *   p ; 
 	 	 } , 
 	 	 s w i n g :   f u n c t i o n (   p ,   n ,   f i r s t N u m ,   d i f f   )   { 
 	 	 	 r e t u r n   ( ( - M a t h . c o s ( p * M a t h . P I ) / 2 )   +   0 . 5 )   *   d i f f   +   f i r s t N u m ; 
 	 	 } 
 	 } , 
 
 	 t i m e r s :   [ ] , 
 	 t i m e r I d :   n u l l , 
 
 	 f x :   f u n c t i o n (   e l e m ,   o p t i o n s ,   p r o p   ) { 
 	 	 t h i s . o p t i o n s   =   o p t i o n s ; 
 	 	 t h i s . e l e m   =   e l e m ; 
 	 	 t h i s . p r o p   =   p r o p ; 
 
 	 	 i f   (   ! o p t i o n s . o r i g   ) 
 	 	 	 o p t i o n s . o r i g   =   { } ; 
 	 } 
 
 } ) ; 
 
 j Q u e r y . f x . p r o t o t y p e   =   { 
 
 	 / /   S i m p l e   f u n c t i o n   f o r   s e t t i n g   a   s t y l e   v a l u e 
 	 u p d a t e :   f u n c t i o n ( ) { 
 	 	 i f   (   t h i s . o p t i o n s . s t e p   ) 
 	 	 	 t h i s . o p t i o n s . s t e p . c a l l (   t h i s . e l e m ,   t h i s . n o w ,   t h i s   ) ; 
 
 	 	 ( j Q u e r y . f x . s t e p [ t h i s . p r o p ]   | |   j Q u e r y . f x . s t e p . _ d e f a u l t ) (   t h i s   ) ; 
 
 	 	 / /   S e t   d i s p l a y   p r o p e r t y   t o   b l o c k   f o r   h e i g h t / w i d t h   a n i m a t i o n s 
 	 	 i f   (   t h i s . p r o p   = =   " h e i g h t "   | |   t h i s . p r o p   = =   " w i d t h "   ) 
 	 	 	 t h i s . e l e m . s t y l e . d i s p l a y   =   " b l o c k " ; 
 	 } , 
 
 	 / /   G e t   t h e   c u r r e n t   s i z e 
 	 c u r :   f u n c t i o n ( f o r c e ) { 
 	 	 i f   (   t h i s . e l e m [ t h i s . p r o p ]   ! =   n u l l   & &   t h i s . e l e m . s t y l e [ t h i s . p r o p ]   = =   n u l l   ) 
 	 	 	 r e t u r n   t h i s . e l e m [   t h i s . p r o p   ] ; 
 
 	 	 v a r   r   =   p a r s e F l o a t ( j Q u e r y . c s s ( t h i s . e l e m ,   t h i s . p r o p ,   f o r c e ) ) ; 
 	 	 r e t u r n   r   & &   r   >   - 1 0 0 0 0   ?   r   :   p a r s e F l o a t ( j Q u e r y . c u r C S S ( t h i s . e l e m ,   t h i s . p r o p ) )   | |   0 ; 
 	 } , 
 
 	 / /   S t a r t   a n   a n i m a t i o n   f r o m   o n e   n u m b e r   t o   a n o t h e r 
 	 c u s t o m :   f u n c t i o n ( f r o m ,   t o ,   u n i t ) { 
 	 	 t h i s . s t a r t T i m e   =   n o w ( ) ; 
 	 	 t h i s . s t a r t   =   f r o m ; 
 	 	 t h i s . e n d   =   t o ; 
 	 	 t h i s . u n i t   =   u n i t   | |   t h i s . u n i t   | |   " p x " ; 
 	 	 t h i s . n o w   =   t h i s . s t a r t ; 
 	 	 t h i s . p o s   =   t h i s . s t a t e   =   0 ; 
 	 	 t h i s . u p d a t e ( ) ; 
 
 	 	 v a r   s e l f   =   t h i s ; 
 	 	 f u n c t i o n   t ( g o t o E n d ) { 
 	 	 	 r e t u r n   s e l f . s t e p ( g o t o E n d ) ; 
 	 	 } 
 
 	 	 t . e l e m   =   t h i s . e l e m ; 
 
 	 	 j Q u e r y . t i m e r s . p u s h ( t ) ; 
 
 	 	 i f   (   j Q u e r y . t i m e r I d   = =   n u l l   )   { 
 	 	 	 j Q u e r y . t i m e r I d   =   s e t I n t e r v a l ( f u n c t i o n ( ) { 
 	 	 	 	 v a r   t i m e r s   =   j Q u e r y . t i m e r s ; 
 
 	 	 	 	 f o r   (   v a r   i   =   0 ;   i   <   t i m e r s . l e n g t h ;   i + +   ) 
 	 	 	 	 	 i f   (   ! t i m e r s [ i ] ( )   ) 
 	 	 	 	 	 	 t i m e r s . s p l i c e ( i - - ,   1 ) ; 
 
 	 	 	 	 i f   (   ! t i m e r s . l e n g t h   )   { 
 	 	 	 	 	 c l e a r I n t e r v a l (   j Q u e r y . t i m e r I d   ) ; 
 	 	 	 	 	 j Q u e r y . t i m e r I d   =   n u l l ; 
 	 	 	 	 } 
 	 	 	 } ,   1 3 ) ; 
 	 	 } 
 	 } , 
 
 	 / /   S i m p l e   ' s h o w '   f u n c t i o n 
 	 s h o w :   f u n c t i o n ( ) { 
 	 	 / /   R e m e m b e r   w h e r e   w e   s t a r t e d ,   s o   t h a t   w e   c a n   g o   b a c k   t o   i t   l a t e r 
 	 	 t h i s . o p t i o n s . o r i g [ t h i s . p r o p ]   =   j Q u e r y . a t t r (   t h i s . e l e m . s t y l e ,   t h i s . p r o p   ) ; 
 	 	 t h i s . o p t i o n s . s h o w   =   t r u e ; 
 
 	 	 / /   B e g i n   t h e   a n i m a t i o n 
 	 	 t h i s . c u s t o m ( 0 ,   t h i s . c u r ( ) ) ; 
 
 	 	 / /   M a k e   s u r e   t h a t   w e   s t a r t   a t   a   s m a l l   w i d t h / h e i g h t   t o   a v o i d   a n y 
 	 	 / /   f l a s h   o f   c o n t e n t 
 	 	 i f   (   t h i s . p r o p   = =   " w i d t h "   | |   t h i s . p r o p   = =   " h e i g h t "   ) 
 	 	 	 t h i s . e l e m . s t y l e [ t h i s . p r o p ]   =   " 1 p x " ; 
 
 	 	 / /   S t a r t   b y   s h o w i n g   t h e   e l e m e n t 
 	 	 j Q u e r y ( t h i s . e l e m ) . s h o w ( ) ; 
 	 } , 
 
 	 / /   S i m p l e   ' h i d e '   f u n c t i o n 
 	 h i d e :   f u n c t i o n ( ) { 
 	 	 / /   R e m e m b e r   w h e r e   w e   s t a r t e d ,   s o   t h a t   w e   c a n   g o   b a c k   t o   i t   l a t e r 
 	 	 t h i s . o p t i o n s . o r i g [ t h i s . p r o p ]   =   j Q u e r y . a t t r (   t h i s . e l e m . s t y l e ,   t h i s . p r o p   ) ; 
 	 	 t h i s . o p t i o n s . h i d e   =   t r u e ; 
 
 	 	 / /   B e g i n   t h e   a n i m a t i o n 
 	 	 t h i s . c u s t o m ( t h i s . c u r ( ) ,   0 ) ; 
 	 } , 
 
 	 / /   E a c h   s t e p   o f   a n   a n i m a t i o n 
 	 s t e p :   f u n c t i o n ( g o t o E n d ) { 
 	 	 v a r   t   =   n o w ( ) ; 
 
 	 	 i f   (   g o t o E n d   | |   t   >   t h i s . o p t i o n s . d u r a t i o n   +   t h i s . s t a r t T i m e   )   { 
 	 	 	 t h i s . n o w   =   t h i s . e n d ; 
 	 	 	 t h i s . p o s   =   t h i s . s t a t e   =   1 ; 
 	 	 	 t h i s . u p d a t e ( ) ; 
 
 	 	 	 t h i s . o p t i o n s . c u r A n i m [   t h i s . p r o p   ]   =   t r u e ; 
 
 	 	 	 v a r   d o n e   =   t r u e ; 
 	 	 	 f o r   (   v a r   i   i n   t h i s . o p t i o n s . c u r A n i m   ) 
 	 	 	 	 i f   (   t h i s . o p t i o n s . c u r A n i m [ i ]   ! = =   t r u e   ) 
 	 	 	 	 	 d o n e   =   f a l s e ; 
 
 	 	 	 i f   (   d o n e   )   { 
 	 	 	 	 i f   (   t h i s . o p t i o n s . d i s p l a y   ! =   n u l l   )   { 
 	 	 	 	 	 / /   R e s e t   t h e   o v e r f l o w 
 	 	 	 	 	 t h i s . e l e m . s t y l e . o v e r f l o w   =   t h i s . o p t i o n s . o v e r f l o w ; 
 
 	 	 	 	 	 / /   R e s e t   t h e   d i s p l a y 
 	 	 	 	 	 t h i s . e l e m . s t y l e . d i s p l a y   =   t h i s . o p t i o n s . d i s p l a y ; 
 	 	 	 	 	 i f   (   j Q u e r y . c s s ( t h i s . e l e m ,   " d i s p l a y " )   = =   " n o n e "   ) 
 	 	 	 	 	 	 t h i s . e l e m . s t y l e . d i s p l a y   =   " b l o c k " ; 
 	 	 	 	 } 
 
 	 	 	 	 / /   H i d e   t h e   e l e m e n t   i f   t h e   " h i d e "   o p e r a t i o n   w a s   d o n e 
 	 	 	 	 i f   (   t h i s . o p t i o n s . h i d e   ) 
 	 	 	 	 	 t h i s . e l e m . s t y l e . d i s p l a y   =   " n o n e " ; 
 
 	 	 	 	 / /   R e s e t   t h e   p r o p e r t i e s ,   i f   t h e   i t e m   h a s   b e e n   h i d d e n   o r   s h o w n 
 	 	 	 	 i f   (   t h i s . o p t i o n s . h i d e   | |   t h i s . o p t i o n s . s h o w   ) 
 	 	 	 	 	 f o r   (   v a r   p   i n   t h i s . o p t i o n s . c u r A n i m   ) 
 	 	 	 	 	 	 j Q u e r y . a t t r ( t h i s . e l e m . s t y l e ,   p ,   t h i s . o p t i o n s . o r i g [ p ] ) ; 
 	 	 	 } 
 
 	 	 	 i f   (   d o n e   ) 
 	 	 	 	 / /   E x e c u t e   t h e   c o m p l e t e   f u n c t i o n 
 	 	 	 	 t h i s . o p t i o n s . c o m p l e t e . c a l l (   t h i s . e l e m   ) ; 
 
 	 	 	 r e t u r n   f a l s e ; 
 	 	 }   e l s e   { 
 	 	 	 v a r   n   =   t   -   t h i s . s t a r t T i m e ; 
 	 	 	 t h i s . s t a t e   =   n   /   t h i s . o p t i o n s . d u r a t i o n ; 
 
 	 	 	 / /   P e r f o r m   t h e   e a s i n g   f u n c t i o n ,   d e f a u l t s   t o   s w i n g 
 	 	 	 t h i s . p o s   =   j Q u e r y . e a s i n g [ t h i s . o p t i o n s . e a s i n g   | |   ( j Q u e r y . e a s i n g . s w i n g   ?   " s w i n g "   :   " l i n e a r " ) ] ( t h i s . s t a t e ,   n ,   0 ,   1 ,   t h i s . o p t i o n s . d u r a t i o n ) ; 
 	 	 	 t h i s . n o w   =   t h i s . s t a r t   +   ( ( t h i s . e n d   -   t h i s . s t a r t )   *   t h i s . p o s ) ; 
 
 	 	 	 / /   P e r f o r m   t h e   n e x t   s t e p   o f   t h e   a n i m a t i o n 
 	 	 	 t h i s . u p d a t e ( ) ; 
 	 	 } 
 
 	 	 r e t u r n   t r u e ; 
 	 } 
 
 } ; 
 
 j Q u e r y . e x t e n d (   j Q u e r y . f x ,   { 
 	 s p e e d s : { 
 	 	 s l o w :   6 0 0 , 
   	 	 f a s t :   2 0 0 , 
   	 	 / /   D e f a u l t   s p e e d 
   	 	 d e f :   4 0 0 
 	 } , 
 	 s t e p :   { 
 	 	 s c r o l l L e f t :   f u n c t i o n ( f x ) { 
 	 	 	 f x . e l e m . s c r o l l L e f t   =   f x . n o w ; 
 	 	 } , 
 
 	 	 s c r o l l T o p :   f u n c t i o n ( f x ) { 
 	 	 	 f x . e l e m . s c r o l l T o p   =   f x . n o w ; 
 	 	 } , 
 
 	 	 o p a c i t y :   f u n c t i o n ( f x ) { 
 	 	 	 j Q u e r y . a t t r ( f x . e l e m . s t y l e ,   " o p a c i t y " ,   f x . n o w ) ; 
 	 	 } , 
 
 	 	 _ d e f a u l t :   f u n c t i o n ( f x ) { 
 	 	 	 f x . e l e m . s t y l e [   f x . p r o p   ]   =   f x . n o w   +   f x . u n i t ; 
 	 	 } 
 	 } 
 } ) ; 
 / /   T h e   O f f s e t   M e t h o d 
 / /   O r i g i n a l l y   B y   B r a n d o n   A a r o n ,   p a r t   o f   t h e   D i m e n s i o n   P l u g i n 
 / /   h t t p : / / j q u e r y . c o m / p l u g i n s / p r o j e c t / d i m e n s i o n s 
 j Q u e r y . f n . o f f s e t   =   f u n c t i o n ( )   { 
 	 v a r   l e f t   =   0 ,   t o p   =   0 ,   e l e m   =   t h i s [ 0 ] ,   r e s u l t s ; 
 
 	 i f   (   e l e m   )   w i t h   (   j Q u e r y . b r o w s e r   )   { 
 	 	 v a r   p a r e n t               =   e l e m . p a r e n t N o d e , 
 	 	         o f f s e t C h i l d     =   e l e m , 
 	 	         o f f s e t P a r e n t   =   e l e m . o f f s e t P a r e n t , 
 	 	         d o c                     =   e l e m . o w n e r D o c u m e n t , 
 	 	         s a f a r i 2             =   s a f a r i   & &   p a r s e I n t ( v e r s i o n )   <   5 2 2   & &   ! / a d o b e a i r / i . t e s t ( u s e r A g e n t ) , 
 	 	         c s s                     =   j Q u e r y . c u r C S S , 
 	 	         f i x e d                 =   c s s ( e l e m ,   " p o s i t i o n " )   = =   " f i x e d " ; 
 
 	 	 / /   U s e   g e t B o u n d i n g C l i e n t R e c t   i f   a v a i l a b l e 
 	 	 i f   (   e l e m . g e t B o u n d i n g C l i e n t R e c t   )   { 
 	 	 	 v a r   b o x   =   e l e m . g e t B o u n d i n g C l i e n t R e c t ( ) ; 
 
 	 	 	 / /   A d d   t h e   d o c u m e n t   s c r o l l   o f f s e t s 
 	 	 	 a d d ( b o x . l e f t   +   M a t h . m a x ( d o c . d o c u m e n t E l e m e n t . s c r o l l L e f t ,   d o c . b o d y . s c r o l l L e f t ) , 
 	 	 	 	 b o x . t o p     +   M a t h . m a x ( d o c . d o c u m e n t E l e m e n t . s c r o l l T o p ,     d o c . b o d y . s c r o l l T o p ) ) ; 
 
 	 	 	 / /   I E   a d d s   t h e   H T M L   e l e m e n t ' s   b o r d e r ,   b y   d e f a u l t   i t   i s   m e d i u m   w h i c h   i s   2 p x 
 	 	 	 / /   I E   6   a n d   7   q u i r k s   m o d e   t h e   b o r d e r   w i d t h   i s   o v e r w r i t a b l e   b y   t h e   f o l l o w i n g   c s s   h t m l   {   b o r d e r :   0 ;   } 
 	 	 	 / /   I E   7   s t a n d a r d s   m o d e ,   t h e   b o r d e r   i s   a l w a y s   2 p x 
 	 	 	 / /   T h i s   b o r d e r / o f f s e t   i s   t y p i c a l l y   r e p r e s e n t e d   b y   t h e   c l i e n t L e f t   a n d   c l i e n t T o p   p r o p e r t i e s 
 	 	 	 / /   H o w e v e r ,   i n   I E 6   a n d   7   q u i r k s   m o d e   t h e   c l i e n t L e f t   a n d   c l i e n t T o p   p r o p e r t i e s   a r e   n o t   u p d a t e d   w h e n   o v e r w r i t i n g   i t   v i a   C S S 
 	 	 	 / /   T h e r e f o r e   t h i s   m e t h o d   w i l l   b e   o f f   b y   2 p x   i n   I E   w h i l e   i n   q u i r k s m o d e 
 	 	 	 a d d (   - d o c . d o c u m e n t E l e m e n t . c l i e n t L e f t ,   - d o c . d o c u m e n t E l e m e n t . c l i e n t T o p   ) ; 
 
 	 	 / /   O t h e r w i s e   l o o p   t h r o u g h   t h e   o f f s e t P a r e n t s   a n d   p a r e n t N o d e s 
 	 	 }   e l s e   { 
 
 	 	 	 / /   I n i t i a l   e l e m e n t   o f f s e t s 
 	 	 	 a d d (   e l e m . o f f s e t L e f t ,   e l e m . o f f s e t T o p   ) ; 
 
 	 	 	 / /   G e t   p a r e n t   o f f s e t s 
 	 	 	 w h i l e   (   o f f s e t P a r e n t   )   { 
 	 	 	 	 / /   A d d   o f f s e t P a r e n t   o f f s e t s 
 	 	 	 	 a d d (   o f f s e t P a r e n t . o f f s e t L e f t ,   o f f s e t P a r e n t . o f f s e t T o p   ) ; 
 
 	 	 	 	 / /   M o z i l l a   a n d   S a f a r i   >   2   d o e s   n o t   i n c l u d e   t h e   b o r d e r   o n   o f f s e t   p a r e n t s 
 	 	 	 	 / /   H o w e v e r   M o z i l l a   a d d s   t h e   b o r d e r   f o r   t a b l e   o r   t a b l e   c e l l s 
 	 	 	 	 i f   (   m o z i l l a   & &   ! / ^ t ( a b l e | d | h ) $ / i . t e s t ( o f f s e t P a r e n t . t a g N a m e )   | |   s a f a r i   & &   ! s a f a r i 2   ) 
 	 	 	 	 	 b o r d e r (   o f f s e t P a r e n t   ) ; 
 
 	 	 	 	 / /   A d d   t h e   d o c u m e n t   s c r o l l   o f f s e t s   i f   p o s i t i o n   i s   f i x e d   o n   a n y   o f f s e t P a r e n t 
 	 	 	 	 i f   (   ! f i x e d   & &   c s s ( o f f s e t P a r e n t ,   " p o s i t i o n " )   = =   " f i x e d "   ) 
 	 	 	 	 	 f i x e d   =   t r u e ; 
 
 	 	 	 	 / /   S e t   o f f s e t C h i l d   t o   p r e v i o u s   o f f s e t P a r e n t   u n l e s s   i t   i s   t h e   b o d y   e l e m e n t 
 	 	 	 	 o f f s e t C h i l d     =   / ^ b o d y $ / i . t e s t ( o f f s e t P a r e n t . t a g N a m e )   ?   o f f s e t C h i l d   :   o f f s e t P a r e n t ; 
 	 	 	 	 / /   G e t   n e x t   o f f s e t P a r e n t 
 	 	 	 	 o f f s e t P a r e n t   =   o f f s e t P a r e n t . o f f s e t P a r e n t ; 
 	 	 	 } 
 
 	 	 	 / /   G e t   p a r e n t   s c r o l l   o f f s e t s 
 	 	 	 w h i l e   (   p a r e n t   & &   p a r e n t . t a g N a m e   & &   ! / ^ b o d y | h t m l $ / i . t e s t ( p a r e n t . t a g N a m e )   )   { 
 	 	 	 	 / /   R e m o v e   p a r e n t   s c r o l l   U N L E S S   t h a t   p a r e n t   i s   i n l i n e   o r   a   t a b l e   t o   w o r k   a r o u n d   O p e r a   i n l i n e / t a b l e   s c r o l l L e f t / T o p   b u g 
 	 	 	 	 i f   (   ! / ^ i n l i n e | t a b l e . * $ / i . t e s t ( c s s ( p a r e n t ,   " d i s p l a y " ) )   ) 
 	 	 	 	 	 / /   S u b t r a c t   p a r e n t   s c r o l l   o f f s e t s 
 	 	 	 	 	 a d d (   - p a r e n t . s c r o l l L e f t ,   - p a r e n t . s c r o l l T o p   ) ; 
 
 	 	 	 	 / /   M o z i l l a   d o e s   n o t   a d d   t h e   b o r d e r   f o r   a   p a r e n t   t h a t   h a s   o v e r f l o w   ! =   v i s i b l e 
 	 	 	 	 i f   (   m o z i l l a   & &   c s s ( p a r e n t ,   " o v e r f l o w " )   ! =   " v i s i b l e "   ) 
 	 	 	 	 	 b o r d e r (   p a r e n t   ) ; 
 
 	 	 	 	 / /   G e t   n e x t   p a r e n t 
 	 	 	 	 p a r e n t   =   p a r e n t . p a r e n t N o d e ; 
 	 	 	 } 
 
 	 	 	 / /   S a f a r i   < =   2   d o u b l e s   b o d y   o f f s e t s   w i t h   a   f i x e d   p o s i t i o n   e l e m e n t / o f f s e t P a r e n t   o r   a b s o l u t e l y   p o s i t i o n e d   o f f s e t C h i l d 
 	 	 	 / /   M o z i l l a   d o u b l e s   b o d y   o f f s e t s   w i t h   a   n o n - a b s o l u t e l y   p o s i t i o n e d   o f f s e t C h i l d 
 	 	 	 i f   (   ( s a f a r i 2   & &   ( f i x e d   | |   c s s ( o f f s e t C h i l d ,   " p o s i t i o n " )   = =   " a b s o l u t e " ) )   | | 
 	 	 	 	 ( m o z i l l a   & &   c s s ( o f f s e t C h i l d ,   " p o s i t i o n " )   ! =   " a b s o l u t e " )   ) 
 	 	 	 	 	 a d d (   - d o c . b o d y . o f f s e t L e f t ,   - d o c . b o d y . o f f s e t T o p   ) ; 
 
 	 	 	 / /   A d d   t h e   d o c u m e n t   s c r o l l   o f f s e t s   i f   p o s i t i o n   i s   f i x e d 
 	 	 	 i f   (   f i x e d   ) 
 	 	 	 	 a d d ( M a t h . m a x ( d o c . d o c u m e n t E l e m e n t . s c r o l l L e f t ,   d o c . b o d y . s c r o l l L e f t ) , 
 	 	 	 	 	 M a t h . m a x ( d o c . d o c u m e n t E l e m e n t . s c r o l l T o p ,     d o c . b o d y . s c r o l l T o p ) ) ; 
 	 	 } 
 
 	 	 / /   R e t u r n   a n   o b j e c t   w i t h   t o p   a n d   l e f t   p r o p e r t i e s 
 	 	 r e s u l t s   =   {   t o p :   t o p ,   l e f t :   l e f t   } ; 
 	 } 
 
 	 f u n c t i o n   b o r d e r ( e l e m )   { 
 	 	 a d d (   j Q u e r y . c u r C S S ( e l e m ,   " b o r d e r L e f t W i d t h " ,   t r u e ) ,   j Q u e r y . c u r C S S ( e l e m ,   " b o r d e r T o p W i d t h " ,   t r u e )   ) ; 
 	 } 
 
 	 f u n c t i o n   a d d ( l ,   t )   { 
 	 	 l e f t   + =   p a r s e I n t ( l ,   1 0 )   | |   0 ; 
 	 	 t o p   + =   p a r s e I n t ( t ,   1 0 )   | |   0 ; 
 	 } 
 
 	 r e t u r n   r e s u l t s ; 
 } ; 
 
 
 j Q u e r y . f n . e x t e n d ( { 
 	 p o s i t i o n :   f u n c t i o n ( )   { 
 	 	 v a r   l e f t   =   0 ,   t o p   =   0 ,   r e s u l t s ; 
 
 	 	 i f   (   t h i s [ 0 ]   )   { 
 	 	 	 / /   G e t   * r e a l *   o f f s e t P a r e n t 
 	 	 	 v a r   o f f s e t P a r e n t   =   t h i s . o f f s e t P a r e n t ( ) , 
 
 	 	 	 / /   G e t   c o r r e c t   o f f s e t s 
 	 	 	 o f f s e t               =   t h i s . o f f s e t ( ) , 
 	 	 	 p a r e n t O f f s e t   =   / ^ b o d y | h t m l $ / i . t e s t ( o f f s e t P a r e n t [ 0 ] . t a g N a m e )   ?   {   t o p :   0 ,   l e f t :   0   }   :   o f f s e t P a r e n t . o f f s e t ( ) ; 
 
 	 	 	 / /   S u b t r a c t   e l e m e n t   m a r g i n s 
 	 	 	 / /   n o t e :   w h e n   a n   e l e m e n t   h a s   m a r g i n :   a u t o   t h e   o f f s e t L e f t   a n d   m a r g i n L e f t   
 	 	 	 / /   a r e   t h e   s a m e   i n   S a f a r i   c a u s i n g   o f f s e t . l e f t   t o   i n c o r r e c t l y   b e   0 
 	 	 	 o f f s e t . t o p     - =   n u m (   t h i s ,   ' m a r g i n T o p '   ) ; 
 	 	 	 o f f s e t . l e f t   - =   n u m (   t h i s ,   ' m a r g i n L e f t '   ) ; 
 
 	 	 	 / /   A d d   o f f s e t P a r e n t   b o r d e r s 
 	 	 	 p a r e n t O f f s e t . t o p     + =   n u m (   o f f s e t P a r e n t ,   ' b o r d e r T o p W i d t h '   ) ; 
 	 	 	 p a r e n t O f f s e t . l e f t   + =   n u m (   o f f s e t P a r e n t ,   ' b o r d e r L e f t W i d t h '   ) ; 
 
 	 	 	 / /   S u b t r a c t   t h e   t w o   o f f s e t s 
 	 	 	 r e s u l t s   =   { 
 	 	 	 	 t o p :     o f f s e t . t o p     -   p a r e n t O f f s e t . t o p , 
 	 	 	 	 l e f t :   o f f s e t . l e f t   -   p a r e n t O f f s e t . l e f t 
 	 	 	 } ; 
 	 	 } 
 
 	 	 r e t u r n   r e s u l t s ; 
 	 } , 
 
 	 o f f s e t P a r e n t :   f u n c t i o n ( )   { 
 	 	 v a r   o f f s e t P a r e n t   =   t h i s [ 0 ] . o f f s e t P a r e n t ; 
 	 	 w h i l e   (   o f f s e t P a r e n t   & &   ( ! / ^ b o d y | h t m l $ / i . t e s t ( o f f s e t P a r e n t . t a g N a m e )   & &   j Q u e r y . c s s ( o f f s e t P a r e n t ,   ' p o s i t i o n ' )   = =   ' s t a t i c ' )   ) 
 	 	 	 o f f s e t P a r e n t   =   o f f s e t P a r e n t . o f f s e t P a r e n t ; 
 	 	 r e t u r n   j Q u e r y ( o f f s e t P a r e n t ) ; 
 	 } 
 } ) ; 
 
 
 / /   C r e a t e   s c r o l l L e f t   a n d   s c r o l l T o p   m e t h o d s 
 j Q u e r y . e a c h (   [ ' L e f t ' ,   ' T o p ' ] ,   f u n c t i o n ( i ,   n a m e )   { 
 	 v a r   m e t h o d   =   ' s c r o l l '   +   n a m e ; 
 	 
 	 j Q u e r y . f n [   m e t h o d   ]   =   f u n c t i o n ( v a l )   { 
 	 	 i f   ( ! t h i s [ 0 ] )   r e t u r n ; 
 
 	 	 r e t u r n   v a l   ! =   u n d e f i n e d   ? 
 
 	 	 	 / /   S e t   t h e   s c r o l l   o f f s e t 
 	 	 	 t h i s . e a c h ( f u n c t i o n ( )   { 
 	 	 	 	 t h i s   = =   w i n d o w   | |   t h i s   = =   d o c u m e n t   ? 
 	 	 	 	 	 w i n d o w . s c r o l l T o ( 
 	 	 	 	 	 	 ! i   ?   v a l   :   j Q u e r y ( w i n d o w ) . s c r o l l L e f t ( ) , 
 	 	 	 	 	 	   i   ?   v a l   :   j Q u e r y ( w i n d o w ) . s c r o l l T o p ( ) 
 	 	 	 	 	 )   : 
 	 	 	 	 	 t h i s [   m e t h o d   ]   =   v a l ; 
 	 	 	 } )   : 
 
 	 	 	 / /   R e t u r n   t h e   s c r o l l   o f f s e t 
 	 	 	 t h i s [ 0 ]   = =   w i n d o w   | |   t h i s [ 0 ]   = =   d o c u m e n t   ? 
 	 	 	 	 s e l f [   i   ?   ' p a g e Y O f f s e t '   :   ' p a g e X O f f s e t '   ]   | | 
 	 	 	 	 	 j Q u e r y . b o x M o d e l   & &   d o c u m e n t . d o c u m e n t E l e m e n t [   m e t h o d   ]   | | 
 	 	 	 	 	 d o c u m e n t . b o d y [   m e t h o d   ]   : 
 	 	 	 	 t h i s [ 0 ] [   m e t h o d   ] ; 
 	 } ; 
 } ) ; 
 / /   C r e a t e   i n n e r H e i g h t ,   i n n e r W i d t h ,   o u t e r H e i g h t   a n d   o u t e r W i d t h   m e t h o d s 
 j Q u e r y . e a c h ( [   " H e i g h t " ,   " W i d t h "   ] ,   f u n c t i o n ( i ,   n a m e ) { 
 
 	 v a r   t l   =   i   ?   " L e f t "     :   " T o p " ,     / /   t o p   o r   l e f t 
 	 	 b r   =   i   ?   " R i g h t "   :   " B o t t o m " ;   / /   b o t t o m   o r   r i g h t 
 
 	 / /   i n n e r H e i g h t   a n d   i n n e r W i d t h 
 	 j Q u e r y . f n [ " i n n e r "   +   n a m e ]   =   f u n c t i o n ( ) { 
 	 	 r e t u r n   t h i s [   n a m e . t o L o w e r C a s e ( )   ] ( )   + 
 	 	 	 n u m ( t h i s ,   " p a d d i n g "   +   t l )   + 
 	 	 	 n u m ( t h i s ,   " p a d d i n g "   +   b r ) ; 
 	 } ; 
 
 	 / /   o u t e r H e i g h t   a n d   o u t e r W i d t h 
 	 j Q u e r y . f n [ " o u t e r "   +   n a m e ]   =   f u n c t i o n ( m a r g i n )   { 
 	 	 r e t u r n   t h i s [ " i n n e r "   +   n a m e ] ( )   + 
 	 	 	 n u m ( t h i s ,   " b o r d e r "   +   t l   +   " W i d t h " )   + 
 	 	 	 n u m ( t h i s ,   " b o r d e r "   +   b r   +   " W i d t h " )   + 
 	 	 	 ( m a r g i n   ? 
 	 	 	 	 n u m ( t h i s ,   " m a r g i n "   +   t l )   +   n u m ( t h i s ,   " m a r g i n "   +   b r )   :   0 ) ; 
 	 } ; 
 
 } ) ; } ) ( ) ; 
 
