Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.2, 3.3.3, 3.3.5
-
Fix Version/s: 3.3.6
-
Component/s: Core CiviCRM
-
Labels:None
Description
the crmAccordions.js file currently uses jquery's .live() function, but that can cause performance issues in IE when there are a number of accordions on a page (for example, on the advanced search page).
we should switch to moving the .delegate() function which is a bit more efficient.