0.7.0 • Published 6 years ago

qr-manipulation v0.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.

0.7.0

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago