File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ All scripts are available on the cdn:
52
52
53
53
DateBox uses the following version scheme:
54
54
55
- http://dev.jtsage.com/cdn/datebox/ < jqm VERSION >/
55
+ [ http://dev.jtsage.com/cdn/datebox/< jqm VERSION%gt;/ ] ( http://dev.jtsage.com/cdn/datebox/ )
56
56
57
57
You must load:
58
58
* jqm-datebox.core.js (or min)
59
- * AND:: jqm-datebox.mode.< yourmode > .js
59
+ * AND:: jqm-datebox.mode.& lt ; yourmode& gt ; .js
60
60
61
61
OR (if using only one mode)
62
- * jqm-datebox.comp.< yourmode > .js
62
+ * jqm-datebox.comp.& lt ; yourmode& gt ; .js
63
63
64
64
#### Latest Versions:
65
65
@@ -70,7 +70,8 @@ Suggested Use
70
70
71
71
#### With Option Overrides:
72
72
73
- <input type="date" data-role="datebox" name="somedate" data-options='{"mode": "datebox", "overrideDateFormat": "mm/dd/YYYY"}' />
73
+ <input type="date" data-role="datebox" name="somedate"
74
+ data-options='{"mode": "datebox", "overrideDateFormat": "mm/dd/YYYY"}' />
74
75
75
76
#### Global Option Overrides:
76
77
You can’t perform that action at this time.
0 commit comments