@htmlguyllc/jpack
Advanced tools
Comparing version 4.0.5 to 4.0.6
{ | ||
"name": "@htmlguyllc/jpack", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Core Javascript Library of Everyday Objects, Events, and Utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -91,3 +91,3 @@ # jPack | ||
--- | ||
<h2 id="navigation">Navigation <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="navigation">Navigation</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>Grabs HTML from a URL and replaces content on the current page. Handles browser history, meta title swaps, and offers several callbacks</i><br><br> | ||
@@ -226,3 +226,3 @@ | ||
--- | ||
<h2 id="xhrform">XHRForm <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="xhrform">XHRForm</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>Adds an on-submit listener and sends the form values using XHR with callbacks for success/failure</i><br><br> | ||
@@ -281,3 +281,3 @@ | ||
--- | ||
<h2 id="formfromurl">FormFromURL <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="formfromurl">FormFromURL</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
@@ -343,3 +343,3 @@ <i>Grabs a form from a URL and places it on the current page (examples/FormModalFromURL shows how to put the form in a modal) and then uses an XHR request to submit the form</i><br> | ||
--- | ||
<h2 id="request">Request <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="request">Request</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>Provides a wrapper for window.location and easy querystring interaction</i><br><br> | ||
@@ -371,3 +371,3 @@ | ||
--- | ||
<h2 id="site">Site <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="site">Site</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>A generic website class with properties for id, name, and config - useful for multi-tenant applications where you need to know which site is being viewed</i><br><br> | ||
@@ -427,3 +427,3 @@ | ||
--- | ||
<h2 id="user">User <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="user">User</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>A generic user class with properties for id, name, email, phone, etc - also allows for front-end permission checks</i><br><br> | ||
@@ -505,3 +505,3 @@ | ||
--- | ||
<h2 id="strings">Strings <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="strings">Strings</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>Contains methods for semi-common string manipulation like creating a getter from a string ('hi' = 'getHi')</i><br><br> | ||
@@ -526,3 +526,3 @@ | ||
--- | ||
<h2 id="dom">DOM <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="dom">DOM</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>Has methods for converting just about anything into a native DOM Element or array of them (you can provide a string selector, jQuery object, native DOM object, etc). Also has some shortcuts for common DOM checks/manipulation (like removing an element, verifying an element exists in the DOM, or replacing an element with HTML)</i><br><br> | ||
@@ -558,3 +558,3 @@ | ||
--- | ||
<h2 id="typechecks">Type Checks <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="typechecks">Type Checks</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>Validate the value of a variable with higher specificity than built-in functions. For instance, you can validate an object contains specific keys and throw errors if not, or if it contains keys that you didn't define</i><br><br> | ||
@@ -582,3 +582,3 @@ | ||
--- | ||
<h2 id="events">Events <small style="font-size:10px">[back to top](#top)</small></h2> | ||
<h2 id="events">Events</h2> <small style="font-size:10px;">[back to top](#top)</small><br><br> | ||
<i>Includes shorthand methods for preventing the browser's default action onsubmit, onclick. Other methods are included for consistency like onchange (which does not prevent default since that is generally not preferred)</i><br><br> | ||
@@ -585,0 +585,0 @@ |
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
302490