<title>My Example</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
$( "button" ).click( function() {
$("#resizeMe").outerWidth( "150" ).outerHeight( "180" );
<button>Resize the Box</button>
<p>Includes padding and borders (but not margins).</p>