'How to get html element inside script

using go-colly how to get element inside script tag? ie:

<script language="Javascript">jQuery( document ).ready(function() {jQuery("#table-hold").html('<div id="testID" style="margin: 30px;"><h4>Latest Trades</h4></div><style>.spot_inner{margin-l...

is it possible to get .OnHTML("#testID") ?

thank you in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source