Skip to content

Commit 5560d13

Browse files
committed
todo cleanup
1 parent 48a6535 commit 5560d13

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

todo

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
1.3
2-
---
3-
4-
- checkout datejs.com for a proper date implementation -> complete but very heavy parser, currently overkill
5-
6-
- rewrite required-method to use jQuery's extended val() on selects[/radios/checkboxes]
71
- consider a field-validator object that encapsulates a single element and all methods working on it
8-
- export API browser
9-
- add example/support for other URL schemes like svn://....
102
- document min/max/range methods for checkboxes/selects
113

124
/**
@@ -112,16 +104,13 @@
112104
* @name jQuery.validator.prototype.hideErrors
113105
*/
114106

115-
- remove deprecated methods
116-
117107
- css references
118108
- http://test5.caribmedia.com/CSS/Secrets/members/michiel/floating-forms.html
119109
- http://paularmstrongdesigns.com/projects/awesomeform/
120110
- http://dnevnikeklektika.com/uni-form/
121111

122112
- consider validation on page load, disabling required-checks
123113
- completely rework showErrors: manually settings errors is currently extremely flawed and utterly useless, eg. errors disappear if some other validation is triggered
124-
- add custom event to remote validation for adding more parameters
125114

126115
- document focusInvalid()
127116
- document validation lifecycle: setup (add event handlers), run validation (prepare form, validate elements, display errors/submit form)
@@ -169,4 +158,4 @@ $.validator.addMethod({
169158
- move metadata support
170159
- make validate method chainable
171160
-> provide an accessor for the validator if necessary at all
172-
- move a few default methods to additionals, eg. dateXXX, creditcard, definitely accept
161+
- move a few default methods to additionals, eg. dateXXX, creditcard, definitely accept

0 commit comments

Comments
 (0)