Skip to content

A jquery plugin which makes DOM elements trigger a resize event.

Notifications You must be signed in to change notification settings

nosborzone/jquery.resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

jquery.resize

Allows normal DOM elements to make use of the jQuery.on("resize") event.

$(window).on("resize", function() {
	/* works as standard in jquery */
})

$("selector").on("resize", function() {
	/* works when this plugin is added */
});

Will listen for resizes on window mousedown mouseup keyup keydown and scroll events for 1500 milliseconds or until no other resize changes are detected. Will trigger at 100-200 millisecond intervals.

About

A jquery plugin which makes DOM elements trigger a resize event.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published