Im trying to toggle the function but its not working. i don't where im wrong
Tried Code
$('.toggledropdown').click(function(e){
// $('.showdropdowninv',this).toggle('slow');
$('.showdropdowninv').toggle('slow');
});
I need to toggle particular clicked ul but its not working . Im using this function its not working
something like this
$('.showdropdowninv',this).toggle('slow');