/** * File navigation.js. * * Handles toggling the navigation menu for small screens and enables TAB key * navigation support for dropdown menus. * * @package Aeroblog */ jQuery(document).ready(function($) { function initMainNavigation( container ) { // Add dropdown toggle that displays child menu items. var dropdownToggle = $( '