MCPcopy Create free account
hub / github.com/apache/cloudstack / hoverHack

Function hoverHack

tools/ngui/static/js/lib/jquery-1.7.2.js:2897–2899  ·  view source on GitHub ↗
( events )

Source from the content-addressed store, hash-verified

2895 );
2896 },
2897 hoverHack = function( events ) {
2898 return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
2899 };
2900
2901/*
2902 * Helper functions for managing events -- not part of the public interface.

Callers 1

jquery-1.7.2.jsFile · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected