Skip to content

Commit d4a0510

Browse files
committed
Merge branch 'master' of git@github.com:sutara79/jquery.ajax-combobox.git
# Conflicts: # index.html # sample/instance/index.html # sample/usage/index.html
2 parents d81ea47 + aee9895 commit d4a0510

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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/send.php

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

0 commit comments

Comments
 (0)