You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method that controls building the widget's menu. The method is passed an empty <code><ul></code> and an array of items that match the user typed term. Creation of the individual <code><li></code> elements should be delegated to <code>_renderItemData()</code>.
212
+
</desc>
213
+
<argumentname="ul"type="jQuery">
214
+
<desc>An empty <code><ul></code> element to use as the widget's menu.</desc>
215
+
</argument>
216
+
<argumentname="items"type="Array">
217
+
<desc>An Array of items that match the user typed term. Each item is an Object with <code>label</code> and <code>value</code> properties.</desc>
218
+
</argument>
219
+
<example>
220
+
<desc>Add a CSS class name to the odd menu items.</desc>
0 commit comments