$('#element').width();
$(".example").width("px");
$("#divId").width();
// Returns width of HTML document $( document ).width();