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