dojo.NodeList.orphan
<script src="../../js/dojo.js"></script>
defined in dojo/_base/NodeList.js
removes elements in this list that match the simple filter from their parents and returns them as a new NodeList.
Usage
function (/*String?*/ simpleFilter) (view source)
parameter | type | description |
---|---|---|
simpleFilter | String | Optional. single-expression CSS filter return: `dojo.NodeList` the orpahned elements |