- Hundreds of pre-designed templates - Visible over select boxes, iframes, pdf, flash, Java applets. - Top items and submenus have a shadow - Items with icons - Sound support! - Special JavaScript API for changing javascript menu "on-the-fly" - Submenus dropdown on mouseover - Transition #14 - "fade out" effect
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: How can I upgrade to Deluxe Menu v2.0? Now I'm using v1.14.
A: How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message. Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1.     1.1 For Windows users       a. Run Deluxe Tuner v2.0       (can be found in the trial menu package v2.0       http://deluxe-menu.com/deluxe-menu.zip).       b. Open menu data file (.js file where menu parameters are placed): select File/Open…       c. Save the file: select File/Save, then click "No" button when the dialog box appears.
    1.2 For other OS users       a. Open menu data file (.js file where menu parameters are placed) in a text editor.       b. Make sure that the following variables exist in the data file:
      var keystrokes = 0;       var dm_focus = 1;       var dm_actKey = 113;
      var dynamic = 0;       var smHideOnClick = 1;       var itemAlignTop = 'left';       var smSmartScroll = 1;
      var dmAJAX = 0;       var dmAJAXCount = 30;       var dmRTL = 0;       var dmObjectsCheck = 0;       var menuBackRepeat = "repeat";       var menuHeight = "";       var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
      c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are:       - dmenu.js       - dmenu4.js       - dmenu_add.js       - dmenu_dyn.js       - dmenu_key.js       - dmenu_cf.js (new v2.00)       - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: Can data be loaded dynamically in the free drop down menu? For example, can you load the child of a node once the node is clicked on.
You may generate a menu from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc.However, these scripts don't work inside of Javascript .js files, so, you should move parameters of a menu from a .js file into an html-page, e.g.:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script>
<script type="text/javascript" language="JavaScript1.2"> // and describe parameters of a menu var parameter1=value1; var parameter2=value2; etc.
var menuItems = [ // here you generate items using server-side scripts (php, asp, vb, etc.) ]; </script>
The example of the menu working with PHP/MYSQL you can find here: http://deluxe-menu.com/rq-loading-bar-MySQL-support.htmlQ: Is there a instruction manual on how to use all the features of javascript for dropdown menu? The "help" screen does not give detailed instructions of all the Parameters, Appearance, Individual Style features, Item Parameters, etc. etc.
A: Actually you can find all info about the menu parameters and featureson our website:
Here's my code. As you can see, on line 5 I am alerting the hrefID variable. ... var expireDate = new Date(new Date().getTime()+86400000*5); //5 Days .... Main Menu; You are Here; Ozzu · Webmaster Forum
For more Information read here or on our new website. 125461 Posts in 17792 Topics by 9298 Members ... this code wil work for the jquery menu. Code: <ul id= "jsddm"> ... Why are you using jQuery to make a drop down menu?
Hi there, I'm currently using three jQuery elements in my website and could do with a bit of ... Here's my current code: Code: <script type="text/javascript" ... hover menu--> <script type='text/javascript' src="scripts/menu.js"></script> <! ... You may not post new threads. You may not post replies
I want to insert a jquery vertical menu instread of milkyway template menu. ... or you want add directly jQuery codes in your template ? ... 1.5 - Ask Support Questions Here, General Questions/New to Joomla, Installation
jQuery JQuery Order Form, with support for drop down lists and id .... I have done a little jQuery plugin code, I would then exercise my skills to produce a
*NEW* AddThis Share Counter: http://www.addthis.com/gallery ... Actually I had looked at the Menu API and I must not have been very keen. ... This means that if you are using jQuery, this block of code would be within
Lorsque jQuery est placé dans le header d'une page Jimdo cela interfère et la ... Pour centrer l'iframe il faut ajouter un code XHTML avant et après le ... Select a forum, ------------------, New Features & Announcements
Jun 27, 2010 ... It creates a new menu instance for each sub menu, .... I'm making some progress moving all the flyout menu code into a widget so that you
I need to know how to put the code in the interface.js file and call it when ... also i dont know if that is new or now common or something but shouldnt ... Then , when ever you click the field, the date menu will pop up,
Re:Magic Tabs and Accordion Menu (jquery js) J15 doub - Our Extensions ... Although the code wasn't where you said it would be, I found the one that ... Please let us know when you have new projects, we are very happy to work with you
Sep 14, 2010 ... jQuery image slider & toggle menu help! Scripting - Client Side. ... C++ Tutorial: Enhance Type Safety and Code Clarity with the nullptr Keyword ... You may not post new threads. You may not post replies
Hi, this is now implemented in svn, thanks for sharing the jQuery code! ... to be logged in to post messages in the forums. New users may register here