MCPcopy Create free account
hub / github.com/benoitpointet/jquery-scrollsnap-plugin / hoverHack

Function hoverHack

demo/foundation/javascripts/jquery.js:2637–2639  ·  view source on GitHub ↗
( events )

Source from the content-addressed store, hash-verified

2635 rmouseEvent = /^(?:mouse|contextmenu)|click/,
2636 rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
2637 hoverHack = function( events ) {
2638 return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
2639 };
2640
2641/*
2642 * Helper functions for managing events -- not part of the public interface.

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected