New answers tagged configuration
0
i will concur -- making an app to handle changing navigation menus on a website is so much more difficult then it sounds! i am dealing with having to do complicated inventory lookups - to determine if a product category - should be in the nav menu. i was semi-obsessed with trying to write it to a file because obviously do not want to go through all the ...
3
why not create some xml file which contains the structure of the menu items, including against each item the caption, url etc.?
Write some js to load and parse this file?
All you'd have to do then is update the xml file as and when the client changes things.
Top 50 recent answers are included