0.1.3 • Published 7 years ago

mantis-data-store v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

npm.io

Mantis Data Store for jQuery

A data store for jQuery

Initialize

Somewhere on your template:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mantis-data-store@0.1.3/lib/index.min.js"></script>

Get the instance

var myMantis = MantisDS();

Push new state into data store

myMantis.push('myName', 'hasan');

Get your state from data store

myMantis.get('myName');

Update your state on data store

myMantis.update('myName', 'juki')

Remove your state from data store

myMantis.remove('myName');

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago