Reply to thread

Do you use data() or attr() to update the value?

These functions store data differently, and are not in sync with each other's changes.

My guess is that you used attr('data-diff', 'xxx') to update the value, instead of data('diff', 'xxx').


Back
Top Bottom