次のjqueryを適用しましたが、うまくいきませんでした。
var medialink = $('<a>',{
class: 'all-videos-link',
href: 'index.php?option=com_content&view=category&layout=blog&id=78'
});
$('#custom-module .moduletable').eq(2).find('h3').append(medialink);
すべてのブラウザで動作しますが、IE では動作しません。私はie8でテストしました。だから私はこれを試しました
$('#custom-module .moduletable').eq(2).find('h3').css({background:'red'}); // and it's working
では、なぜappendが機能しないのですか?