Skip to content

Rememberize is JS package that allows you to save form data just using cookies... It's weird, I know.

Notifications You must be signed in to change notification settings

PSzczepanski1996/Rememberize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

JavaScript jQuery

Rememberize

Rememberize is JS package that remember forms using built-in mechanism in every browser called cookies. Has also support for django forms (blacklisting mechanism for wizards).

Features:

  • It depends literally on zero (nothing) external libraries.
  • It's written in pure JavaScript, thus provides best performance possible.
  • Has also miniCookieLib implemented.

Installation guide:

  • Download rememberize.js from repository.
  • Include it via <script> tag in website.

TODO:

  • Compress cookie-data in better way, since it's limited to 4096 characters (bytes).

About

Rememberize is JS package that allows you to save form data just using cookies... It's weird, I know.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published