qr-manipulation
v0.7.0
Published
Extension for Query Result to add jQuery-type manipulation functionality
Readme
qr-manipulation
Extension for Query Result to add jQuery-type manipulation functionality.
In very early stages...
Methods
append(content [, content])- Not yet supporting arrays or QueryResult objectsappend(function-html)prepend(content [, content])- Not yet supporting arrays or QueryResult objectsprepend(function-html)after(content [, content])- Not yet supporting arrays or QueryResult objectsafter(function-html)before(content [, content])- Not yet supporting arrays or QueryResult objectsbefore(function-html)html(content)- Not yet supporting arrays or QueryResult objectshtml(function-html)text(content)- Not yet supporting arrays or QueryResult objectstext(function-html)
There is also an jml method if a jml instance is supplied as the
second argument to manipulation. This will expect an array to be used as
part of building a Jamilih document fragment. After converting from Jamilih,
it will empty and then append the contents.
