Highcharts test tool
HTML
<script src="http://code.jquery.com/jquery-1.8b1.js"></script>
<script src="http://code.highcharts.com/master/highcharts.js"></script>
<div id="container" style="height: 300px"></div>
JavaScript
$(function () {
console.log("onDomReady", $('#container').length);
});