get the width of a div jquery code example
Example 1: get page resolution jquery
$( window ).width()
Example 2: get width of div jquery
$("#divId").width();
Example 3: jquery element width
// Returns width of HTML document
$( document ).width();