New console doesn't display any of attributes from element

Example:
http://t4.answers.travian.de/index.php?aid=238#go2answer

// work
$$(".result h2+ul li, .result h2+p+ul li").map(function(elt){return
elt});

// doesn't work
$$(".result h2+ul li, .result h2+p+ul li").map(function(elt){ return
elt.innerHTML });
$$(".result h2+ul li, .result h2+p+ul li").map(function(elt){ return
elt.get("text") });
$$(".result h2+ul li, .result h2+p+ul li").map(function(elt){ return
elt.textContent });

It just returns nothing to console.

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to