$$('.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.