使用jquery mobile做幻灯播放效果实现步骤

2020-05-22 17:13:46易采站长站整理

var img = $(this);
var source = img.jqmData(attrName);
if(source) img.attr(‘src’, source).jqmRemoveData(attrName);
});
};

整个运行效果见:
http://moretechtips.googlecode.com/svn/mobile-presentation/index.htm