Browse Source

submitTable function removed

currency
7u83 4 years ago
parent
commit
ab7c0deaf0
1 changed files with 0 additions and 16 deletions
  1. +0
    -16
      kaform.js

+ 0
- 16
kaform.js View File

@ -87,22 +87,6 @@ function addTableRow(){
}
function submitTable(){
alert("submit");
var obj;
var table = document.getElementById("tabbody");
for (var i = 0, row; row = table.rows[i]; i++) {
console.log(row.cells[1]);
// var n = row.cells[1].value;
// alert(n);
}
}
$K.add('module','kaform', {
init: function(app,context){

Loading…
Cancel
Save