Widget:CJP4: Difference between revisions

Jump to navigation Jump to search
Christopher Popma (talk | contribs)
No edit summary
Christopher Popma (talk | contribs)
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:

Revision as of 22:26, 10 June 2014