0.0.3 • Published 12 years ago

framejax v0.0.3

Weekly downloads
11
License
-
Repository
github
Last release
12 years ago

#framejax

jQuery plugin to submit multipart forms through an iframe

##Installation

###Bower

bower install framejax

###Manual Download

##Usage

Docs coming soon

##Development

###Requirements

  • node and npm
  • bower npm install -g bower
  • grunt npm install -g grunt-cli

###Setup

  • npm install
  • bower install

###Run

grunt dev

or for just running tests on file changes:

grunt ci

###Tests

grunt mocha