xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>D3 General update pattern using tables</title>
<link rel="stylesheet" type="text/css" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css"/>
</head>
<body>
<table class="table"></table>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://d3js.org/d3.v3.js" charset="utf-8"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js" charset="utf-8"></script>
<script src="./js/main.js"></script>
</body>
</html>
Modified http://code.jquery.com/jquery-1.9.1.min.js to a secure url
Modified http://d3js.org/d3.v3.js to a secure url
Modified http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js to a secure url
https://code.jquery.com/jquery-1.9.1.min.js
https://d3js.org/d3.v3.js
https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js