Hello,
I came across a challenging onclick event that I am unable to make sense of. The whole code is:
The usage of this can found here: http://dev.rgraph.net/examples/tradar.html.
Could someone please explain to me what this means and how to customize it for my own site?
Thanks.
I came across a challenging onclick event that I am unable to make sense of. The whole code is:
Code:
<div id="showPNG"><span onclick="RGraph.showPNG(event.target.parentNode.childNodes[3])">Get PNG</span></div>
Could someone please explain to me what this means and how to customize it for my own site?
Thanks.
Comment