I have a deferred function that binds a mouseenter event:
$(window).load(function(e) { var $container = $(\'.container\'); $container.mouseenter(function
I went with the css hover solution in Detect mouse hover on page load with jQuery because it doesn't require the mousemove event.