UIZE JavaScript Framework

TO DO - Uize.Web.xDom

This is a TO DO document for the Uize.Web.xDom module.

1. Proposed New Methods

1.1. clone

Deep clone node(s) optionally with wired events

NOTES

clone([includeEvents])
Add Uize.Node.clone()?

1.2. unwrap

Remove parents of set of elements from DOM, leaving the set of elements in their place

NOTES

unwrap()
see: http://benalman.com/projects/jquery-unwrap-plugin/

1.3. wrap

Wrap an HTML structure around each element in the set of elements

NOTES

wrap(htmlSTR)
wrap(htmlFUNC) -> wrap(htmFUNC(nodex, index))