Actions
Feature proposal #8623
closedImprove jQuery data lookup for various jQuery plugins
Description
Several jQuery plugins (e.g. tooltips, cbselect) are trying to access data via camel case, which doesn't exist for data. Redo these behaviors and include a dataMap so we can fast lookup data instead of slowly converting settings into data then trying to do a lookup. In tooltips for example this is easily consuming 30ms of processing time and should just be 0.1ms.
Actions