File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed 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.
You can’t perform that action at this time.
0 commit comments