{"id":16528964,"url":"https://github.com/nielse63/jquery.resizeend","last_synced_at":"2025-07-31T21:04:44.303Z","repository":{"id":11513975,"uuid":"13994544","full_name":"nielse63/jquery.resizeend","owner":"nielse63","description":"A custom event that fires when a user stops resizing their browser.","archived":false,"fork":false,"pushed_at":"2022-04-30T22:00:05.000Z","size":13352,"stargazers_count":146,"open_issues_count":11,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-27T05:36:00.471Z","etag":null,"topics":["custom-events","javascript","jquery","jquery-plugin","node"],"latest_commit_sha":null,"homepage":"https://nielse63.github.io/jquery.resizeend/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nielse63.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-30T17:44:57.000Z","updated_at":"2025-01-02T01:10:58.000Z","dependencies_parsed_at":"2022-08-31T04:21:58.636Z","dependency_job_id":null,"html_url":"https://github.com/nielse63/jquery.resizeend","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielse63%2Fjquery.resizeend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielse63%2Fjquery.resizeend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielse63%2Fjquery.resizeend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nielse63%2Fjquery.resizeend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nielse63","download_url":"https://codeload.github.com/nielse63/jquery.resizeend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569124,"owners_count":20959758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom-events","javascript","jquery","jquery-plugin","node"],"created_at":"2024-10-11T17:42:33.725Z","updated_at":"2025-04-09T08:08:31.757Z","avatar_url":"https://github.com/nielse63.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery.resizeend\n\n[![Build Status](https://travis-ci.org/nielse63/jquery.resizeend.svg?branch=master)](https://travis-ci.org/nielse63/jquery.resizeend)\n[![devDependencies Status](https://david-dm.org/nielse63/jquery.resizeend/dev-status.svg)](https://david-dm.org/nielse63/jquery.resizeend?type=dev)\n[![Code Climate](https://codeclimate.com/github/nielse63/jquery.resizeend/badges/gpa.svg)](https://codeclimate.com/github/nielse63/jquery.resizeend)\n[![NPM version](https://badge.fury.io/js/jquery.resizeend.svg)](http://badge.fury.io/js/jquery.resizeend)\n[![npm](https://img.shields.io/npm/dt/jquery.resizeend.svg?style=flat-square)](https://www.npmjs.com/package/jquery.resizeend)\n[![Greenkeeper badge](https://badges.greenkeeper.io/nielse63/jquery.resizeend.svg)](https://greenkeeper.io/)\n\nA jQuery plugin that allows for window resize-end event handling.\n\n## Installation\n\n### With `yarn`\n\n```sh\nyarn add jquery.resizeend\n```\n\n### With `npm`\n\n```sh\nnpm install jquery.resizeend\n```\n\n### In the browser\n\nReference your local script:\n\n```html\n\u003cscript src=\"node_modules/jquery.resizeend/lib/jquery.resizeend.min.js\"\u003e\u003c/script\u003e\n```\n\nOr load the script via jsdelivr:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/jquery.resizeend@latest/lib/jquery.resizeend.min.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\n```js\n$(window).on('resizeend', function(e) {\n  // ...\n});\n```\n\n## Contributing\n\nFork the repo and clone locally, then run:\n\n```sh\nyarn install\n```\n\nThis will install the `devDependencies` packages and build the `dist` folder.\n\nOnce you've made your desired changes, make sure to write any new tests for\nyour feature and run the tests:\n\n```sh\nyarn run lint # lints js\n\nyarn test     # runs test suite\n```\n\nIf all tests pass, [create a pull request](https://github.com/nielse63/jquery.resizeend/pulls).\n\n## License\n\nThis plugin is licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnielse63%2Fjquery.resizeend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnielse63%2Fjquery.resizeend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnielse63%2Fjquery.resizeend/lists"}