blog
copyright ©
creamu Inc. All Rights Reserved.
art direction & design: Kunitaka Kawashimo
code, interaction & photography: creamu Inc.
category: Technology

jQuery 1.9以降でtoggleが廃止されているので、jQuery Migrateを使う

Pocket

jQuery 1.9以降でtoggleが廃止されているので、jQuery Migrateを使います。それを使うことで、廃止されたAPI(この場合はtoggle)を復元して使用することができます。

スマホのハンバーガーメニューで。押すたびにclassをadd, removeするのに便利です。

jquery-migrate / Migrate older jQuery code to jQuery 1.9+

しかも、jQuery Migrate 3.0.0以降だとtoggleが動かないため、1.4.1を使う