Profile
Achievement
wizard04's Recent SnippetsTagged event
- All /
« Prev 1 Next »
Returns an object with the `event.button` values of both the W3C and Microsoft models.
0
825
posted 13 years ago by wizard04
These functions allow you to set a handler for a mouseleave/enter event.
0
755
posted 13 years ago by wizard04
These functions allow you to easily set a handler for a virtual mouseleave/enter event.
This requires my [MouseBoundaryCrossing](http://snipplr.com/view/8206/crossbrowser-mouseenterleave-solution/) class.
1
757
posted 16 years ago by wizard04
In mouseout and mouseover event handlers, use this object to check if the mouse was leaving or entering a "landmark" element. See my [MouseEnter/Leave Handlers](http://snipplr.com/view/8913/mouseenterleave-handlers/) snipplet for a practical use....
3
905
posted 16 years ago by wizard04
`Events.add(element, type, handler)` adds a handler to an element
`Events.remove(element, type, handler)` removes a handler from an element
`Events.getTarget(event)` or `Events.getOrigin(event)` returns the element from which the event originat...
1
911
posted 16 years ago by wizard04