cowboy / jquery-resize

A resize event for ALL your jQueries!

Home Page:http://benalman.com/projects/jquery-resize-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gvas opened this issue · 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.