Monday, October 9, 2017

Spotfire - Debug TextArea HTML Javascript in Chrome

html:
<div id='textAreaUrl'>---</div>

js:
$('#textAreaUrl').text(top.location)

Copy paste the url onto Chrome and start debugging with Developer Tools (F12)

No comments:

Post a Comment