How to find out which file or script is working with the current element?

Suppose I have a slider that contains a javascript file and a script that I want to change for it, but there are several files containing this javascript file. So, now I would like to know which file or script was exactly running for the current element, which i.e. slider. Is there any way to find out?

0
source share
2 answers

Let's see what I want to know a script slider that we can check. I am using firebug here and find the current running script. The following figure describes the steps to determine which script is running for the current element (for example, a slider):

enter image description here

, (6) - navigationf.js, script.

+1

javascript- chrome dev.

0

Source: https://habr.com/ru/post/1524413/


All Articles