2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

listen to window for dropdown clear

This commit is contained in:
Jacob Thornton
2012-01-05 18:32:08 -08:00
parent 90e3a706ba
commit 314feb702f
2 changed files with 1 additions and 10 deletions
-9
View File
@@ -15,15 +15,6 @@ $(function(){
}, 0);
// Docs topbar nav
// ===============
$('.nav .active').on('click', function (e) {
e.preventDefault()
$(this).siblings().toggle()
});
// table sort example
// ==================