@@ -76,12 +76,9 @@ var selectize = $select[0].selectize;
76
76
<td valign="top"><code>refreshOptions(triggerDropdown)</code></td>
77
77
<td valign="top">Refreshes the list of available options shown in the autocomplete dropdown menu.</td>
78
78
</tr>
79
-
80
-
81
79
<tr>
82
80
<th valign="top" colspan="3" align="left"><a href="#methods_items" name="methods_items">Items</a></th>
83
81
</tr>
84
-
85
82
<tr>
86
83
<th valign="top" width="120px" align="left">Method</th>
87
84
<th valign="top" align="left">Description</th>
@@ -110,12 +107,9 @@ var selectize = $select[0].selectize;
110
107
<td valign="top"><code>refreshItems()</code></td>
111
108
<td valign="top">Re-renders the selected item lists.</td>
112
109
</tr>
113
-
114
-
115
110
<tr>
116
111
<th valign="top" colspan="3" align="left"><a href="#methods_items" name="methods_optgroups">Optgroups</a></th>
117
112
</tr>
118
-
119
113
<tr>
120
114
<th valign="top" width="120px" align="left">Method</th>
121
115
<th valign="top" align="left">Description</th>
@@ -155,12 +149,9 @@ var selectize = $select[0].selectize;
155
149
<td valign="top"><code>trigger(event, ...)</code></td>
156
150
<td valign="top">Triggers event listeners.</td>
157
151
</tr>
158
-
159
-
160
152
<tr>
161
153
<th valign="top" colspan="3" align="left"><a href="#methods_dropdown" name="methods_dropdown">Dropdown</a></th>
162
154
</tr>
163
-
164
155
<tr>
165
156
<th valign="top" width="120px" align="left">Method</th>
166
157
<th valign="top" align="left">Description</th>
@@ -177,12 +168,9 @@ var selectize = $select[0].selectize;
177
168
<td valign="top"><code>positionDropdown()</code></td>
178
169
<td valign="top">Calculates and applies the appropriate position of the dropdown.</td>
179
170
</tr>
180
-
181
-
182
171
<tr>
183
172
<th valign="top" colspan="3" align="left"><a href="#methods_other" name="methods_other">Other</a></th>
184
173
</tr>
185
-
186
174
<tr>
187
175
<th valign="top" width="120px" align="left">Method</th>
188
176
<th valign="top" align="left">Description</th>
0 commit comments