私のアプリケーションでは、行にマウスを合わせるとポップアップが表示されます。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);