File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- /// <reference path="jquery.notifyBar .d.ts" /
2
- //
1
+ /// <reference path="jquery.uniform .d.ts" /
2
+
3
3
// Style all <select> elements
4
4
$ ( "select" ) . uniform ( ) ;
5
5
// Style everything
@@ -50,7 +50,7 @@ $("input").uniform({inputClass: "inputElement"});
50
50
51
51
$ ( ":radio" ) . uniform ( { radioClass : 'myRadioClass' } ) ;
52
52
53
- $ ( "input[type='reset']).uniform({resetDefaultHtml: " Clear "} ) ;
53
+ $ ( "input[type='reset']" ) . uniform ( { resetDefaultHtml : "Clear" } ) ;
54
54
55
55
$ ( "select" ) . uniform ( { resetSelector : 'input[type="reset"]' } ) ;
56
56
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ interface UniformOptions {
35
35
}
36
36
interface Uniform {
37
37
( options ?: UniformOptions ) : JQuery ;
38
- update ( any ? ) : void ;
39
- restore ( any ? ) : void ;
38
+ update ( elemOrSelector ?: any ) : void ;
39
+ restore ( elemOrSelector ?: any ) : void ;
40
40
elements : JQuery [ ] ;
41
41
}
42
42
interface JQueryStatic {
You can’t perform that action at this time.
0 commit comments