I’m coding this new left navigation menu for a new website site, and I want to be able to have the navigation show if the visitor has Javascript turned off. Unfortunately the menu has sub-menus that don’t show if the user doesn’t have Javascript turned on. How do I create an alternative section to accommodate this?
Archive for the ‘AJAX’ Category
August 10, 2009
How do I create an alternative to Javascript?
March 5, 2008
How do I add a spinner to my AJAX application?
I have an AJAX application using Prototype which pulls data from a server. How can I show one of those spinning AJAX-style circles while data is loading?