UNPKG

zzdom

Version:

A tiny javascript API that implements only the DOM functions of jquery including chaining.

17 lines (16 loc) 520 B
<!doctype html> <html lang="en" id="html"> <head> <meta charset="UTF-8"> <title>zzDOM Test Suite</title> <link rel="stylesheet" href="/node_modules/qunit/qunit/qunit.css"> <link rel="stylesheet" href="/node_modules/qunit-composite/qunit-composite.css"> <script src="/node_modules/qunit/qunit/qunit.js"></script> <script src="/node_modules/qunit-composite/qunit-composite.js"></script> <script src="src/app/index.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>