Bootstrap 3 - Don't close navbar dropdown when clicking on it

// Bootstrap - Don't close navbar dropdown when clicking on it $('.navbar .dropdown').find('a').not('.dropdown-toggle').on('click',function(e){ e.stopImmediatePropagation(); });

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.