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)
$(window).on('trueresize', function() {
// do your job here
});
Download the production version or the development version.