1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

レガシーjQueryから最新版への移行

Posted at

レガシーなjQuery(1.4)を使っているプロジェクトがあり、最新のFirefoxで動作しない問題が発生。独自属性のattrメソッドの値がおかしい。せっかくなので最新版に更新してdataメソッド経由に書き換えることに。ついでに最近のjQueryのバージョンの違いも調査。

結果 jQuery1.10.2 でjQuery Migrateを導入し、少しコードを書き換えて移行できた。

1.9

.toggle, jQuery.browser, live, die など削除されている
http://jquery.com/upgrade-guide/1.9/

1.9以降で古いAPIを使うには、jQuery Migrate プラグインを導入すればいいとのこと。

2.x

IE6,7,8はサポートしない

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?