Skip to content

Instantly share code, notes, and snippets.

@jbroadway
Created November 20, 2012 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbroadway/4118855 to your computer and use it in GitHub Desktop.
Save jbroadway/4118855 to your computer and use it in GitHub Desktop.
Example navigation
[
{
"data":"Home",
"attr":{
"id":"index",
"classname":""
}
},
{
"data":"About",
"attr":{
"id":"about",
"classname":""
}
},
{
"data":"Services",
"attr":{
"id":"services",
"classname":"icon-folder-open"
},
"children":[
{
"data":"Consulting",
"attr":{
"id":"consulting",
"classname":"icon-folder-open"
},
"children":[
{
"data":"Our process",
"attr":{
"id":"our-process",
"classname":""
}
}
]
}
]
},
{
"data":"Contact",
"attr":{
"id":"contact",
"classname":""
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment