Hi everyone,
I want to use fadeOut effect for table row and it works great at FF3
and doesn't work at IE7.
Can anybody help me?
Example of my code below:
<html>
<body>
<table id="table1" >
<tr id="row1">
<td>hello</td>
<td>world</td>
</tr>
<tr>
<td id="td2">hellohello</td>
<td>worldworld</td>
</tr>
</table>
<script type="text/javascript" src="jquery-1.2.6.js"></script>
<script type="text/javascript">
jQuery(document.getElementById("row1")).fadeOut("slow");
</script>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---