xxxxxxxxxx
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" type="text/javascript"></script>
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js"></script>
<script src="script.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/themes/css/cartodb.css" />
<link rel="stylesheet" href="stylesheet.css" />
</head>
<body>
<div>
<p>Select age group</p>
<select id="age-menu">
<option value="0" selected="selected">Under 20</option>
<option value="1">Ages 20-44</option>
<option value="2">Ages 45-64</option>
<option value="3">Age 65+</option>
</select>
</div>
<div id="container"></div>
</body>
</html>
https://code.jquery.com/jquery-3.1.0.min.js
https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js