Jquery hover function doesn't work for a table...
- by chandru_cp
I dynamically added rows to a table but it doesn't seem to take hover effects given in jquery...
Here is my code,
<table id="chkbox" cellpadding="0" cellspacing="2" width="100%" class="table_Style_Border">
<tr>
<td style="width:150px" class="grid_header" align="center">RackName</td>
…