Search and Top Navigation
#5884 closed bug (duplicate)
Opened July 30, 2010 12:06PM UTC
Closed December 10, 2010 07:26PM UTC
Last modified October 11, 2012 09:15PM UTC
Interactions: Replace usage of .data() with $.data
| Reported by: | jzaefferer | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ui.mouse | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
.data() has a lot of overhead by triggering various events. jQuery UI doesn't need those events, so replace all uses with $.data for better performance.
Using the mouse-component for now, as several interactions are affected. Should be handled as part of the interactions rewrite.