What is the correct way to get the real Width of a HTML element in DOM(Using JQUERY)? code example
Example: javascript get element width
var width = document.getElementById('myID').offsetWidth;//includes margin,border,padding
var height = document.getElementById('myID'). offsetHeight;//includes margin,border,padding