Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Much cooler than mine. I just ran

    $('img').each(function() { $(this).mouseover(); });
every few seconds. Something cool should have happened.


I just did:

    setInterval( function() {$('img').trigger('mouseenter'); }, 100 );
(probably burning up my cpu)


Nice, didn't think of this one




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: