full width jquery code example
Example 1: jquery set width
$(".example").width("px");
Example 2: get width of div jquery
$("#divId").width();
Example 3: jquery element width
// Returns width of HTML document
$( document ).width();
$(".example").width("px");
$("#divId").width();
// Returns width of HTML document
$( document ).width();