How do I know which script manipulated a gift and modified the HTML attributes?

1

Is it possible to know through the console?

  

Imagine this story: You have several JavaScript files embedded in the header of the page, and when you submit a post, nothing appears in the return input, however it's not from PHP that it's doing this, it's from some script in JavaScript or jquery, or dom, you can find the element that modified it, if you know that it used the element, class, or id of the input to capture it and modify it, is there somewhere on the console that you can know which javascript has modified this, or some script I can do to capture the method that performed that change, I do not know?

    
asked by anonymous 31.03.2016 / 15:41

1 answer

2

I have already found the solution, opened the Firefox debug and was able to see the files that are loaded during execution.

    
31.03.2016 / 20:36