Bootstrap jQuery Tabs are not working in Dropdown
问题 $('.dropdown-menu li').on('click', function(event){ //The event won't be propagated to the document NODE and // therefore events delegated to document won't be fired event.stopPropagation(); }); $('.dropdown-menu li').on('click', function(event){ //The event won't be propagated to the document NODE and // therefore events delegated to document won't be fired event.stopPropagation(); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> <script src="https