Commit 7508a430 authored by David Stutz's avatar David Stutz

Fixed disableIfEmpty documentation.

parent 64ca843f
...@@ -1116,7 +1116,7 @@ $(document).ready(function() { ...@@ -1116,7 +1116,7 @@ $(document).ready(function() {
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>disableEmpty</code></td> <td><code>disableIfEmpty</code></td>
<td> <td>
Set to <code>true</code> to disable the select if no options are available. Set to <code>true</code> to disable the select if no options are available.
</td> </td>
...@@ -1125,7 +1125,7 @@ $(document).ready(function() { ...@@ -1125,7 +1125,7 @@ $(document).ready(function() {
&lt;script type=&quot;text/javascript&quot;&gt; &lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() { $(document).ready(function() {
$(&#39;.multiselect&#39;).multiselect({ $(&#39;.multiselect&#39;).multiselect({
disableEmpty: true disableIfEmpty: true
}); });
}); });
&lt;/script&gt; &lt;/script&gt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment