firefox上的jQuery innerText - > jQuery的(本)的.text()

时间:2015-04-27 16:41:03

标签: javascript jquery firefox

编辑:我的问题不是jQuery.each而是innerText;非常感谢Djave

关于jQuery.each的另一个问题

http://jsfiddle.net/vL4v696a/

jQuery("div").each(function(){
  jQuery("p").append("<br/>"+this.id+" "+this.innerText);
});

预期:

un solo
deux duo
...

意外的:

un undefined
deux undefined

为什么chrome获取this.innerText而firefox不能?这是一个错误吗?

似乎与较晚的firefox版本有关。

任何替代方案?先谢谢。

0 个答案:

没有答案