hircinedeprecated

A selector engine.

Usage no npm install needed!

<script type="module">
  import hircine from 'https://cdn.skypack.dev/hircine';
</script>

README

Hircine

NPM version

A tiny selector engine for awesome browsers.

The name

Hircine is the Daedric Prince whose sphere is the Hunt, the Sport of Daedra, the Great Game, the Chase, and is known as the Huntsman and the Father of Manbeasts.

— unknown author, The Book of Daedra

Installation

Hircine is available (as hircine) via Bower, Jam, and npm. Hircine also works with Ender.

Basic usage

If you've ever used Sizzle (jQuery's selector engine) then you should feel right at home with Hircine.

elements = hircine("tag#id.class");
// elements is now a clean array of nodes matching your query

License

MIT Licensed; see the LICENSE file for more info.