</div>
and here's my jquery:
$("div.content ul.menu li.expanded a").click(function()
{
$(this).next("div.content ul.menu li.expanded ul.menu").slideToggle(300).siblings("div.content ul.menu li.expanded ul.menu").slideUp("slow");
});
I already have jquery and update ,... installed. This is such a simple code I can't even make it work in drupal. I've used it in page.tpl.php, also tried to include it in .info file.
Any1 can help me out here with drupal. Thanks in advance :)