jquery get width of acontrol and assign to another code example
Example 1: jquery set width
$(".example").width("px");
Example 2: get width of div jquery
$("#divId").width();
$(".example").width("px");
$("#divId").width();