<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script>
$(function(){
$(".fbmenu li.menu_li").hover(function(){
$(this).addClass("aktif");
$(".alt_menu", this).show();
}, function(){
$(this).removeClass("aktif");
$(".alt_menu", this).hide();
})
})
</script>
Kodlarını kullanıyordum. Bugun siteme bir jquery tab panel ekleyeyim dedim ama onu ekledikten sonra sitemdeki açılır menüler çalışmıyor.
jquery tab menu kodlarıda
<script></script>
<script></script>
<script>
$(function(){
// Tabs
$('#tabs').tabs();
});
</script>
Yardımcı olan herkese şimdiden teşekkür ederim.