UNPKG

raptor

Version:

RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.

15 lines (13 loc) 326 B
<html> <head> <title>Buttons</title> </head> <body> <span class="testSpan" id="anotherSpan">Another Span</span> <div id="w0-rootDiv"> <span class="testSpan" id="nestedSpan""> Hello World </span> </div> </body> </html>