jquery.resizeend

1.1.1 • Public • Published

jquery.resizeend

Build Status devDependencies Status Code Climate NPM version npm Greenkeeper badge

A jQuery plugin that allows for window resize-end event handling.

Installation

With yarn

yarn add jquery.resizeend

With npm

npm install jquery.resizeend

In the browser

Reference your local script:

<script src="node_modules/jquery.resizeend/lib/jquery.resizeend.min.js"></script>

Or load the script via jsdelivr:

<script src="https://cdn.jsdelivr.net/npm/jquery.resizeend@latest/lib/jquery.resizeend.min.js"></script>

Usage

$(window).on('resizeend', function(e) {
  // ...
});

Contributing

Fork the repo and clone locally, then run:

yarn install

This will install the devDependencies packages and build the dist folder.

Once you've made your desired changes, make sure to write any new tests for your feature and run the tests:

yarn run lint # lints js 
 
yarn test     # runs test suite 

If all tests pass, create a pull request.

License

This plugin is licensed under the MIT license.

Package Sidebar

Install

npm i jquery.resizeend

Weekly Downloads

181

Version

1.1.1

License

MIT

Unpacked Size

202 kB

Total Files

24

Last publish

Collaborators

  • nielse63