Closed jorix closed 9 years ago
This is due to there is no attribute row in the previous td, so this expression $(this).prev().attr('row') not returns the id of product.
row
td
$(this).prev().attr('row')
This is due to there is no attribute
row
in the previoustd
, so this expression$(this).prev().attr('row')
not returns the id of product.