Sabtu, 14 September 2013

PHP Indonesia - Facebook: malam gan,, mohon bantuannya,..saya sedang buat me...

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
malam gan,, mohon bantuannya,..saya sedang buat me...
Sep 14th 2013, 15:06, by Adhi Poncho

Adhi Poncho 3:06pm Sep 14
malam gan,, mohon bantuannya,..saya sedang buat menu dropdown pke jquery,, tapi maunya default awal nya udah ada menu pertama yg slidedown,, yg di bawahnya masih slideUp. jadi pertama buka web ini udah ada salah satu <UL> yg kebuka seperti gambar..


Adhi Poncho 3:07pm Sep 14
ini potongan script saya :

Adhi Poncho 3:07pm Sep 14
<script type="text/javascript">
$(function() {

var menu_ul = $('.menu > li > ul'),
menu_a = $('.menu > li > a');

menu_ul.hide();
menu_a.click(function(e) {
e.preventDefault();
if(!$(this).hasClass('active')) {
menu_a.removeClass('active');
menu_ul.filter(':visible').slideUp('normal');
$(this).addClass('active').next().stop(true,true).slideDown('normal');
} else {
$(this).removeClass('active');
$(this).next().stop(true,true).slideUp('normal');
}
});

});

</script>

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