Closed desaintmartin closed 7 years ago
We don't need to 1/ empty the DOM, 2/ update each data to its corresponding DOM node. Instead we can create a jQuery fragment, manipulate it, then update the DOM.
Pros:
We don't need to 1/ empty the DOM, 2/ update each data to its corresponding DOM node. Instead we can create a jQuery fragment, manipulate it, then update the DOM.
Pros: