Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Pagawa/PgwCookie

Repository files navigation

PgwCookie

The full documentation and an example are available on PgwJS.com/PgwCookie.

Installation

According to your system, select the preferred installation mode:

JavaScript

Download the plugin by cliking the button Download ZIP on the right.
To get the plugin updates, fork it on Github and regularly verify your plugin version.

Node / NPM

npm install pgwcookie

Requirements

jQuery 1.0 or Zepto.js 1.0 (minimal version)

Contributing

All issues or pull requests must be submitted through GitHub.

  • To report an issue or a feature request, please use GitHub Issues.
  • To make a pull request, please create a new branch for each feature or issue.

ChangeLog

  • 2014-07-02 - Fix for Zepto (Version 1.4)
  • 2014-05-28 - IE bug fix : trim() - Minor update (Version 1.3)
  • 2014-04-23 - Added the raw option - Minor update (Version 1.2)
  • 2014-03-21 - Added an object verification - Minor update (Version 1.1)