This is my code that fires whenever the window is resized:
$(window).resize(function() { setDisplayBoardSize(); });
Fires fine when I re
some browsers like ie and opera trigger this event with some limitations, this plugin can solve the issue:
http://benalman.com/projects/jquery-resize-plugin/