i have a problem with events in JS – my container is shown and i want to hide it, if i click outside the container (div).
So i suse document.mouseup
If i click outside the container over another button, the mouseup is fired and the click from the button also.
Is the a possible way to block the click-event from the button so that only the mouseup is fired ?
by jogi