2014-02-23 57 views

回答

1

下面的代碼添加到您的網頁:

$('a.navbar-brand').click(function(e) { 
    e.stopPropagation(); 
}); 

它傳播到這將打開「導航抽屜」點擊後鏈接的父母停止click事件。