UNPKG

zzdom

Version:

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

11 lines (10 loc) 465 B
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"> <title>zzDom.zz function core utils tests</title> <link rel="stylesheet" href="/node_modules/qunit/qunit/qunit.css"> <link rel="stylesheet" href="css/zz.css"> <script src="/node_modules/qunit/qunit/qunit.js" defer></script> <script type="module" src="/test/src/app/zz-core-utils.js"></script> </head>