Subversion Repositories SmartDukaan

Rev

Rev 33508 | Rev 33756 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33508 Rev 33612
Line 1134... Line 1134...
1134
            y: 70 // Vertical margin from the top
1134
            y: 70 // Vertical margin from the top
1135
        }
1135
        }
1136
    }).showToast();
1136
    }).showToast();
1137
}
1137
}
1138
 
1138
 
-
 
1139
function loadHtml(html) {
-
 
1140
    $("#main-content").html(html);
-
 
1141
}
-
 
1142
 
1139
 
1143
 
1140
function objectifyForm(formArray) {
1144
function objectifyForm(formArray) {
1141
    //serialize data function
1145
    //serialize data function
1142
    console.log('Row form  data ', formArray);
1146
    console.log('Row form  data ', formArray);
1143
    var returnArray = {};
1147
    var returnArray = {};