Widget:CJP4: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 146: | Line 146: | ||
//Find a <table> element with id="resultsTable-body": | //Find a <table> element with id="resultsTable-body": | ||
table = document.getElementById("resultsTable-body"); | table = document.getElementById("resultsTable-body"); | ||
table.remove(); | |||
//Create an empty <tr> element and add it to the 1st position of the table: | //Create an empty <tr> element and add it to the 1st position of the table: |