Window Resize Fix for IE 介绍
IE fires the window resize event multiple times (instead of once) per actual
resize.
This plugin tries to fix it by introducing a specific method, wresize, which
you can use like this:
$( selector ).wresize( your_handler )