@htmlguyllc/jpack
Advanced tools
Comparing version 9.0.38 to 9.0.39
{ | ||
"name": "@htmlguyllc/jpack", | ||
"version": "9.0.38", | ||
"version": "9.0.39", | ||
"description": "Core Javascript Library of Everyday Objects, Events, and Utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -347,3 +347,3 @@ Build Status | ||
var remote_form = new XHRForm('form[name="my_form"]', { | ||
xhrSubmit: true, //wouldn't make a whole lotta sent to use this if this were false lol, but it's here for extending classes and incase you want to toggle it for whatever reason | ||
xhrSubmit: true, //wouldn't make a whole lotta sense to use this if this were false lol, but it's here for extending classes and incase you want to toggle it for whatever reason | ||
submitURL:null, //when null, the form's action will be used (if explicitly defined), otherwise it falls back to the URL the form was retrieved from | ||
@@ -350,0 +350,0 @@ submitMethod:null, //when null, the form's method will be used (if explicitly defined), otherwise it falls back to POST |
@@ -347,3 +347,3 @@ Build Status | ||
var remote_form = new XHRForm('form[name="my_form"]', { | ||
xhrSubmit: true, //wouldn't make a whole lotta sent to use this if this were false lol, but it's here for extending classes and incase you want to toggle it for whatever reason | ||
xhrSubmit: true, //wouldn't make a whole lotta sense to use this if this were false lol, but it's here for extending classes and incase you want to toggle it for whatever reason | ||
submitURL:null, //when null, the form's action will be used (if explicitly defined), otherwise it falls back to the URL the form was retrieved from | ||
@@ -350,0 +350,0 @@ submitMethod:null, //when null, the form's method will be used (if explicitly defined), otherwise it falls back to POST |
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
708020