/ Published in: jQuery
Expand |
Embed | Plain Text
$(function(){ $('p').click(function(){ $(this).animate({'paddingLeft': '30px'}, {complete:function(){ $(this).animate({'paddingTop': '30px'}); } }); }); });
You need to login to post a comment.
