ebuilder-js
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "ebuilder-js", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Highly configurable and easily manipulable elements in a single declaration, with a functionnal touch.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -23,3 +23,3 @@ # EBuilder : an HTML element builder | ||
```html | ||
<script src="./path/to/ebuilder.min.js"> | ||
<script src="./path/to/ebuilder.min.js"></script> | ||
``` | ||
@@ -37,3 +37,3 @@ | ||
| string | EBuilder(`'p'`) | | ||
| html string | EBuilder(`'<p>Hello <span class="italic">World</span></p>!'`) | | ||
| html string | EBuilder(`'<p>Hello <span class="italic">World</span>!</p>'`) | | ||
| @rule string | EBuilder(`'@select:p.paragraph:nth-child(1)'`) | | ||
@@ -40,0 +40,0 @@ | Element | Ebuilder(`document.querySelector('p')`) | |
76608