i know that you with $(window).width() can get the size of the web browser.
i want to detect when the user change the size of his web browser so i could readjust the col
The JavaScript event is named window.onresize.
window.onresize
The JQuery binding is named .resize()