Guest User

Untitled

a guest
Jul 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <table id="number1">
  2. <tr>
  3. <td id="value1">My Table</td>
  4. </tr>
  5. </table>
  6.  
  7. <script>
  8. window.onload = function() {
  9. document.getElementById("value1").value = "100"
  10. </script>
  11.  
  12. for(i=1;i<100000;i++){
  13. $("#value"+i).html(i);
  14. }
Add Comment
Please, Sign In to add comment