置顶
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$(function(){ $("body").append('<div class="r_ad" id="r_ad"><span id="r_ad1"></span></div>'); $(window).scroll(function(){ itemshow($(this)); }) function itemshow(el){ var el=el||$(window) var item=$("#r_ad"); if(el.scrollTop()>=200){ item.show(); return; } item.hide(); } function roll(ele,itemnum,later){ $(ele).animate({scrollTop: itemnum}, later); } $("#r_ad1").click(function(){ roll("html,body",0,700) }); });
浙公网安备 33010602011771号