2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
Also fixes dropdowns hiding behavior for case when two or more dropdowns
with [data-toggle=dropdown] exist on the page
This commit is contained in:
Artem Kustikov
2012-09-27 21:45:37 +03:00
parent c52368d3c5
commit 0944e036ae
2 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -100,8 +100,9 @@
}
function clearMenus() {
getParent($(toggle))
.removeClass('open')
$(toggle).each(function () {
getParent($(this)).removeClass('open')
})
}
function getParent($this) {