Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

executable file
·
13 lines (11 loc) · 258 Bytes

window-resize

Let the Window Resize has the callback function of the start and end

How to use

$.windowResize({
  start: function() {
      // your sart callback
  },
  end: function() {
      // your sart callback
  }
});