0
我有一個外部的jQuery代碼看起來像:jQuery的變量
jQuery(function($){
$.supersized({
navigation : 1, //Slideshow controls on/off
thumbnail_navigation : 1, //Thumbnail navigation
slide_counter : 1, //Display slide numbers
slide_captions : 1, //Slide caption (Pull from "title" in slides array)
slides : [
{image : 'some/path', title : 'title'},
{image : 'some/path', title : 'title'},
{image : 'some/path', title : 'title'}
] //Slide Images to be specified on page
});
});
我可以通過一些變量替換「滑梯」 OPTIO像$ slide_urls和申報個人html頁面的圖像路徑?