我有這個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
});
});
請定義「它不工作」。 –