PRACTICING JQUERYUI

The autocomplete jQueryUI widget

We already introduced some basic jQueryUI widgets in lecture 9.

Here we'll show how to customize a jQueryUI widget, by extending it with some custom implementation. The examples showed here regards a custom combobox element, which is rendered using the standard jQueryUI's combobox method, which has been completely re-written (see details.)

In order to consider an actual use case, we'll consider the jQueryUI autocomplete widget, and we'll create a new custom widget enhancing the feature of a simple input type.

For details have a look to HTML code of this page.

Sources

HOME