jQuery(document).ready(function(){ jQuery.getJSON("https://joeyoder.com/travel/public/page/1/?callback=?", function(data) { jQuery('#travel-log').html(data.html); }); });
jQuery(document).ready(function(){ jQuery.getJSON("https://joeyoder.com/travel/public/page/1/?callback=?", function(data) { jQuery('#travel-log').html(data.html); }); });