無効な引数エラーが発生しましたが、その原因がわかりません。
誰かが私を助けてくれることを願っています。
スクリプトは、(おそらく) 次のコードの後で実行を停止します。
if (type == "all") {
var classe = target.substring(1) + '-' + color + '-bottom';
$(target).after('<div class="' + classe + ' block"></div>');
$('.'+classe).css({
'height' : colors[color].botHeight,
'background-image': "url(" + url + colors[color].bot + ")",
'background-repeat': 'repeat-x'
});
$('.'+classe).offset({left: 0});
$('.'+classe).width($(window).width());
}
完全なスクリプト: http://www.mochilao.syncmobile.com.br/wp-content/themes/headway/custom.js (混乱してすみません)