Change background color on mouseover and remove it after mouseout Change background color on mouseover and remove it after mouseout jquery jquery

Change background color on mouseover and remove it after mouseout


If you don't care about IE ≤6, you could use pure CSS ...

.forum:hover { background-color: #380606; }