<title>My Example</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
$( "button" ).click( function() {
$("#resizeMe").width( "+=20" ).height( "+=20" );
<button>Resize the Box</button>
<p>Does not include padding, margins, and borders.</p>