A newer version of this page is available. Switch to the current version.

jQuery Lookup Events

This section describes events fired by this UI component.

See Also

closed

Raised once the drop-down editor is closed.

Type:

Event

Main article: onClosed

See Also

contentReady

Raised when the UI component's content is ready.

Type:

Event

Main article: onContentReady.

See Also

disposing

Raised before the UI component is disposed of.

Type:

Event

Main article: onDisposing

See Also

initialized

Raised only once, after the UI component is initialized.

Type:

Event

Main article: onInitialized

See Also

itemClick

Raised when a list item is clicked or tapped.

Type:

Event

Main article: onItemClick

See Also

opened

Raised once the drop-down editor is opened.

Type:

Event

Main article: onOpened

See Also

optionChanged

Raised after a UI component property is changed.

Type:

Event

Main article: onOptionChanged

See Also

pageLoading

Raised before the next page is loaded.

Type:

Event

Main article: onPageLoading

See Also

pullRefresh

Raised when the "pull to refresh" gesture is performed on the drop-down item list.

Type:

Event

Main article: onPullRefresh

See Also

scroll

Raised on each scroll gesture performed on the drop-down item list.

Type:

Event

Main article: onScroll

See Also

selectionChanged

Raised when a list item is selected or selection is canceled.

Type:

Event

Main article: onSelectionChanged

See Also

titleRendered Deprecated

Use the dropDownOptions event instead.

Raised when the drop-down list's title is rendered.

Type:

Event

Main article: onTitleRendered

See Also

valueChanged

Raised after the UI component's value is changed.

Type:

Event

Main article: onValueChanged

See Also