2011-09-02 37 views
0

我需要在滑塊中顯示來自我的WordPress博客的內容。我選擇的jCarousel,因爲它可以通過AJAX被加載,帶有文本和說明的jquery傳送帶

Jcarousel link

這是通過只用圖像的URL的陣列呈現。我需要用ajax帶來圖片的標題和描述。我需要像這樣的滑塊 enter image description here

我該怎麼做。

$images = array(
'http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg', 
'http://static.flickr.com/75/199481072_b4a0d09597_s.jpg', 
'http://static.flickr.com/57/199481087_33ae73a8de_s.jpg', 
'http://static.flickr.com/77/199481108_4359e6b971_s.jpg', 
'http://static.flickr.com/58/199481143_3c148d9dd3_s.jpg', 
'http://static.flickr.com/72/199481203_ad4cdcf109_s.jpg', 
'http://static.flickr.com/58/199481218_264ce20da0_s.jpg', 
'http://static.flickr.com/69/199481255_fdfe885f87_s.jpg', 
'http://static.flickr.com/60/199480111_87d4cb3e38_s.jpg', 
'http://static.flickr.com/70/229228324_08223b70fa_s.jpg',); 

回答

0

最後我發現使用WordPress插件,ajax-post-carousel,需要定製的解決方案,但完美的作品。