在我的应用程序中,当我们将鼠标悬停在行上时,会显示弹出窗口。它在Firefox浏览器中工作正常,但在IE8中显示以下错误,
'attr(..)' is null or not an object
我的实际代码是,
var diamondinfo = "Test Content";
jQuery('#row').attr('title',diamondinfo);
在我的应用程序中,当我们将鼠标悬停在行上时,会显示弹出窗口。它在Firefox浏览器中工作正常,但在IE8中显示以下错误,
'attr(..)' is null or not an object
我的实际代码是,
var diamondinfo = "Test Content";
jQuery('#row').attr('title',diamondinfo);