Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

add-class

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-class

Add a given class to elements.

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-97.3%
Maintainers
1
Weekly downloads
 
Created
Source

add-class

Add a given class to elements.

Install

$ npm install --save add-class

Usage

var addClass = require('add-class');
var el = document.querySelector('div');
var els = document.querySelectorAll('span');

addClass(el, 'foo');
addClass(els, 'bar');

Browser API

addClass(element, className)

element

Required
Type: HTML DOM element

Element(s) to add class to.

className

Required
Type: string

Class name to be added.

  • has-class - Check if an element has a given class.

License

MIT © Andreas Gillström

Keywords

FAQs

Package last updated on 25 Aug 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc