Ví dụ về hàm trả về khi thực thi xong.
<div style="display:block;width:580px;height:180px;background-color:#FBF9EA;">
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("#animate_image").css("top",(jQuery("#animate_div").position().top + 5)+"px");
jQuery("#animate_image").css("left",(jQuery("#animate_div").position().left + 5)+"px");
jQuery("#hflip").click(function(){
jQuery("#vflip").attr("disabled","true");
jQuery("#hflip").attr("disabled","true");
jQuery("#animate_image").animate({
width:"-=130px",
left:"+=65"
},2000,function(){
jQuery("#animate_image").attr("src","https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQon1AZE6YTMvpQhAexBVKzHKmXkhKMlQJ2uSzhfQ7ubwPr0DneArskx7p7Y5FPNa94Wjw0VW8k9R_XkmW7Y1iCmgSiJtM-D7wy0zD25TMS05L76vg1VaJ9L-mECVgoDJhz-MF3cigG4n8/s1600/hadat1.jpg").animate({
width:"+=130px",
left:"-=65"
},2000,function(){
jQuery("#animate_image").attr("src","https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQon1AZE6YTMvpQhAexBVKzHKmXkhKMlQJ2uSzhfQ7ubwPr0DneArskx7p7Y5FPNa94Wjw0VW8k9R_XkmW7Y1iCmgSiJtM-D7wy0zD25TMS05L76vg1VaJ9L-mECVgoDJhz-MF3cigG4n8/s1600/hadat1.jpg").animate({
width:"-=130px",
left:"+=65"
},2000,function(){
jQuery("#animate_image").attr("src","https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3S53eiH_TNlJT1OWhjrzjXlyll4u1ntN2KDDck0fNS1sS9b3fhKEclthS8eYA8EJK4VuTwXLgfPiFjEazLqfuEOFAmxoZRJqJ8MqNR1FLlYRMXMIchZe-eq792uEJTaDKB_bx5R8PQO7R/s320/hadat.jpg").animate({
width:"+=130px",
left:"-=65"
},2000,function (){
jQuery("#vflip").removeAttr("disabled");
jQuery("#hflip").removeAttr("disabled");
});
});
});
});
});
jQuery("#vflip").click(function(){
jQuery("#hflip").attr("disabled","true");
jQuery("#vflip").attr("disabled","true");
jQuery("#animate_image").animate({
height:"-=130px",
top:"+=65"
},2000,function(){
jQuery("#animate_image").attr("src","https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsEvDt3shkMqDFwlnKfrWq_pl3Dr2PyVGts1cez_J8Q-ScKSq2wWDEaug946yiDHip05j_48sx4SUXIpU0gUs7hctvYMCP5vgCV29zwEotFK1bhdGdQBFikxw9uXo1fJj7apTdGrip_7QP/s1600/hadat2.jpg").animate({
height:"+=130px",
top:"-=65"
},2000,function(){
jQuery("#animate_image").attr("src","https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsEvDt3shkMqDFwlnKfrWq_pl3Dr2PyVGts1cez_J8Q-ScKSq2wWDEaug946yiDHip05j_48sx4SUXIpU0gUs7hctvYMCP5vgCV29zwEotFK1bhdGdQBFikxw9uXo1fJj7apTdGrip_7QP/s1600/hadat2.jpg").animate({
height:"-=130px",
top:"+=65"
},2000,function(){
jQuery("#animate_image").attr("src","https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3S53eiH_TNlJT1OWhjrzjXlyll4u1ntN2KDDck0fNS1sS9b3fhKEclthS8eYA8EJK4VuTwXLgfPiFjEazLqfuEOFAmxoZRJqJ8MqNR1FLlYRMXMIchZe-eq792uEJTaDKB_bx5R8PQO7R/s320/hadat.jpg").animate({
height:"+=130px",
top:"-=65"
},2000,function (){
jQuery("#vflip").removeAttr("disabled");
jQuery("#hflip").removeAttr("disabled");
});
});
});
});
});
});
</script>
<style>
#animate_div {
width:130px;
height:130px;
max-height:130px;
max-height:130px;
margin-top:10px;
}
#animate_div img{
display:block;
position:absolute;
width:130px;
height:130px;
}
</style>
<input type="button" value="animate 1" id="hflip"/>
<input style="margin-left:10px;" type="button" value="animate 2" id="vflip"/>
<div id="animate_div">
<img id="animate_image" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3S53eiH_TNlJT1OWhjrzjXlyll4u1ntN2KDDck0fNS1sS9b3fhKEclthS8eYA8EJK4VuTwXLgfPiFjEazLqfuEOFAmxoZRJqJ8MqNR1FLlYRMXMIchZe-eq792uEJTaDKB_bx5R8PQO7R/s320/hadat.jpg"/>
</div>
<div>