Sabtu, 02 November 2013

PHP Indonesia - Facebook: [ASK] permisi numpang tanya kok menu accordionnya ...

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/ 
Start taking a college level music theory class today.

This beginner class is now accessible to aspiring musicians of all ages. Learn all of the basic concepts in an easy to follow manner.
From our sponsors
[ASK] permisi numpang tanya kok menu accordionnya ...
Nov 2nd 2013, 14:14, by Rifky Azmi

Rifky Azmi 2:14pm Nov 2
[ASK] permisi numpang tanya kok menu accordionnya gk jalan ya

http://pastebin.com/umunQqmP

Pengaturan Privasi 2:21pm Nov 2
accordion-nya tuh sebelah mana ya?

Rifky Azmi 2:22pm Nov 2
kiri di dalem tag <div id='cssmenu'>

Pengaturan Privasi 2:28pm Nov 2
ohh maaf, belum praktekin scriptnya,, jadi tak kira navbar menu...

Gembel Berkelas 2:29pm Nov 2
emang ndak jalan gmana ??? abisnya cuma keliatan tag html n css doang

Rifky Azmi 2:33pm Nov 2
di klik gk muncul sub menunya

Gembel Berkelas 2:35pm Nov 2
pakek js yak ??

Rifky Azmi 2:36pm Nov 2
ya

Gembel Berkelas 2:37pm Nov 2
oh, pantes,,, maklum gan js nya ndak keliatan dimata ane,,

Rifky Azmi 2:37pm Nov 2
/*menu_jquery.js*/
$( document ).ready(function() {
$('#cssmenu > ul > li > a').click(function() {
$('#cssmenu li').removeClass('active');
$(this).closest('li').addClass('active');
var checkElement = $(this).next();
if((checkElement.is('ul')) && (checkElement.is(':visible'))) {
$(this).closest('li').removeClass('active');
checkElement.slideUp('normal');
}
if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
$('#cssmenu ul ul:visible').slideUp('normal');
checkElement.slideDown('normal');
}
if($(this).closest('li').find('ul').children().length == 0) {
return true;
} else {
return false;
}
});
});

Rifky Azmi 2:40pm Nov 2
dah jalan gan ane lupa taro sebelum tag </body>

Gembel Berkelas 2:41pm Nov 2
hmm

Gembel Berkelas 2:44pm Nov 2
sbenerna bukan musti sbelum tag </body> gan,,, tp namanya juga pakek jquery js, ya taro stelah jquery js

Rifky Azmi 2:45pm Nov 2
tapi kok gk jalan ya kalo pake ini ?
<script type="text/javascript" src="js/menu_jquery.js"></script>

Gembel Berkelas 2:49pm Nov 2
taro nya dimana ? stelah atau sbelum jquery ?

Rifky Azmi 2:51pm Nov 2
sebelum tag </head>

Gembel Berkelas 2:55pm Nov 2
liat di firebug

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