vanpelt / jsawesome

Awesome JSON

This URL has Read+Write access

jsawesome / History.txt
100644 19 lines (13 sloc) 0.585 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
== 0.1.3 2008-04-09
* Checkboxes automagically have a hidden field to make sure un-selected ones are sent. Values are true / false
 
== 0.1.2 2008-03-21
* Fixed a bug where radio button groups didn't work in Firefox because of duplicate ids
 
== 0.1.1 2008-03-13
* Added a '+' delineator for any field that can be duplicated...
* Made selects only sort if they are a sub-select
* Fixed label bug for delineated fields
 
== 0.1.0 2008-03-05
* Form validation start and stop (...buggy)
 
== 0.0.9 2008-02-23
 
* A major refactor of the sub-select logic
* Support for all basic form elements