Thursday, December 31, 2009

Re: [jQuery] slow pop-up on IE8

Yes, there is something in jquery.cluetip that will cause this. It binds event handlers to every single element you specify in the selector. The clueTip plugin is not a viable solution for thousands of tooltips on a page. 

I recently wrote a series of posts on learningjquery.com about one way to handle such a large number of tooltips. Here is the latest n the series:




--Karl

____________
Karl Swedberg




On Dec 31, 2009, at 8:04 AM, Tarha Kettunen wrote:

Hello

If I have lot off (3000) pop-ups on single page, IE8 will freeze.
Firefox is doing fine. Is there something in jquery.cluetip.js that
could cause this, or should I contact Microsoft?

No comments: