SORU
16 Mayıs 2009, CUMARTESİ


Çapraz tarayıcı penceresinin scrollTop algılama yöntemi

Tarayıcı penceresinin scrollTop tespit etmek için çapraz tarayıcı en iyi yolu nedir? Bu çok basit bir script olduğu için önceden oluşturulmuş herhangi bir kod Kütüphanesi kullanmamayı tercih ediyorum, ve bu işe yaramaz adama gerek yok.

CEVAP
16 Mayıs 2009, CUMARTESİ


function getScrollTop(){
    if(typeof pageYOffset!= 'undefined'){
        //most browsers except IE before #9
        return pageYOffset;
    }
    else{
        var B= document.body; //IE 'quirks'
        var D= document.documentElement; //IE with doctype
        D= (D.clientHeight)? D: B;
        return D.scrollTop;
    }
}

alert(getScrollTop())

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • nemoking of kinges

    nemoking of

    4 EYLÜL 2009
  • MofoHifi Records

    MofoHifi Rec

    15 HAZİRAN 2006
  • Tips On Linux

    Tips On Linu

    26 Temmuz 2008