jquery animate number code example Example: animate in jquery $("button").click(function(){ $("#box").animate({height: "300px"}); });