jquery live problem
- by Kay
Hi,
I have a website which uses jquery and lots of mouseover/mouseout effect. So far I used the .bind() method of jquery but if you have 1000 event handlers, this is slowing down your browser a lot. So, I want to move to use .live or .delegate.
One part of my portal site is a chat area. User can set chat messages which will then be displayed in…