Am trying to trigger the mouse over event for this below links event on document . ready but its not triggering the event.
http://codepen.io/zacharyolson/details/vzeyc#forks
Trying to do
$(document).ready(function () {
$('.macbook').trigger('mouseover');
});
is there any way to trigger the over event. on document ready