UNPKG

zzdom

Version:

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

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