The blur event is fired when the mouse leaves the item.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set blur event handler function
$(".selector").wijlist({
blur : function (e, args) {
}
});
});
|
Javascript (Specification) | |
---|
blur = function (
: Object,
: IItemEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type
wijlist jQuery Widget