ractive.insert()
edit this pageInserts the instance to a different location. If the instance is currently in the DOM, it will be detached first. See also ractive.detach().
ractive.insert( target[, anchor ])
target
NodeorStringorjQuery(see Valid selectors)The new parent element
anchor
NodeorStringorjQueryThe sibling element to insert the instance before. If omitted, the instance will be inserted as the last child of the parent.