Widget:CJP3: Difference between revisions

Jump to navigation Jump to search
Christopher Popma (talk | contribs)
No edit summary
Christopher Popma (talk | contribs)
No edit summary
Line 40: Line 40:


//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:
  row = table.insertRow(index);
  row = table.insertRow(ind);


//Insert new cells(<td> elements) into the "new" <tr> element:
//Insert new cells(<td> elements) into the "new" <tr> element:

Revision as of 20:01, 3 June 2014