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