I'm profiling JavaScript using dynaTrace AJAX edition.
According to the tool's "Hot Spots", the following jQuery method is using the majority of execution time:
CLASS(*, *, undefined, *, undefined, false): false
...it has over 700 invocations on my page.
What is this call and how can I optimize it?
I'm using jQuery version 1.4.2. The performance issues are primarily in IE6 and IE7.