jBone - kupriyanenko/jbone GitHub Wiki
selector A string containing a selector expression
context A DOM Element, Document, or jBone to use as context
Accepts a string containing a CSS selector which is then used to match a set of elements.
element A DOM element to wrap in a jBone object.
elementArray An array containing a set of DOM elements to wrap in a jBone object.
jBoneObject An existing jBone object to clone.
html A string defining a single, standalone, HTML element (e.g. <div> or <div></div>).
attributes An object of attributes, events, and methods to call on the newly-created element.
Creates DOM elements on the fly from the provided string of raw HTML.