4 回答

阿波羅的戰車
TA貢獻1862條經驗 獲得超6個贊
<body>
<img src="files/images/ll.gif" width="300" height="150" />
<script type="text/javascript">
$(function(){
$("img").click(function(){
$(this).animate({"height":"600px"},1000).animate({"height":"150px"},1000);
});
});
</script>
<br />
請點擊上面圖片??!
</body>
這樣就行了,請注意,要導入jquery插件。

墨色風雨
TA貢獻1853條經驗 獲得超6個贊
<body>
<img src="files/images/ll.gif" width="300" height="150" />
<script type="text/javascript">
$(function(){
$("img").click(function(){
$(this).animate({"height":"600px"},1000).animate({"height":"150px"},1000);
});
});
</script>
<br />
請點擊上面圖片!!
</body>
這樣就行了,請注意,要導入jquery插件。
添加回答
舉報
0/150
提交
取消