$(function() { $('select[name="document"]').change(function(e){ console.log("document selection",this); $('iframe').attr('src', this.value); }); $.getJSON('build/toc.json', function(data){ console.log(data); for (book in data) { console.log(data[book]); // var $optgroup = $('').attr('label', data[book].label); // for (page of data[book].pages) { // // console.log(page); // $optgroup.append($('