Y
Y
yakut872015-02-10 11:51:10
JavaScript
yakut87, 2015-02-10 11:51:10

GoogleChrome DevTools how to find js document?

Hello! Please tell me where exactly to poke in the Google CHROME Developer Panel to find out which part of the code (or at least which js file) is responsible for this or that operation on the page?
What I need specifically: I go to some site with an interactive map made using the Yandex Maps API (for example, this www.pomnivoinu.ru/map ), I want to know which part of the code is responsible for the list of object types (top right), I click right-click - view the code of the element and it gives me a div, and I want to know the js code, or at least the file that is responsible for this list. I tried to find it in Sources, but there is a pitch forest (at least for me :)).
Please help me figure it out!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iliya Tovstyonok, 2015-02-21
@iliyat

When you select an element in Elements, there will be tabs on the right (Styles, etc.), one of them is Event Listeners. There, according to the events, listeners are distributed for the selected element.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question