Morph Title
Join the DZone community and get the full member experience.
Join For Free$$('h2').invoke('observe','mouseover',function(event){
Event.element(event).morph('color: #FFCC00;')
})
$$('h2').invoke('observe','mouseout',function(event){
Event.element(event).morph('color: #333333;')
})
Opinions expressed by DZone contributors are their own.
Comments