コンテンツを読み込んでプラグインをトリガーするjqueryコードがあります。何人かが私の仕事を援助してくれますか?私は自分自身をデバッグするのに十分ではありません!jqueryプラグインの前にコンテンツを呼び出す
$(document).ready(function() {
$('#scoop-container ul').load('/test.html');
$("#scoop-container ul").carouFredSel({
direction: "up",
height: "variable",
height: 1000,
items: {
start: "random"
},
scroll: 1
});
});
「動作していません」と定義してください。 –