http://plugins.jquery.com/project/timers
在网页顶部 以拉帘效果 出现广告图 图片的DIV id=noticepage
$("#noticepage").oneTime(1000,function(){
$(this).slideDown();
});
本文介绍了一种使用jQuery插件实现网页顶部广告图以拉帘形式展示的方法。通过简单的代码示例,展示了如何利用oneTime插件控制指定ID的元素以滑动的方式展现。
http://plugins.jquery.com/project/timers
在网页顶部 以拉帘效果 出现广告图 图片的DIV id=noticepage
$("#noticepage").oneTime(1000,function(){
$(this).slideDown();
});

被折叠的 条评论
为什么被折叠?