みんな知っていると思うけど、
私は今さら知った。恥ずかしい。
PC上では動作するのにスマホが反応しない…。
こんなこと初めてで数時間無駄にしてしまった。
##WordPressでは反応しない書き方
$(function(){
// jQuery書く
});
##正解の書き方
jQuery(function(){
// jQuery書く(この中は$で書いてオッケイ)
});
以上。初めての投稿は恥ずかしい体験から始まる。
Go to list of users who liked
More than 5 years have passed since last update.
みんな知っていると思うけど、
私は今さら知った。恥ずかしい。
PC上では動作するのにスマホが反応しない…。
こんなこと初めてで数時間無駄にしてしまった。
##WordPressでは反応しない書き方
$(function(){
// jQuery書く
});
##正解の書き方
jQuery(function(){
// jQuery書く(この中は$で書いてオッケイ)
});
以上。初めての投稿は恥ずかしい体験から始まる。
Register as a new user and use Qiita more conveniently
Go to list of users who liked