jQuery Drill Down Menu Plugin
Examples
The plugin download zip file also comes with a few different skins showing examples of how to style your drill down menu.
Basic Styling With Default Settings
$('#drilldown-1').dcDrilldown();
Skin: Demo, Navigation: Breadcrumbs
$('#drilldown-3').dcDrilldown({
speed : 'slow',
saveState : true,
showCount : false,
linkType : 'breadcrumb'
});
Skin: Grey, Navigation: Header Link
$('#drilldown-2').dcDrilldown({
speed : 'fast',
saveState : true,
showCount : true,
linkType : 'link',
backText : 'All',
defaultText : 'Select Option'
});
Skin: Blue, Navigation: Back Link
$('#drilldown-4').dcDrilldown({
speed : 'fast',
saveState : false,
showCount : false,
linkType : 'backlink'
});








