Socket
Socket
Sign inDemoInstall

@wordpress/dom-ready

Package Overview
Dependencies
1
Maintainers
6
Versions
146
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/dom-ready


Version published
Weekly downloads
129K
increased by6.13%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

DOM Ready

Execute callback after the DOM is loaded.

Installation

Install the module

npm install @wordpress/dom-ready --save

Usage

import domReady from '@wordpress/dom-ready';

domReady( function() {
	//do something after DOM loads.
} );

Browser support

See https://make.wordpress.org/design/handbook/design-guide/browser-support/



Code is Poetry.

Keywords

FAQs

Last updated on 01 Aug 2018

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc