Socket
Socket
Sign inDemoInstall

element-array

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    element-array

Get an array of DOM elements.


Version published
Weekly downloads
5
Maintainers
1
Created
Weekly downloads
 

Readme

Source

element-array

Get an array of DOM elements

Build Status npm

Install

yarn add element-array

Or grab the latest UMD build.

Usage

Pass a selector string, NodeList, HTMLCollection, DOM element, or jQuery object and get an array of DOM elements.

elementArray('.someSelector')
elementArray(document.querySelectorAll('.someSelector'))
elementArray(document.body)
elementArray($('.someSelector'))

License

MIT

FAQs

Last updated on 29 May 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc