jQuery(document).ready(function() { jQuery.getJSON("http://voteforchange.com/webservice/faq.php?state=&jsoncallback=?", function(data){ jQuery('#state_specific_info').html(data.ffs); jQuery('#state_specific_phone_number').html(data.phone); }); });