Commit 3a6b377c authored by David Stutz's avatar David Stutz

Documentation for #326.

parent bfea078e
...@@ -1239,9 +1239,9 @@ $(document).ready(function() { ...@@ -1239,9 +1239,9 @@ $(document).ready(function() {
</tr> </tr>
<tr> <tr>
<td> <td>
<p><code>.multiselect('select', value)</code></p> <p><code>.multiselect('select', value, triggerOnChange)</code></p>
<p> <p>
Selects an option by its value. Works also using an array of values. Selects an option by its value. Works also using an array of values. If <code>triggerOnChange</code> is set to true, the <code>onChange</code> event is triggered.
</p> </p>
</td> </td>
<td> <td>
...@@ -1263,7 +1263,7 @@ $(document).ready(function() { ...@@ -1263,7 +1263,7 @@ $(document).ready(function() {
<td> <td>
<p><code>.multiselect('deselect', value)</code></p> <p><code>.multiselect('deselect', value)</code></p>
<p> <p>
Deselect an option by its value. Works also using an array of values. Deselect an option by its value. Works also using an array of values. If <code>triggerOnChange</code> is set to true, the <code>onChange</code> event is triggered.
</p> </p>
</td> </td>
<td> <td>
......
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