mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
listen to window for dropdown clear
This commit is contained in:
@@ -15,15 +15,6 @@ $(function(){
|
||||
}, 0);
|
||||
|
||||
|
||||
// Docs topbar nav
|
||||
// ===============
|
||||
|
||||
$('.nav .active').on('click', function (e) {
|
||||
e.preventDefault()
|
||||
$(this).siblings().toggle()
|
||||
});
|
||||
|
||||
|
||||
// table sort example
|
||||
// ==================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user