Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 1738124

Browse files
committed
Docs: Add a space after period (selects/methods.html)
1 parent 2748236 commit 1738124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/forms/selects/methods.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2>Select menus</h2>
6969

7070
<dt><code>refresh</code> update the custom select</dt>
7171
<dd>
72-
This is used to update the custom select to reflect the native select element's value.If the number of options in the select are different than the number of items in the custom menu, it'll rebuild the custom menu. Also, if you pass a true argument you can force the rebuild to happen.
72+
This is used to update the custom select to reflect the native select element's value. If the number of options in the select are different than the number of items in the custom menu, it'll rebuild the custom menu. Also, if you pass a true argument you can force the rebuild to happen.
7373
<pre><code>
7474
//refresh value
7575
$('select').selectmenu('refresh');

0 commit comments

Comments
 (0)