ÿþ$ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
 $ ( " t a b l e " ) . t a b l e s o r t e r ( ) ;  
 $ ( " # a j a x - a p p e n d " ) . c l i c k ( f u n c t i o n ( )   {  
 	   $ . g e t ( " a s s e t s / a j a x - c o n t e n t . h t m l " ,   f u n c t i o n ( h t m l )   {  
 	   	 / /   a p p e n d   t h e   " a j a x ' d "   d a t a   t o   t h e   t a b l e   b o d y  
 	   	 $ ( " t a b l e   t b o d y " ) . a p p e n d ( h t m l ) ;  
 	 	 / /   l e t   t h e   p l u g i n   k n o w   t h a t   w e   m a d e   a   u p d a t e  
 	 	 $ ( " t a b l e " ) . t r i g g e r ( " u p d a t e " ) ;  
 	 	 / /   s e t   s o r t i n g   c o l u m n   a n d   d i r e c t i o n ,   t h i s   w i l l   s o r t   o n   t h e   f i r s t   a n d   t h i r d   c o l u m n  
 	 	 v a r   s o r t i n g   =   [ [ 2 , 1 ] , [ 0 , 0 ] ] ;  
 	 	 / /   s o r t   o n   t h e   f i r s t   c o l u m n  
 	 	 $ ( " t a b l e " ) . t r i g g e r ( " s o r t o n " , [ s o r t i n g ] ) ;  
 	 } ) ;  
 	 r e t u r n   f a l s e ;  
 } ) ;  
 } ) ;   	 	 
