You cannot remove attribute with CSS. Try this: $('a').hover(function(e){ $(this).attr('title', ''); });.
確定! 回上一頁