geospiza

Results 1 comments of geospiza

> > > You can trigger your `responsiveCal()` function after the resizing is complete by creating an event: > > resizeEnd: > > ``` > $(window).resize(function() { > if(this.resizeTO) clearTimeout(this.resizeTO);...