Skip to content

thatdutchguy/jQuery.store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.store

A tiny little key/value store that uses the HTML5 localStorage feature if available, and otherwise falls back to jQuery.cookie (you have to include this yourself, find it at: https://github.com/carhartl/jquery-cookie)

Usage

$.store.set('foo', 'bar')
$.store.get('foo') // => 'bar'
$.store.remove('foo')
$.store.get('foo') // => null

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published