can adding jQuery listeners slow down browser performance?

Posted by bert on Stack Overflow See other posts from Stack Overflow or by bert
Published on 2010-04-13T13:18:32Z Indexed on 2010/04/13 13:23 UTC
Read the original article Hit count: 350

Filed under:
|
|
|

I have application that brings response via Ajax and creates 5-20 new jQuery click listeners on each refresh. Both IE and mozilla browsers seem to be slowing down with usage. Can this slow down browser performance significantly. Can listeners be "released"?

© Stack Overflow or respective owner

Related posts about listeners

Related posts about jQuery