jquery-resize icon indicating copy to clipboard operation
jquery-resize copied to clipboard

jquery-resize should use the native resize event in browsers which support it

Open gvas opened this issue 11 years ago • 0 comments

IE <= 8 raises the resize event natively on resized elements, jquery-resize shouldn't use the polling mechanism in these browsers. Throttling window.resize would still be useful in these browsers.

gvas avatar Oct 09 '13 09:10 gvas