When my menu loads, it first appears on the screen in plain HTML format before it fully loads. My menu is relatively large, is there a way to prevent it from loading as HTML first?
I don't want the users seeing a number of links on the page in a list format and then to have it disappear and all they see is this menu on the top. I want to either show them nothing until the menu is fully loaded or have some form of warning informing the ser that the menu is being loaded. I noticed that this site has a warning appear where the menu loading, which says 'Loading, please wait....’. How can I implement something similar to this?
Thank you.