forked from tohe/wmdeit_kaform
submitTable function removed
This commit is contained in:
parent
718c90c4ca
commit
ab7c0deaf0
16
kaform.js
16
kaform.js
|
@ -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', {
|
$K.add('module','kaform', {
|
||||||
init: function(app,context){
|
init: function(app,context){
|
||||||
|
|
Loading…
Reference in New Issue