Hello all,Were you able to conclude that the changes made, particularly
by using MutationObserver, if this is a viable solution?If so, would you
be willing to share parts of your code -- basically the
MutationObserver? We doing something similar, I imagine. Below is a
striped-down sample of how we're using MutationObserver in an Angular
SPA: taoNumOfEX = 0; var observer = new
MutationObserver(function(mutations) { // Move all EX properties to top
of hotel list if("selector").length > taoNumOfEX ...