点击它后,我得到了弹出的价值。它在Chrome上有价值,但它不适用于Firefox,为什么?
Here是我的小提琴。
以下是我执行的步骤:
在Chrome上显示,但在Firefox上,它会提供" undefined"。
$(function () {
$('#test').click(function () {
$("#commadsPopup").popup("open");
});
});
$(document).on('click', '.commandRow a', function() {
var str = this.innerText;
alert(str);
});
答案 0 :(得分:1)
答案 1 :(得分:0)
innerText
! Internet Explorer引入了element.innerText
请改用textContent