Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/10/2010, 01:56
PabloLPastor
 
Fecha de Ingreso: junio-2009
Ubicación: Madrid
Mensajes: 46
Antigüedad: 14 años, 10 meses
Puntos: 7
Respuesta: procesar html con jquery

Si lo que recibes es HTML (texto) no hace falta que utilices getJSON. Prueba a utilizar load():

Código:
$("div").load(aqui/tu/url)
__________________
Quizá te interese mi Tutorial de JavaScript Orientado a Objetos.

Nuevo: CSS Floats: Tutorial Visual