Multilevel dropdown menus with Bootstrap 3.x - Gaslamp Media
/** * NAME: Bootstrap 3 Triple Nested Sub-Menus * This script will active Triple level multi drop-down menus in Bootstrap 3.* */ $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function (event) { // Avoid following the href location when clicking...