I have this button:
<button onclick="$('#settings, #instructions').toggle(); return false;" class="btn btn-info btn-settings" id="settings-btn"><i class="glyphicon glyphicon-cog"></i></button>
and a div #yt
and I want to achieve with jquery that by pressing the button the div and t go down 10% in css but I can not achieve it, someone would teach me and explain to learn? , thank you