Home >Web Front-end >JS Tutorial >An infinite level XML binding cross-frame menu (For IE)_javascript skills

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 19:20:101000browse

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
Statement:
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