0.1.11 • Published 7 years ago

coolstate v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.0

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