Namespace RichFaces.Event
Defined in: richfaces-event.js.
Constructor Attributes | Constructor Name and Description |
---|---|
RichFaces Event API container
|
Method Attributes | Method Name and Description |
---|---|
<static> |
RichFaces.Event.unbindById(id, eventType, fn)
Remove a previously-attached event handler from the elements by element id.
|
Method Detail
<static>
{jQuery}
RichFaces.Event.unbindById(id, eventType, fn)
Remove a previously-attached event handler from the elements by element id.
The handler will be called only once when event happened.
- Parameters:
- {string} id
- - DOM element id
- {string} eventType Optional
- - one or more JavaScript event types, such as "click" or "submit," or custom event names
- {function} fn Optional
- - event handler
- Returns:
- {jQuery} element wrapped by jQuery