px-jquery-wait
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "px-jquery-wait", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "shows an aesthetic panel on the screen in asynchronous operations.", | ||
@@ -5,0 +5,0 @@ "main": "px-wait.js", |
## install | ||
> npm i jquery <br> | ||
> npm i px-wait | ||
> npm i px-jquery-wait | ||
## css | ||
> @import "~px-wait/px-wait.css"; | ||
> @import "~px-jquery-wait/px-wait.css"; | ||
## javascript - jquery | ||
> require('px-wait'); | ||
> require('px-jquery-wait'); | ||
### use | ||
> - pxwait.show({ message: '', panelshow: false, spinlevel: '3', canceltimeout: 5000 }); <br> | ||
@@ -16,0 +15,0 @@ > random selection if spinlevel is not used <br> |
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
92373
18