0.1.11 • Published 8 years ago

coolstate v0.1.11

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

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago