All welcome.
I wrote a simple script
$(function() { $("#uuser").click(function() { $("#uuser_b > ul").animate({ opacity: "toggle" }, 200); }); });
Just add or hide the block when clicking on #uuser. How to make it so that if I clicked on any space around #uuser_b> ul, then this block would hide?