Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Listen to row hovers on table instead of body
This won't work for tables dynamically added to the page, but at the moment we don't have any of those. From the jquery docs: Attaching many delegated event handlers near the top of the document tree can degrade performance. Each time the event occurs, jQuery must compare all selectors of all attached events of that type to every element in the path from the event target up to the top of the document. For best performance, attach delegated events at a document location as close as possible to the target elements. Avoid excessive use of document or document.body for delegated events on large documents.
- Loading branch information