$(...).on is not a functionになった時の対策
https://github.com/protonet/jquery.inview/issues/55
に書いてある通り、読み込んだjqueryのバージョンがあってないっぽい。
http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js
を
https://code.jquery.com/jquery-1.8.0.min.js
に変えたら治った。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
$(...).on is not a functionになった時の対策
https://github.com/protonet/jquery.inview/issues/55
に書いてある通り、読み込んだjqueryのバージョンがあってないっぽい。
http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js
を
https://code.jquery.com/jquery-1.8.0.min.js
に変えたら治った。
Register as a new user and use Qiita more conveniently
Go to list of users who liked