Function moveChildrenNow

Move an element's children to a new element

  • Parameters

    • oldParent: Element
    • newParent: Element
    • Optionaloptions: { ignoreMove?: boolean }
      • OptionalignoreMove?: boolean

        If true, the DOM watcher instances will ignore the operation of moving the children (so as to not trigger relevant callbacks).

    Returns void