JQuery has an event called resize, with which you can add an event handler when resizing a window, for example.
$(window).resize(function () {
I need to resize the window using the jQuery command; is it possible?
eg. $ (window) .resize (-1, -1); // to reduce / increase the width and height of the window
thanks
jquery resize window
The light
source share