sam5
04-19-2013, 07:24 AM
1) Script Title: Drill Down Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/drilldownmenu.htm
3) Describe problem: I have a button on click of which i get a ul id now i want my drill menu to go to that ul.
I tried this
var mySlider;
$(document).ready(function () {
mySlider = new drilldownmenu({
menuid: 'drillmenu1',
breadcrumbid: 'drillcrumb',
persist: { enable: true, overrideselectedul: true }
});
$('#button1').click(function(){
mySlider.selectedul = 'UL_ID';
});
});
Please help its kindda urgent.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/drilldownmenu.htm
3) Describe problem: I have a button on click of which i get a ul id now i want my drill menu to go to that ul.
I tried this
var mySlider;
$(document).ready(function () {
mySlider = new drilldownmenu({
menuid: 'drillmenu1',
breadcrumbid: 'drillcrumb',
persist: { enable: true, overrideselectedul: true }
});
$('#button1').click(function(){
mySlider.selectedul = 'UL_ID';
});
});
Please help its kindda urgent.