<script> $(function(){ $("#what_to_animate").animate({'width':'+=200'}, 2000); }); </script> <div id="what_to_animate" style="width:1px;background-color:green;height:20px;"></div>