日期:2014-05-17 浏览次数:20593 次
<body> <div .header /> <div #sidebar > <div .panel #recent-projects><caption>Recent projects</caption> <ul><include src="content/list-of-projects.htm" /></ul> <table> <tr><td>Open:</td><td href="#">Project...</td></tr> <tr><td>Create:</td><td href="#">Project...</td></tr> </table> </div> <div .panel #getting-started><caption>Getting started</caption> <ul><include src="content/getting-started.htm" /></ul> </div> <div .panel #headlines><caption>Headlines</caption> <dl><include src="content/headlines.htm" /></dl> </div> </div> <div .panel #msdn-news> <caption>MSDN: Recent news</caption> <dl><include src="content/msdn-recent-news.htm" /></dl> <p style="text-align:right;"><a href="#">More news...</a></p> </div> </body>
tab = Element.create { tag: "option", text: label, value: filename };
// for element with id="foo" function self#foo.onClick() { ... } // for element with id="foo-bar" function self#foo-bar.onClick() { ... }
window.self.document.getElementById('foo-bar').onclick = function () { ... }