Senin, 05 Agustus 2013

PHP Indonesia - Facebook: {Tanya} Biar nih tombol Go Up nya hilang pas diata...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
{Tanya} Biar nih tombol Go Up nya hilang pas diata...
Aug 5th 2013, 08:25, by Gunawan Christianto

Gunawan Christianto 8:25am Aug 5
{Tanya}
Biar nih tombol Go Up nya hilang pas diatas pake Java Script apaan ye?

Sumber: http://www.gunziefolleto.tk/

Gunawan Christianto 8:27am Aug 5
Biar hilang um... bukan biar naik ke atasnya...

Roozzak Udah Mandi 8:28am Aug 5
jika posisi tombol lebih rendah dari pada tinggi window, maka hide

Gunawan Christianto 8:29am Aug 5
nahh rumusnya gimana? saya baru blajar Java...

Egi Zilvananda 8:29am Aug 5
$(window).scroll(function(){
if($('body, html').scrollTop()>100)){
$('id_gbr_anda).fadeIn('fast')
}else{
$('id_gbr_anda).fadeOut('fast')
}
})

Gunawan Christianto 8:34am Aug 5
Thanks... :D

Egi Zilvananda 8:34am Aug 5
ok

Gunawan Christianto 8:46am Aug 5
mana um, gkk ilang tuh....

Egi Zilvananda 8:47am Aug 5
ups salah, yang $('body, html') tuh ganti jadi $(this)

Gunawan Christianto 8:47am Aug 5
ohh... oke

Gunawan Christianto 8:48am Aug 5
memang bedanaya apa um?

Egi Zilvananda 8:49am Aug 5
kan yg discroll jendela browsernya , bukan html nya

Gunawan Christianto 8:50am Aug 5
Ohh... pantes... wkwk
Trus mau nanya... kok yang ini gkk works?
$(window).bind('scrollstart', function(){
$("a[href='#top']").stop().animate({'opacity':'0.2'});
});
$(window).bind('scrollstop', function(){
$("a[href='#top']").stop().animate({'opacity':'1'});
});

Egi Zilvananda 8:51am Aug 5
ane msih baru pande juga gan, jdi lom mnguasai x, wkwkwkw :v

Gunawan Christianto 8:52am Aug 5
Hmm.... saya juga ini dapet dari orang... alias Copas.. wkwkk

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar