Attaches mouse events (such as mouseover, mouseout and click) handler to the given element.
(static) bindMouseEvent(item, callback) → {jQuery.caph.focus.Util}
Parameters:
| Name | Type | Description | 
|---|---|---|
| item | DOMElement | jQuery | The target object. | 
| callback | function | An event handler. |