campfire.js
    Preparing search index...

    Function select

    • Queries the DOM for a particular selector, and returns the first element matching it.

      Parameters

      Returns null | HTMLElement

      Element(s) matching the given selector, or an empty list.

    • Queries the DOM for a particular selector, and returns the first element matching it.

      Parameters

      Returns HTMLElement[]

      Element(s) matching the given selector, or an empty list.