Dropdown-Menu
Dropdown-Menu
Hi,
I want to build my own dropdown menu with divs. To show and hide
the layer is no problem. Also closing it when one value has been selected is
working properly.
What I want to realize is the hiding of the layer, when clicking somewhere
else on the page, exept the button which shows the layer.
Working with $(document.body).click(function() { do something }); is not
working
Any idea how I can realize this function?
thx
TC