You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently elements can be removed from the DOM via remove-from-dom but this has the effect of also removing jquery data and bound events: .remove(). I think it would be nice to also have a method to detach elements .detach() as part of the clog-obj interface. This would allow CLOG to support a memoised approach to rendering pages.
The text was updated successfully, but these errors were encountered:
Currently elements can be removed from the DOM via
remove-from-dom
but this has the effect of also removing jquery data and bound events: .remove(). I think it would be nice to also have a method to detach elements .detach() as part of the clog-obj interface. This would allow CLOG to support a memoised approach to rendering pages.The text was updated successfully, but these errors were encountered: