Convert Unordered List to Select Navigation with jQuery

If you have an list of links in an unordered list, it’s easy to convert them to a select dropdown with this little chunk of code below. This will allow your navigation to work with or without JavaScript as they will gracefully degrade to an unordered list of links. Add this to your JavaScript file… […]