0.1.10 • Published 3 years ago

dom80-pmb v0.1.10

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

dom80-pmb

Yet another DOM utility library, optimized for Firefox.

Usage

Here be dragons. Unstable pre-alpha.

Cheap browser import: To tell the UMD exporter you want dom80 on your window global, set the property name as the data-jsglobal-dom80-pmb attribute of your head element, e.g.

<!DOCTYPE html><html><head data-jsglobal-dom80-pmb="dom80">
  <!-- … -->
</head><body>
  <!-- … -->
  <script src="node_modules/dom80-pmb/dist/dom80.latest.min.js"></script>
  <script>dom80.qsMap('ul > li:first-child', console.log);</script>
</body></html>

Known issues

  • Needs more/better tests and docs.

 

License

ISC

0.1.10

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago