Skip to content

Manage the state of a dynamic data visualization using an anchor tag in the URL

License

Notifications You must be signed in to change notification settings

kueda/jquery-pagestate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery pageState is a jQuery plugin that stores the state of form inputs
behind an anchor hash in the URL, and makes an AJAX call for more data
whenever those inputs change. 

This is mean to enable a kind of progressive
enhancement of data visualizations that rely on forms submission to control
the state of the vis. So if you have a table of records that can be filtered
or sorted by submitting a form, this plugin would bind all the form inputs so
that changing them would 

  a) update the state of the URL, and 
  b) request data with the updated parameters from some AJAX endpoint.

About

Manage the state of a dynamic data visualization using an anchor tag in the URL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages