$(document).ready(function(){
$('p:first').toggle(function(){
$(this).animate({'height':'+=150px'},2000,'linear')
},function(){
$(this).animate({'height':'-=150px'},2000,'swing');
});

});

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.