Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/05/2010, 18:46
gonza_06
 
Fecha de Ingreso: mayo-2010
Mensajes: 25
Antigüedad: 14 años
Puntos: 1
xq me sale null ._.

Código Javascript:
Ver original
  1. function refresh_coments(){
  2.     $.get('http://***/tagboard/index.php', function(e){
  3.       var cc = $(e).find('#comentarios').html()
  4.       $('#comentarios').html(cc)
  5.     })  
  6.   }

y si existe el div #comentarios