forked from toddmotto/required-fallback
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
29 lines (22 loc) · 960 Bytes
/
ChangeLog
File metadata and controls
29 lines (22 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2014-05-20 Chris Thomas <thomas.chris.a@gmail.com>
* Initial fork
* ChangeLog added
* README.md :
* Change name
* add additional description for planned functionality
* move relevant JS from index.html to js/html5-fallback.js
* placeholder fallback now implemented, with options
* README re-formatted and being treated like documentation on how to use the fallback script.
2014-05-21 Chris Thomas <thomas.chris.a@gmail.com>
* Bug fix with my jQuery compatability code
* Licenses added
* testing variable added
* more doc-work (it's pretty well done now.)
* TODOs for planned functionality
* More general coding in required
* select by tag `form` instead of class
* use selected form as context, so not all forms on page are validated
when another is submitted, only the submitted form.
* More generalization
* automagically hide created error messages, so `display:none;` doesn't
have to be specified in the css.