91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何使用Jquery和CSS折疊圖像

發布時間:2021-08-07 20:39:57 來源:億速云 閱讀:168 作者:chen 欄目:web開發

這篇文章主要介紹“如何使用Jquery和CSS折疊圖像”,在日常操作中,相信很多人在如何使用Jquery和CSS折疊圖像問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”如何使用Jquery和CSS折疊圖像”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

如何使用Jquery和CSS進行折疊圖像。Orkut.com在更新圖像碎片時實現了這個概念,碎片以折疊樣式顯示圖像以減少網頁高度。這是使用mouseover,mouseout和css Jquery函數的非常簡單的腳本。


Javascript 代碼
包含javascipt和HTML代碼。$(“。imagebox”)。mouseover(function(){})。mouseout(function {}) - imagebox是div標簽的類名。$(“。showlink”)。click(function(){}) - .showlink是show anchor tag的類名。$(“。hidelink”)。click(function(){}) - .hidelink是隱藏錨標記的類名。使用Jquery CSS函數chaning  max-height:100px

<script type="text/javascript" src="http://ajax.googleapis.com/
ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
// Image Area Mouseover and Mouseout
$(".imagebox").mouseover(function()
{
$(".showhide").show();
}).mouseout(function()

$(".showhide").hide();
});

//Show link
$(".showlink").click(function()
{
$(".imagebox").css('max-height','');
$(".showlink").hide();
$(".hidelink").show();
});

//Hide link 
$(".hidelink").click(function()
{
$(".imagebox").css('max-height','100px');
$(".hidelink").hide();
$(".showlink").show();
});

});
</script>
//HTML code
<div class="imagebox" style="max-height:100px;">
<img src="image.jpg"/>
<div class="showhide" >
<a href="#" class="showlink">show</a>
<a href="#" class="hidelink">hide</a>
</div>
</div>


CSS 代碼

.imagebox
{
display:block;
position:relative;
overflow:hidden
}
.hidelink
{
display:none;
}
.showhide
{
padding:5px;
border-top:dashed 1px #333;
border-bottom:dashed 1px #333;
background:#F2f2f2 none repeat scroll 0 0;
bottom:0;
cursor:pointer;
display:block;
height:18px;
left:0;
line-height:18px;
padding-left:5px;
position:absolute;
width:100%;
}

到此,關于“如何使用Jquery和CSS折疊圖像”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

保德县| 溧水县| 报价| 化德县| 东乌珠穆沁旗| 阳曲县| 炉霍县| 卢湾区| 连江县| 白水县| 休宁县| 安宁市| 察哈| 鲁甸县| 铁力市| 姚安县| 桓仁| 鸡西市| 肥东县| 兰州市| 浮梁县| 西昌市| 吉首市| 涟源市| 长岛县| 内黄县| 东乡县| 汪清县| 武强县| 惠水县| 高安市| 绩溪县| 察哈| 三门峡市| 景德镇市| 无极县| 波密县| 孟津县| 土默特左旗| 措勤县| 迁西县|