i have an returned data from an php function as the following :
data[0]
[0]
<table>
....
</table>
[1]
<table>
....
</table>
.
.
.etc
data[1]
how can i loop through this array by javascript !