jQuery mousemove performance
Posted
by Colby77
on Stack Overflow
See other posts from Stack Overflow
or by Colby77
Published on 2010-04-29T16:56:59Z
Indexed on
2010/04/29
17:17 UTC
Read the original article
Hit count: 353
Hi,
When I bind a mousemove event to an element it is working smoothly with every browser except Internet Explorer. With IE the CPU usage is way too much and some associated things (eg. tooltip) are ugly. Is there any way I could rid of the performance problem? (yeah I know, don't use IE :))
© Stack Overflow or respective owner