http://twitter.github.com/bootstrap/components.html#buttonDropdowns
See the above link, when the dropdown-menu is shown, the outer div with btn-group will automatically add a class "open", when i click other part of the page, the "open" class is removed so the dropdown-menu disappears.
My question is how to impl "click other part of page so the "open" class is removed?
You can use a simple JavaScript to reset:
I don’t understand why you are asking this question, because, this is handled by BootStrap itself.