<title>My Example</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
$( "p" ).click( function() {
<p>Using jQuery relative values such as <code>+=1.5em</code> adds that amount to the current value.</p>
<p>Clicking the element continuously will result in the value being incremented continuously.</p>