UNPKG

hoverintent-jqplugin

Version:

The popular 'hoverintent' library now available in npm

7 lines (6 loc) 170 B
require(['jquery', 'hoverIntent'], function($, hoverIntent) { hoverIntent($); console.log( ($.fn.hoverIntent) ? "test=success" : "test=failed" ); });