WordPress Js Uncaught TypeError: $ is not a function

大抵のwordpressテーマでは、jQuery本体自体はすでに読み込まれているものの、jQueryと他のjavascriptライブラリがコンフリクトしないように、jQueryが使用する「$」という関数名の別名定義を未定義状態にしています。なので「$」マークを使って書かれたコードが効かなくなるのです。

「$」を再定義する

jQuery(function($){
	コード
});

■Social Networks Auto-Poster
Uncaught TypeError: a.widget is not a function
Uncaught TypeError: a.widget is not a function
Uncaught TypeError: jQuery(…).ddslick is not a function

PAGE TOP