會員
OrionTraveler2
會員
30
Points
-
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...