>  기사  >  웹 프론트엔드  >  Jquery 오른쪽 아래 모서리 지터, 부동 예제 코드(ie6, FF와 호환 가능)_jquery

Jquery 오른쪽 아래 모서리 지터, 부동 예제 코드(ie6, FF와 호환 가능)_jquery

WBOY
WBOY원래의
2016-05-16 17:25:311105검색
复代码 代码如下:

setTimeout("document.getElementById('qq_dd').style.display ='block'; ",5000);
// JavaScript 문서
$(function(){
    if($.browser.msie&&$.browser.version=="6.0"&&$(" html")[0].scrollHeight>$("html").height())
        $("html").css("overflowY","scroll");
        $("html") .css("overflowX","hidden");
});
function right_down(){
document.writeln("
")
}
right_down();
$("#guanbi").click(function(){
$("#my_img").hide();
});
$("#guanbi0").click(function(){
$("#my_img").hide() ;
});
function Rattleimage(){$("#my_img").animate({top:' =3'},50);$("#my_img").animate({왼쪽: ' =3'},50);$("#my_img").animate({top:'-=3'},50);$("#my_img").animate({left:'-=3' },50);$("#my_img").animate({top:' =3'},50);$("#my_img").animate({left:' =3'},50);$ ("#my_img").animate({top:'-=3'},50);$("#my_img").animate({left:'-=3'},50);$("#my_img ").animate({top:' =3'},50);$("#my_img").animate({left:' =3'},50);$("#my_img").animate({ 상단:'-=3'},50);$("#my_img").animate({left:'-=3'},50);$("#my_img").animate({top:' = 3'},50);$("#my_img").animate({왼쪽:' =3'},50);$("#my_img").animate({top:'-=3'},50 );$("#my_img").animate({left:'-=3'},50);$("#my_img").animate({top:' =3'},50);$(" #my_img").animate({왼쪽:' =3'},50);$("#my_img").animate({top:'-=3'},50); $("#my_img"). animate({left:'-=3'},50);$("#my_img").fadeOut("slow");$('#my_img').fadeIn('slow');setTimeout("rattleimage( )",10000);}
rattleimage();
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.