AJAX
Basics
Data
DOM
Effects
Events
Forms
jQuery UI
Plug Ins
Traversing
$('#DemoTable tr')
.bind('mouseover', function () { $(this).css('background-color', 'yellow') })
.bind('mouseout', function () { $(this).css('background-color','white')});