您好,登錄后才能下訂單哦!
好久沒更新了,先來一發(fā)關(guān)于jquery圖片放大縮小的代碼
直接上代碼
前端頁面:
<tr> <td height="30" align="right" bgcolor="#f2f2f2" class="left_txt2">產(chǎn)品相冊(cè)</td> <td bgcolor="#f2f2f2"> </td> <td width="32%" height="30" bgcolor="#f2f2f2" class="goodsimgupload"> <span id="uploadPercent"></span> <input type="hidden" value="<?php echo $result['goodsimg'];?>" name="goodsimg" /> <img src="<?php echo $result['goodsimg'];?>" id="img_id" class ="img" width="100" height="50" > </td> </tr>
$(function (){ var isbig = -1;//定義全局變量 判斷放大縮小 自己發(fā)揮的寫吧 $(".img").click(function(){ if(isbig == -1) { $("#img_id").animate({height: "300px", width: "300px"}); isbig = 1; }else{ $("#img_id").animate({height: "50px", width: "100px"}); isbig = -1; } }); });
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。