Skip to content

Commit aee9895

Browse files
committed
modify sample/
1 parent abdd371 commit aee9895

File tree

5 files changed

+9
-53
lines changed

5 files changed

+9
-53
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,7 @@ <h6>JavaScript</h6>
10661066
this.option.db_table = <span class="red">'nation'</span>;
10671067
});
10681068
</pre>
1069+
<a class="btn btn-success" href="sample/disable/" target="_blank">Sample » (new window)</a>
10691070
</div>
10701071
</section>
10711072

sample/basic/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
</head>
2323
<body>
2424
<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>
2528
<form action="send.php" method="post">
2629
<input id="foo" name="foo" type="text">
2730
<p><button type="submit">Send</button></p>

sample/disable/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<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>
77
<link rel="stylesheet" href="../../dist/jquery.ajax-combobox.css">
88
<script src="http://code.jquery.com/jquery-3.0.0.min.js" integrity="sha256-JmvOoLtYsmqlsWxa7mDSLMwa6dZ9rrIdtrrVYRnDRH0=" crossorigin="anonymous"></script>
99
<script src="../../dist/jquery.ajax-combobox.js"></script>
@@ -54,7 +54,10 @@
5454
</script>
5555
</head>
5656
<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>
5861
<input type="checkbox" id="disable-combobox"><label for="disable-combobox">Disable ComboBox</label>
5962
<form action="send.php" method="post">
6063
<input id="foo" name="foo" type="text">

sample/instance/index.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

sample/instance/send.php

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)