wizard04


Member since 06/17/2008

Name: Andy Harrison

wizard04

Location: Woodbridge, VA

7 snippets

5243 profile views

95 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

wizard04's Recent SnippetsTagged event



« Prev 1 Next »
Enhanced cross-browser event handling
0 685 posted 12 years ago by wizard04
Returns an object with the `event.button` values of both the W3C and Microsoft models.
0 617 posted 12 years ago by wizard04
These functions allow you to set a handler for a mouseleave/enter event.
0 563 posted 12 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 572 posted 15 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 690 posted 15 years ago by wizard04
0 566 posted 15 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 698 posted 15 years ago by wizard04
« Prev 1 Next »