find width of div jquery code example
Example 1: get page resolution jquery
$( window ).width()
Example 2: jquery element width
// Returns width of HTML document
$( document ).width();
$( window ).width()
// Returns width of HTML document
$( document ).width();