[jQuery] Menu content within text file

2010-02-04 Thread jayz
hi all, i'm trying to build a menu ..whose content will fetched through any text file..it maybe json..xml or any other format. is there any way possible to create menu at runtime with the help of the data available.

Re: [jQuery] Menu content within text file

2010-02-04 Thread Carlos De Oliveira
try to use an associative array to build the menu php: get data from a yaml file or txt or whatever. then build the array structure and encode to json. Also could make the file directly in json format $menu array(link1 = http://;, link2 = array ( link2.1 = http:/, link2.2 = http://..;