jqyery get web page width code example
Example 1: get the size of the browser jquery
$(window).height();
$(window).width();
Example 2: get width of div jquery
$("#divId").width();
$(window).height();
$(window).width();
$("#divId").width();