Hi,
I have a div tag with id which contains table inside. I want to change the background color of td tag while mouse over and out events using Jquery. What is the way of selecting the tds with in the div using jquery?
Sample code
<div id="Outer">
<table>
<tr><td>1</td><td>Rama</td><td>8088080980</td></tr>
<tr><td>2</td><td>Krishna</td><td>454546</td></tr>
</table>
</div>
get all
tdofdiv