html-piercer

0.3.3 • Public • Published

Usage

<!--get access to $ and $$ globally-->
<script src="//cdn.jsdelivr.net/npm/html-piercer@0.3"></script>
// $ 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 $$

Readme

Keywords

Package Sidebar

Install

npm i html-piercer

Weekly Downloads

36

Version

0.3.3

License

CC BY-ND

Unpacked Size

9.47 kB

Total Files

5

Last publish

Collaborators

  • planetrenox