i want to change a table class, the table's id is table_container.
here is my current code:
it is suposed to change from class: loading, to loaded...
if anyone could help me with this...
here is my current code:
| Code: |
| var table = document.getElementById('table_container').getAttribute('class');
table = 'loaded'; |
it is suposed to change from class: loading, to loaded...
if anyone could help me with this...
