0.1.11 • Published 6 years ago

coolstate v0.1.11

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

CoolState

Built with Grunt Build Status

jQuery library for persistence static data tag, (can later be retrieves and processes)

Install

    npm -i coolstate

or

    bower install coolstate

Use

	<script src="jquery.min.js"></script>
	<script src="coolstate.min.js"></script>
    // in your script
    // get values (string array)
    $(selector).coolState("property");

    // set string value
    $(selector).coolState("property", "value");
0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago