<div class="codetitle"> <span><a style="CURSOR: pointer" data="59025" class="copybut" id="copybut59025" onclick="doCopy('code59025')"><u>コードをコピーします</u></a></span> コードは次のとおりです:</div> <div class="codebody" id="code59025"> <br><br><title>< ;/title> <br><script src="jquery-1.9.1.js" type="text/javascript"></script> <br><style type="text/css"> <br> img <br>{ <br>幅:150px; <br>高さ:200px; <br>位置:相対; <br>td{幅:150px;高さ:200px;} <br> table{border :solid 1px black;} <br></style> <br><script type="text/javascript"> <br>$(function () { <br>$('img') .click( function () { <br>$(this).animate({ left: ' =150px' }, 2000).animate({ left: ' =150px' }, 2000).animate({ top: ' = 200px' } , 2000).animate({ left: '-=150px' }, 2000).animate({ left: '-=150px' }, 2000).animate({ top: ' =200px' }, 2000) .animate( { left: ' =150px' }, 2000).animate({ left: ' =150px' }, 2000); <br>}) <br>//要素にアニメーションキューがある場合、アニメーションを停止します。 stop は現在のアニメーションであり、次のアニメーションを実行します <br>$('#btnStop').click(function () { <br>$('img').stop(); <br>}) <br>$ ('#btnYanChi').click(function () { <br>$('img').delay(2000).hide(2000); <br>}) <br>}) <br>< /スクリプト> <br><ボディ> <br><tr> <br></td> <br> <br><br><br><br><br><br> ><td> <br> <br></td> <br> <br></td> ; <br> <br> <br> <br> </ table> <br><input id="btnStop" type="button" value="stop" /> <br><input id="btnYanChi" type="button" value="遅延実行 " /> ; <br><br><br> </div>