注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
View source must be done differently for Mozilla. Here is a mapping between the two methods. IE m... View source must be done differently for Mozilla. Here is a mapping between the two methods. IE method to switch to source view: iHTML = getDocument().body.innerHTML; getDocument().body.innerText = iHTML; Mozilla method to switch to source view: var html = document.createTextNode(getDocument().body.innerHTML); getDocument().body.innerHTML = ""; getDocument().body.appendChild(html); IE method to sw
2006/03/24 リンク