復(fù)制代碼 代碼如下:
<title></title>
<style type="text/css">
.imgclass{ width:300px; height:300px; border:solid 1px red;}
</style>
<script src="jquery-1.9.1.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$('#Button1').bind('click', function () {
$('img').fadeOut(2000, function () {
$('#Button1').val('哎,沒(méi)了');
});
})
$('#Button2').bind('click', function () {
$('img').fadeIn(2000, function () {
$('#Button2').val('有了');
});
})
$('#Button3').bind('click', function () {
$('img').fadeTo(2000, 0.3, function () {
alert('動(dòng)畫(huà)執(zhí)行完畢');
});
})
})
</script>
</head>
<body>
<div>
<div>
<input type="button" value="淡出" /><input type="button" value="淡入" /><input type="button" value="指定透明度" /></div>
<div><img src="images/1.jpg"/></div>
</div>
</body>
新聞熱點(diǎn)
疑難解答
圖片精選