我想在Jssor Slider Gallery中加载Json的图像,有谁知道我怎么做?! 我用google搜索了但是,我还是没有看到它。 如果不可能的话,你们会告诉我其他免费的滑块画廊,我能做到吗?!
仅举例。在owl-carousel画廊中,可以这样做:
var owl = $("#owl-gallery");
owl.owlCarousel({
jsonPath : 'js/gallery.json',
jsonSuccess : loadFotos,
...
afterInit : function(elem){
//my function loadFotos with json data
}
});
谢谢!