pablocattaneo
6/13/2017 - 4:26 PM

How to find ths js that affect an element. Source: https://www.youtube.com/watch?v=4tkZobZWOlY and esto me parece copado https://stackoverf

How to find ths js that affect an element.

Source: https://www.youtube.com/watch?v=4tkZobZWOlY and esto me parece copado https://stackoverflow.com/questions/16587519/how-to-find-out-what-is-hiding-acting-on-a-html-element Te permite rastrear el js desde donde se modifica el atributo de un elemento

Open the developer tools using F12, and select the "Elements" tab. Find the element that gets hidden. Right click on it, "Break on", "Attributes Modification".
Refresh the page, keeping Developer Tools open.
If the element is being hidden using JavaScript, you'll break at that point.