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

jQuery SelectBox Events

This section describes events fired by this UI component.

See Also

change

Raised when the UI component loses focus after the text field's content was changed using the keyboard.

Type:

Event

Main article: onChange

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

copy

Raised when the UI component's input has been copied.

Type:

Event

Main article: onCopy

See Also

customItemCreating

Raised when a user adds a custom item.

Type:

Event

Main article: onCustomItemCreating

See Also

cut

Raised when the UI component's input has been cut.

Type:

Event

Main article: onCut

See Also

disposing

Raised before the UI component is disposed of.

Type:

Event

Main article: onDisposing

See Also

enterKey

Raised when the Enter key has been pressed while the UI component is focused.

Type:

Event

Main article: onEnterKey

See Also

focusIn

Raised when the UI component gets focus.

Type:

Event

Main article: onFocusIn

See Also

focusOut

Raised when the UI component loses focus.

Type:

Event

Main article: onFocusOut

See Also

initialized

Raised only once, after the UI component is initialized.

Type:

Event

Main article: onInitialized

See Also

input

Raised each time the UI component's input is changed while the UI component is focused.

Type:

Event

Main article: onInput

See Also

itemClick

Raised when a list item is clicked or tapped.

Type:

Event

Main article: onItemClick

See Also

keyDown

Raised when a user is pressing a key on the keyboard.

Type:

Event

Main article: onKeyDown

See Also

keyPress Deprecated

IMPORTANT
This event is removed from the web standards and will be deprecated in modern browsers soon. Refer to the MDN topic for details.

Raised when a user presses a key on the keyboard.

Type:

Event

Main article: onKeyPress

See Also

keyUp

Raised when a user releases a key on the keyboard.

Type:

Event

Main article: onKeyUp

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

paste

Raised when the UI component's input has been pasted.

Type:

Event

Main article: onPaste

See Also

selectionChanged

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

Type:

Event

Main article: onSelectionChanged

See Also

valueChanged

Raised after the UI component's value is changed.

Type:

Event

Main article: onValueChanged

See Also