Hi there, I've got a page with a very big table (unfortunately breaking it up isn't an option), and I wanted to use the handy tooltip script here:
http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery This results in just over 2,000 cells with tooltips, and such over 2,000 listeners. When I refresh the page, I get an "Unresponsive Script" error in Firefox, which isn't suprising. Could someone suggest a way I could modify the above script to use fewer listeners? Maybe through event delegation? I'm still quite new to jQuery, so any advice is welcome! Frank.