diff --git a/app/node_views/results.html b/app/node_views/results.html index cabbe85..11938f1 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -766,9 +766,12 @@
-
5), + 'icon-warning': node.data.type == 'jQuery - bind' && node.data.callDetails.context.length > 5 + }" + ng-click="onNodeDetailsClick(node)" + ng-if="node.data.type != 'jQuery loaded' && node.data.type != 'jQuery version change' && node.data.type != 'domInteractive' && node.data.type != 'domContentLoaded' @@ -789,7 +792,9 @@

Called on {{node.data.callDetails.context.length}} jQuery elements

-

The .bind() method attaches the event listener to each jQuery element one by one. Using the .on() method is preferred if available (from v1.7).

+

+ The .bind() method attaches the event listener to each jQuery element one by one. Using the .on() method is preferable if available (from v1.7). +

First one is: {{node.data.callDetails.context.firstElementPath}}