I am trying to do very simple thing, setting the height of div depends on what the height is.So when the site load the height is 45px, after clicking in button height is 100px. After the next click I want my height back to 45px. I am using jQuery, the code is below:http://codepen.io/zlyfenek/pen/pAcawThanks for any help, as I am new to jQuery.