Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 888 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 888 Bytes

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.