MKDale / jQueryFormPrototyper

A collection of interaction patterns for prototyping web forms in jQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Prototype form interactions quickly with this kit of Examples

###What is this toolkit? This toolkit is a collection of common form field and input interactions that you can use to bring some interactive goodness to a static HTML prototype. Think of it as interaction pizzazz that you can sprinkle into a prototype when and where it makes sense to get more detailed feedback from users.

###When should I use this toolkit? If you have learned all you can from a static prototype, then it might be a good time to think about adding a few targetted interactions that enable you to validate more complex usability concerns with users.

###How do I use this toolkit? Either copy and paste an example into your prototype and style away (make sure to include jQuery!), or wire up your existing markup if you already have some HTML to start with.

#Examples ####Send form data from one screen to another Make a prototype feel real by passing data between screens using localStorage. Download or clone this repo and start with Page 1 of 'Set and Get Data' example.

Set and Get Data Animation

####Add and remove items to a table jsfiddle: https://jsfiddle.net/mickdee/9j6gvu4z/4/

Add and Remove Items Animation

####Show total price and remaining inventory jsfiddle: https://jsfiddle.net/mickdee/6reatja9/1/

Calc Price Animation

####Receive feedback when selecting an item from a list jsfiddle: https://jsfiddle.net/mickdee/676txarx/2/

Feedback After Selection Animation

####Save note to a log jsfiddle: https://jsfiddle.net/mickdee/vqqyhoxr/4/

Save Note Animation

####Do simple math on a number input by user jsfiddle: https://jsfiddle.net/mickdee/Lu5bz4gb/1/

Input Multiply Animation

####Show and hide a dropdown area jsfiddle: https://jsfiddle.net/mickdee/dL0rnbb8/5/

Show and Hide Animation

####Switch between tabs on a screen jsfiddle: https://jsfiddle.net/mickdee/51y5xrsr/

Tab Switching Animation

####Enable proceed button after picking an item jsfiddle: https://jsfiddle.net/mickdee/o07z4jsg/1/

Proceed Enable Animation

About

A collection of interaction patterns for prototyping web forms in jQuery


Languages

Language:HTML 100.0%