jeedom / plugin-openzwave

GNU General Public License v2.0
31 stars 88 forks source link

Configuration modal: only update data once per call. #84

Closed desaintmartin closed 7 years ago

desaintmartin commented 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: