Monday, February 22, 2010

Repeat/Clone Div in HTML


<div id="footerpaging">
</div>

<script>
document.getElementById("footerpaging").innerHTML =
document.getElementById("paging").innerHTML;
</script>

No comments:

Post a Comment