//patch.(function($) { var fn = $.paramquery.pqGrid.prototype, _onResize = fn.onWindowResize; fn.onWindowResize = function() { var isFullScreen = document.fullScreen || document.mozFullScreen || document.webkitIsFullScreen || (window.innerHeight == screen.height); if( !isFullScreen ){ return _onResize.apply(this, arguments); } }})(jQuery)