Skip to content

Instantly share code, notes, and snippets.

View ericksahara's full-sized avatar

Erick Sahara ericksahara

View GitHub Profile
// https://css-tricks.com/snippets/jquery/done-resizing-event/
var resizeTimer;
$(window).on('resize', function(e) {
clearTimeout(resizeTimer);
resizeTimer = setTimeout(function() {
// Run code here, resizing has "stopped"