api documentation for js-cookie (v2.1.4)

A simple, lightweight JavaScript API for handling cookies

table of contents

  1. module js-cookie
    1. function js-cookie (key, value, attributes)
    2. function js-cookie.get (key)
    3. function js-cookie.getJSON ()
    4. function js-cookie.remove (key, attributes)
    5. function js-cookie.set (key, value, attributes)
    6. function js-cookie.withConverter (converter)
    7. object js-cookie.defaults
  2. module js-cookie.set
    1. function js-cookie.set (key, value, attributes)
    2. function js-cookie.set.get (key)
    3. function js-cookie.set.getJSON ()
    4. function js-cookie.set.remove (key, attributes)
    5. function js-cookie.set.withConverter (converter)
    6. object js-cookie.set.defaults

module js-cookie

function js-cookie (key, value, attributes)

function js-cookie.get (key)

function js-cookie.getJSON ()

function js-cookie.remove (key, attributes)

function js-cookie.set (key, value, attributes)

function js-cookie.withConverter (converter)

module js-cookie.set

function js-cookie.set (key, value, attributes)

function js-cookie.set.get (key)

function js-cookie.set.getJSON ()

function js-cookie.set.remove (key, attributes)

function js-cookie.set.withConverter (converter)

[ this document was created with utility2 ]