DoneJS StealJS jQuery ++ FuncUnit DocumentJS
3.0.0
2.3.27

 

  • Github
  • Twitter
  • Chat
  • Forum
  • Guides
  • Core
  • Ecosystem
  • Infrastructure
    • can-construct
    • can-control
    • can-event
    • can-event/async/async
    • can-event/batch/batch
    • can-observation
    • can-simple-map
    • can-util
    • can-view-callbacks
    • can-view-live
    • can-view-model
    • can-view-nodelist
      • types
        • NodeList
      • methods
        • first
        • last
        • nestList
        • nestReplacements
        • register
        • unregister
        • unregisterChildren
        • update
    • can-view-parser
    • can-view-scope
    • can-view-target
  • Legacy
  • Bitovi
    • Bitovi.com
    • Blog
    • Consulting
    • Training
    • Open Source
  • Chat
  • Forum
  • Star
  • Follow @canjs
  • CanJS
  • /
  • Infrastructure
  • /
  • can-view-nodelist
  • /
  • unregister
  • / On this page
    • unregister

      function
      • source

      nodeLists.unregister(nodeList, isChild)

      Parameters

      1. nodeList {ArrayLike}:

        a nodeList to unregister from its parent

      2. true {isChild}:

        if the nodeList is a direct child, false if a deep child

      Returns

      {Array}:

      a list of all nodes that were unregistered

      Unregister's a nodeList and returns the unregistered nodes. Call if the nodeList is no longer being updated. This will also unregister all child nodeLists.

      CanJS is part of DoneJS. Created and maintained by the core DoneJS team and Bitovi. Currently 3.0.0.