echo '<div id="d" style="display:none;">'.$d.'</div>';
$.get('/script.php', function (data) { alert($('#d', data).html()); });