jquerg get button width code example
Example 1: get page resolution jquery
$( window ).width()
Example 2: jquery set width
$(".example").width("px");
Example 3: get width of div jquery
$("#divId").width();
$( window ).width()
$(".example").width("px");
$("#divId").width();