Name

srcFilter — NN n/a IE 4 DOM n/a

Synopsis

Read-only

Reference to the filter object that fired the current onFilterChange event. This property is convenient in switch constructions for an event handler function that handles the same event type for a number of different elements.

Example

switch (event.srcFilter.id) {
    case myDIV:
        ...
    ...
}

Value

Object reference.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.