qr-manipulation

v0.2.2
Extension for Query Result to add jQuery-type manipulation functionality
qr-result jquery manipulation

qr-manipulation

Dependencies devDependencies npm License Code Quality: Javascript Total Alerts

Extension for Query Result to add jQuery-type manipulation functionality.

In very early stages...

Methods

  • append(content [, content]) - Not yet supporting arrays or QueryResult objects

  • append(function-html)

  • prepend(content [, content]) - Not yet supporting arrays or QueryResult objects

  • prepend(function-html)

  • after(content [, content]) - Not yet supporting arrays or QueryResult objects

  • after(function-html)

  • before(content [, content]) - Not yet supporting arrays or QueryResult objects

  • before(function-html)

  • html(content) - Not yet supporting arrays or QueryResult objects

  • html(function-html)

  • text(content) - Not yet supporting arrays or QueryResult objects

  • text(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.

Metadata

  • MIT
  • Whatever
  • Brett Zamir
  • released 9/26/2018

Downloads

Maintainers