bug in my jquery code while trying replace html elements with own values
- by loviji
I today ask a question, about using Jquery, replace html elements with own values. link text
And I use answer, and get a problem. function replaceWithValues not works same in all cases.I call this function two times:
1. btnAddParam click
2. btnCancelEdit click
$("#btnAddParam").click(function() {
var lastRow = $('#mainTable…