File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
< link rel ="stylesheet " href ="../demos.css ">
16
16
< script >
17
17
$ ( function ( ) {
18
- $ . datepicker . setDefaults ( $ . datepicker . regional [ "" ] ) ;
19
18
$ ( "#datepicker" ) . datepicker ( $ . datepicker . regional [ "fr" ] ) ;
20
19
$ ( "#locale" ) . change ( function ( ) {
21
20
$ ( "#datepicker" ) . datepicker ( "option" ,
30
29
< select id ="locale ">
31
30
< option value ="ar "> Arabic (‫(العربية</ option >
32
31
< option value ="zh-TW "> Chinese Traditional (繁體中文)</ option >
32
+ < option value =""> English</ option >
33
33
< option value ="fr " selected ="selected "> French (Français)</ option >
34
34
< option value ="he "> Hebrew (‫(עברית</ option >
35
35
</ select > </ p >
You can’t perform that action at this time.
0 commit comments