I've just started using Timeline.js and I want to change the class of a header from start
to whatever
. However, the class is set dynamically somewhere in the Timeline library. I've searched through the source code, but it's a bit hard to understand all the connections.
My question is simply: is there a way to see where in the Javascript code an element was created/manipulated/had a class added to it, using the Chrome console?
This is what I've tried so far:
dir($('.start'))