File tree Expand file tree Collapse file tree 5 files changed +9
-53
lines changed Expand file tree Collapse file tree 5 files changed +9
-53
lines changed Original file line number Diff line number Diff line change @@ -1066,6 +1066,7 @@ <h6>JavaScript</h6>
1066
1066
this.option.db_table = < span class ="red "> 'nation'</ span > ;
1067
1067
});
1068
1068
</ pre >
1069
+ < a class ="btn btn-success " href ="sample/disable/ " target ="_blank "> Sample » (new window)</ a >
1069
1070
</ div >
1070
1071
</ section >
1071
1072
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
< h1 > Sample: Basic</ h1 >
25
+ < ul >
26
+ < li > < a href ="https://github.com/sutara79/jquery.ajax-combobox/tree/master/sample/basic "> Source Code (GitHub)</ a > </ li >
27
+ </ ul >
25
28
< form action ="send.php " method ="post ">
26
29
< input id ="foo " name ="foo " type ="text ">
27
30
< p > < button type ="submit "> Send</ button > </ p >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
6
- < title > Sample: Disable Combobox</ title >
6
+ < title > Sample: Disable Combobox (using option.instance) </ title >
7
7
< link rel ="stylesheet " href ="../../dist/jquery.ajax-combobox.css ">
8
8
< script src ="http://code.jquery.com/jquery-3.0.0.min.js " integrity ="sha256-JmvOoLtYsmqlsWxa7mDSLMwa6dZ9rrIdtrrVYRnDRH0= " crossorigin ="anonymous "> </ script >
9
9
< script src ="../../dist/jquery.ajax-combobox.js "> </ script >
54
54
</ script >
55
55
</ head >
56
56
< body >
57
- < h1 > Sample: Disable Combobox</ h1 >
57
+ < h1 > Sample: Disable Combobox (using option.instance)</ h1 >
58
+ < ul >
59
+ < li > < a href ="https://github.com/sutara79/jquery.ajax-combobox/tree/master/sample/disable "> Source Code (GitHub)</ a > </ li >
60
+ </ ul >
58
61
< input type ="checkbox " id ="disable-combobox "> < label for ="disable-combobox "> Disable ComboBox</ label >
59
62
< form action ="send.php " method ="post ">
60
63
< input id ="foo " name ="foo " type ="text ">
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments