currently i am adding all javascript at HTML <head>
after uglying as file & using these jquery functions to check document ready
$( document ).ready(function() {}); OR $(function() {});
is there any d3js equivalent to remove using of these jquery functions ?