I'm really new to JavaScript and JQuery but I'd like to fade the data between my differebt tables. So if I had data that I wanted to break apart into 3 different tables, how do I go about paging through them, pausing 10 seconds, then paging to the next table, then cycle back to the beginning?
Could someone give me a hand or point me to something that will work?
<table>
<tr>
<td>table 1</td>
</tr>
</table>
<table>
<tr>
<td>table 2</td>
</tr>
</table>
<table>
<tr>
<td>table 3</td>
</tr>
</table>