@htmlguyllc/jpack
Advanced tools
Comparing version 4.1.2 to 4.1.3
{ | ||
"name": "@htmlguyllc/jpack", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Core Javascript Library of Everyday Objects, Events, and Utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,3 +10,3 @@ # jPack | ||
...where else can you get a component to grab a form from another page and stick it on the current one with XHR and XHR submission in [3 lines of custom JS](#3lineofjs)? | ||
...where else can you get a component to grab a form from another page and stick it on the current one with XHR and XHR submission in [4 lines of custom JS](#4lineofjs)? | ||
@@ -351,3 +351,3 @@ <h1 id="whatsincluded">What's Included</h1> | ||
<h4 id="3lineofjs">How to get and submit a form in 3 lines of javascript:</h4> | ||
<h4 id="4lineofjs">How to get and submit a form in 4 lines of javascript:</h4> | ||
<i> | ||
@@ -359,2 +359,3 @@ - Success/failure messages will be shown in an alert | ||
```javascript | ||
import {FormFromURL} from '@htmlguyllc/jpack/es/forms'; | ||
new FormFromURL('/email-form', { | ||
@@ -361,0 +362,0 @@ insertIntoElement: 'body.form-container', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
309351
673