File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
- <!doctype html>
1
+ <!DOCTYPE html>
2
2
< html >
3
3
< head >
4
4
< title > Grid: Type</ title >
5
5
< meta charset =utf-8 />
6
- < link rel ="stylesheet " href ="../visual.css " />
7
6
< link rel ="stylesheet " href ="../themes/base/jquery.ui.all.css " title ="ui-theme " />
8
7
< script src ="../jquery-1.4.4.js "> </ script >
9
8
< script src ="../external/jquery.global.js "> </ script >
10
9
< script src ="../external/jquery.global.de-DE.js "> </ script >
11
10
< script src ="../external/jquery.global.ja-JP.js "> </ script >
12
- < script src ="../ui/jquery.ui.core.js "> </ script >
13
- < script src ="../ui/jquery.ui.widget.js "> </ script >
14
- < script src ="../ui/jquery.ui.datepicker.js "> </ script >
15
11
< script type ="text/javascript ">
16
12
$ ( function ( ) {
17
13
var table = $ ( "table" ) ;
41
37
head . data ( "sort-order" , order ) ;
42
38
} ) ;
43
39
thead . children ( ) . clone ( ) . insertAfter ( thead ) . find ( "th" ) . each ( function ( ) {
44
- var input = $ ( "<input />" ) . appendTo ( $ ( this ) . empty ( ) ) ;
45
- if ( $ ( this ) . data ( "type" ) == "date" ) {
46
- //input.datepicker();
47
- }
40
+ $ ( "<input />" ) . appendTo ( $ ( this ) . empty ( ) ) ;
48
41
} ) ;
49
42
table . delegate ( "input" , "keyup change" , function ( ) {
50
43
var head = $ ( this ) . parent ( ) ,
You can’t perform that action at this time.
0 commit comments