Issues with IE
Issues with IE
TABZ
Posts: 3Questions: 2Answers: 0
I have an input text field in every row of my table which gets populated when a check box (in each row or All in table head) is checked. It is working fine in all browsers except IE 9. Following code (inside fnDrawCallback) is executed which calculates the amount and update the row when a check box is clicked.
jQuery(".cbrow").live('click', function() {
payonline_updateRow(jQuery(this).parent().parent(), true);
payonline_calc_payment_total = true;
payonline_updatePaymentTotals();
});
Please help me fix this issue- Thanks
This discussion has been closed.
Answers
Per the forum rules, please link to a test case.
Allan