Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blimpio/jquery.state

Simple query plugin to set/get element state via data attributes (data-state).
https://github.com/blimpio/jquery.state

Last synced: about 10 hours ago
JSON representation

Simple query plugin to set/get element state via data attributes (data-state).

Awesome Lists containing this project

README

        

# jquery.sate

Simple query plugin to set/get element state via data attributes (data-state).

## Get current state

$('element').state(); // returns string or null

Returns the current state of the element or null if the element has no data-state attribute.

## Set current state

//

$('element').state('selected');

Sets a data-state attribute with the state specified.