Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/02/2013, 21:31
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 4 meses
Puntos: 1567
Respuesta: warning: Cadena vacía pasada a getElementById()

Cita:
Iniciado por patriciomase Ver Mensaje
elem = document.getElementById(match[2]); <--- esa linea es la 164 de jquery, no es código mío
Código Javascript:
Ver original
  1. } else {
  2.                     elem = document.getElementById( match[2] );
  3.  
  4.                     // Check parentNode to catch when Blackberry 4.6 returns
  5.                     // nodes that are no longer in the document #6963
  6.                     if ( elem && elem.parentNode ) {
  7.                         // Handle the case where IE and Opera return items
  8.                         // by name instead of ID
  9.                         if ( elem.id !== match[2] ) {
  10.                             return rootjQuery.find( selector );
  11.                         }
  12.  
  13.                         // Otherwise, we inject the element directly into the jQuery object
  14.                         this.length = 1;
  15.                         this[0] = elem;
  16.                     }
  17.  
  18.                     this.context = document;
  19.                     this.selector = selector;
  20.                     return this;
  21.                 }

Si, pero el error sucede porque en alguna parte estás definiendo mal un selector por su id.
Fijate de bajar otra version de jQuery
http://blog.jquery.com/2012/08/30/jq...-8-1-released/
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.