ÿþw i n d o w . a d d E v e n t ( ' d o m r e a d y ' ,   f u n c t i o n ( ) { 	  
 / / F i r s t   E x a m p l e  
 	 v a r   e l   =   $ ( ' m y E l e m e n t ' ) ,  
 	 	 c o l o r   =   e l . g e t S t y l e ( ' b a c k g r o u n d C o l o r ' ) ;  
 	  
 	 / /   W e   a r e   s e t t i n g   t h e   o p a c i t y   o f   t h e   e l e m e n t   t o   0 . 5   a n d   a d d i n g   t w o   e v e n t s  
 	 $ ( ' m y E l e m e n t ' ) . s e t ( ' o p a c i t y ' ,   1 ) . a d d E v e n t s ( {  
 	 	 m o u s e e n t e r :   f u n c t i o n ( ) {  
 	 	 	 / /   T h i s   m o r p h e s   t h e   o p a c i t y   a n d   b a c k g r o u n d C o l o r  
 	 	 	 t h i s . m o r p h ( {  
 	 	 	 	 ' o p a c i t y ' :   1 ,  
 	 	 	 	 ' b a c k g r o u n d - c o l o r ' :   c o l o r ,  
 	 	 	 	 ' r i g h t ' :   3 5 8 ,  
 	 	 	 	 ' w i d t h ' :   5 6 7 ,  
 	 	 	 	 ' h e i g h t ' :   3 6 4  
 	 	 	 } ) ;  
 	 	 } ,  
 	 	 m o u s e l e a v e :   f u n c t i o n ( ) {  
 	 	 	 / /   M o r p h e s   b a c k   t o   t h e   o r i g i n a l   s t y l e  
 	 	 	 t h i s . m o r p h ( {  
 	 	 	 	 o p a c i t y :   1 ,  
 	 	 	 	 b a c k g r o u n d C o l o r :   c o l o r ,  
 	 	 	 	 r i g h t :   0 ,  
 	 	 	 	 w i d t h :   2 0 8 ,  
 	 	 	 	 h e i g h t :   1 3 5  
 	 	 	 } ) ;  
 	 	 }  
 	 } ) ;  
 	  
 } ) ; 
