MCPcopy
hub / github.com/jquery-backstretch/jquery-backstretch / hoverHack

Function hoverHack

libs/jquery/jquery.js:2632–2634  ·  view source on GitHub ↗
( events )

Source from the content-addressed store, hash-verified

2630 rmouseEvent = /^(?:mouse|contextmenu)|click/,
2631 rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
2632 hoverHack = function( events ) {
2633 return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
2634 };
2635
2636/*
2637 * 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