Error Prototype - obtener html interno
AUTOR PREGUNTA #1
$$('.libro').each(function() { var msg = this.down(".information"); alert(msg.innerHTML); Tip(this, msg.innerHTML, {stem: 'topLeft', hook: { tip: 'topLeft', mouse: true }, offset: { x: 14, y: 14 }}); });
Pero no me funciona, que puedo hacer para solucionarlo? Gracias de antemano.
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
$$('.libro').each(function(libro) { var msg = libro.down(".information"); alert(msg.innerHTML); });