JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Multiple Menus on COOLjsMenuPro

 
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu
Author Message
KellyCorder



Joined: 28 Jun 2005
Posts: 4

PostPosted: Tue Jun 28, 2005 6:37 pm    Post subject: Multiple Menus on COOLjsMenuPro Reply with quote

[b]Here's what I got:[/b]

<script type="text/javascript">
var menu = new COOLjsMenuPRO("mainMenu", MENU_ITEMS1);
menu.initTop();
menu.init();
menu.show();
</script>

[b]and[/b]

<script type="text/javascript">
var menu2 = new COOLjsMenuPRO("search", MENU_ITEMS2);
menu2.initTop();
menu2.init();
menu2.show();
</script>

[b]I am guessing on the code below the variable (e.i menu2.initTop) I am sure it is simple but I don't know this code well, any help would be appreciated, thanks[/b]

-Corder[/i][/b]
Back to top
Victor_Chuiko
Support Team


Joined: 12 Apr 2005
Posts: 145

PostPosted: Thu Jul 07, 2005 10:57 am    Post subject: Reply with quote

Please, place init() and show() in the very bottom - just before </body>.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu All times are GMT
Page 1 of 1