Skip to content

tokmak/jquery.trueresize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goals

The main objective of this project is to demonstrate the relevance of using a script debounce to ensure that resize events are triggered correctly

Demo (Do not forget to resize the browser window for at least 3 seconds)

How to bind resize event ?

$(window).on('trueresize', function() {
    // do your job here
});

Benefits

logo!

logo!

Getting Started

Download the production version or the development version.

Releases

No releases published

Packages

No packages published