Llamada ajax por jsop.
if ($_GET['callback']) {print $_GET['callback']."(";}
$respuestajson = array('html'=> $respuesta);
echo json_encode($respuestajson);
if ($_GET['callback']) {print ")";}
Llamada ajax por jsop.
if ($_GET['callback']) {print $_GET['callback']."(";}
$respuestajson = array('html'=> $respuesta);
echo json_encode($respuestajson);
if ($_GET['callback']) {print ")";}
Deje su comentario