Home > Web Front-end > JS Tutorial > body text

An infinite level XML binding cross-frame menu (For IE)_javascript skills

WBOY
Release: 2016-05-16 19:20:10
Original
903 people have browsed it

It’s not perfect, but it can handle basic use.
Demo: http://test.empiresoft.net.cn:4/Test/MenuDemo/index.html (If it cannot be accessed, it may be that your DNS server does not support alias resolution)

Usage:
var menu = new Rimifon.Web.Menu();
menu.DataSource = "menu.xml";
menu.DataBind(document.body); //Bind the menu to document.body.​

xml data format:

Copy code The code is as follows:










An infinite level XML binding cross-frame menu (For IE)_javascript skills Download this file
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template