html-piercer

0.4.1 • Public • Published

Usage

<script src="//cdn.jsdelivr.net/npm/html-piercer@0.4"></script> <!-- imports {$, $$} -->
// $ is a shorthand for document.querySelector
// $$ is a shorthand for document.querySelectorAll

// There are additional methods for manipulating elements
$('body').render(`<p>content</p>`); // place/replace html
$('#someId').inject(`<p>Additional content</p>`); // append html
$('#someId').pierce(`<br>`); // prepend html

// All the same methods are supported for $$

Package Sidebar

Install

npm i html-piercer

Weekly Downloads

111

Version

0.4.1

License

CC BY 4.0

Unpacked Size

5.33 kB

Total Files

4

Last publish

Collaborators

  • planetrenox