I am currently working on creating a responsive navigation menu inspired by Bootstrap's design. However, I have encountered some challenges in implementing it. The current issue I am facing is that the navigation disappears when transitioning from a small screen to a large one. You can view my progress so far here: http://jsfiddle.net/apautler/eqAZz/. In the example provided, you may notice that the navigation gets hidden after loading and remains hidden even upon expanding the screen size. This happens because the jQuery script checks for a screen size under 992px during loading and hides the navigation if true. I believe there might be a way to reassess the screen size as it changes using the jQuery resize() function, but my attempts have been unsuccessful. Any suggestions or alternative methods would be greatly appreciated!
If necessary, I am open to starting the navigation menu from scratch if there is a more effective approach. Thank you in advance for your assistance!