change div in fonction of the width of the page code example
Example 1: jquery set width
$(".example").width("px");
Example 2: jquery element width
// Returns width of HTML document
$( document ).width();
$(".example").width("px");
// Returns width of HTML document
$( document ).width();