メンバー
OrionTraveler2
メンバー
30
ポイント
-
OrionTraveler2 が更新を投稿しました 2ウィーク前
I wrote a jQuery script for my WordPress plugin, and it looks like this:
$(function() { // jQuery code here });
Even though I make sure that jQuery is loaded on the page, I keep getting the following error in the browser console:
TypeError: $ is not a...