自己写的jQuery插件(四)--轮换显示
使用方法:
$("#weather").scrollShow({direction:"up"}); //轮换显示,还可以设置,动画时间,停留时间,
$("#previewWeather").preview("#weatherInfo");
$("#notice").marquee({direction:"left"});
$("#previewWeather").preview("#weatherInfo");
$("#notice").marquee({direction:"left"});
完整的文档,完善后上传.