How to debug Javascript to check a specific behavior
-
Hello,
I need to debug Javascript to check which function is called on a specific behavior.
To be more specific, when we click inside an iframe, all the page or at least the iframe is reloaded, so loaded 2 times.
For example, if you take a look on the page given with this post and click on the artist “Klimt”, the main page activate a javascript function, display an “Loading” image on the entire page and reload the iframe content.
I tried with the Chrome Devtools but can’t figure out which function is called display the image “Loading…” and reload the iframe.
It’s reloaded maybe because the url is dynamically updated with javascript. The anchor #collection/hopper/ will become #collection/klimt/.
This strange behavior appeared after an wordpress upgrade.
Thank you for your help,
Vincent.The page I need help with: [log in to see the link]
- The topic ‘How to debug Javascript to check a specific behavior’ is closed to new replies.