$(function(){ var b = $('.all') $('#js-msg').click(function(){ b.animate({'top':-("35" + b.height())},'slow') }) })