Home - adammcarth/instance.js GitHub Wiki

instance.js is a lightweight Javascript library that let's you model data on the client side before sending it off as parameters to the server. Check out the README for a quick demo, or dive deeper by reading the full documentation below...

Quick overview:

  • Written in pure javascript
  • No plugins or dependancies required
  • Provides a space to model/temporarily store data on the client side until you're ready to submit it to the server.
  • CRUD actions for modifying the instance's parameters
  • Built-in client side validations
  • Does not sync or save data for you.

Select an article:

Setting Up A New Instance Model

Adding Parameters

Retrieving Current Parameters

Removing Parameters

Resetting/Clearing Instances

Client Side Validations

Sending Instances To The Server