R
R
RuslanSerr2019-12-24 09:49:44
JavaScript
RuslanSerr, 2019-12-24 09:49:44

How to track the creation of an element on the page through the developer tools?

There is a page. When it is loaded, elements are created on it - links. How can you track their appearance through the developer tools, find the script that creates them?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2019-12-24
@Seasle

Not sure if "creator" can be traced, but DOM manipulations can be traced - Mutation Observer API . Perhaps this will help as well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question