LoginSignup
2
2

More than 5 years have passed since last update.

IE8対策

Posted at

IE8に対応するプロジェクトで、色々と面倒だったことをメモ。
はまった時はここにメモしていく予定。

・console.log残しておくとエラー
・jQueryでタイトル属性を変えるとエラー

$('title').text('hoge');

・appendChildで、子要素持てない要素にappendChildするとエラー
(そもそもそのロジックに問題があるというツッコミ…)
canhaveChildで事前にチェックする。
http://shim0mura.hatenadiary.jp/entry/20120202/1329438704

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2