Javascript Course

This is an Ajax Script to create Multiple Level Dropdown Menus. The menu lists (categories, sub-categories, link URL) are defined on client-side with JavaScript, and can be saved with PHP in TXT file (in JSON format), or /and in MySQL database.
The script is free, without any support or assistance. You can use it, modify, and publish it freely.

Features

- This Multi-Level Menu Creator provides an user interface for composing HTML based menus; to Add, Modify, and Delete lists and links in menu, preview multi-level menu, Save and Load saved menu.
- The script comes with three predefined types of Menu Styles: Horizontal-Vertical menu, and two Vertical-Horizontal menus.
- The script generates HTML and CSS code for the Menus, that can be copied to add them in your web page; also, the JSON and SQL code, if you want to save the menu manually in TXT file or MySQL database.
- You can load a saved menu to continue editing it, to add and modify lists /links. The saved menu can also be included in PHP files, using the PHP class of this script.

More details, instalation and settings in the "readme.html" file in the script.

• To Download it, click: Multi-Level Dropdown Menu script.

To see and test this script, click: Demo Create Multi-Level Menu Script.

- On the Demo Page you can create Online your multiple level menu, get the code and include it in your web site, without need to Download and install the script.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag adds an image in web page?
<div> <img> <span>
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Which of these CSS codes displays the text oblique?
font-style: italic; text-decoration: underline; font-weight: 500;
#id {
  font-style: italic;
}
Click on the jQuery function used to hide with animation a HTML element.
click() hide() show()
$(document).ready(function() {
  $(".a_class").click(function(){ $(this).hide("slow"); });
});
Click on the correctly defined function in PHP.
fname function() {} function fname() {} function $fname() {};
function fname($a, $b) {
  echo $a * $b;
}
Multi-Level Menu Creator

Last accessed pages

  1. Get Mouse coordinates inside a Div or an Image (16256)
  2. CSS cursor property - Custom Cursors (5719)
  3. addChild and removeChild (7901)
  4. CKEditor Free Image Uploader Addon (6792)
  5. Create simple Website with PHP (43834)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (320)
  2. Read Excel file data in PHP - PhpExcelReader (116)
  3. The Four Agreements (96)
  4. PHP Unzipper - Extract Zip, Rar Archives (91)
  5. The Mastery of Love (85)
Chat
Chat or leave a message for the other users
Full screenInchide