jquery 淡入淡出效果的簡(jiǎn)單實(shí)現(xiàn)
樣式:
<style type="text/css">
#win {
width: 98%;
position: absolute;
display: none;
float:left;
}
/*控制關(guān)閉按鈕的位置*/
#close {
margin-left: 155px;
cursor: pointer;
}
</style>
JS代碼:
<script type="text/javascript">
function showwin() {
$("#win").fadeIn("slow");
}
function hide() {
$("#win").fadeOut("slow");
}
</script>
html代碼:
<div id="win">
<div id="title">
<table style="width:100%; background:#78b3ef" cellpadding="4" cellspacing="1" >
<tr>
<td>ID</td>
<td>網(wǎng)站名</td>
<td>域名</td>
<td>百度收錄</td>
<td>是否存在鏈接</td>
<td>操 作 <span id="close" onclick="hide()">關(guān)閉</span> </td>
</tr>
<tr style="background:#FFFFFF;">
<td><span id="w_id"></span></td>
<td><input id="txt_title" type="text" style="width: 237px" /></td>
<td><input id="txt_classurl" type="text" style="width: 259px" /></td>
<td><span id="w_baidu"></span></td>
<td><input id="txt_exist" type="text" style="width: 83px" /></td>
<td><input id="Button1" type="button" value="修 改" onclick="w_modify()" /></td>
</tr>
<tr style="background:#FFFFFF;"><td colspan="6"><a href="Default.aspx">返回首頁(yè)</a></td></tr>
</table>
</div>
</div>
- 原生js和jquery實(shí)現(xiàn)圖片輪播淡入淡出效果
- jQuery實(shí)現(xiàn)的淡入淡出與滑入滑出效果示例
- jquery實(shí)現(xiàn)通用版鼠標(biāo)經(jīng)過(guò)淡入淡出效果
- jQuery 淡入淡出、展開收縮菜單實(shí)現(xiàn)代碼
- 基于jquery實(shí)現(xiàn)的文字淡入淡出效果
- 基于jQuery實(shí)現(xiàn)淡入淡出效果輪播圖
- 基于Jquery的淡入淡出的特效基礎(chǔ)練習(xí)
- jQuery實(shí)現(xiàn)新聞播報(bào)滾動(dòng)及淡入淡出效果示例
- jQuery淡入淡出元素讓其效果更為生動(dòng)
- jQuery實(shí)現(xiàn)淡入淡出效果
相關(guān)文章
jQuery實(shí)現(xiàn)漸變下拉菜單的簡(jiǎn)單方法
這篇文章主要介紹了jQuery實(shí)現(xiàn)漸變下拉菜單的簡(jiǎn)單方法,涉及jQuery鏈?zhǔn)讲僮骷癱ss樣式的技巧,具有一定參考借鑒價(jià)值,需要的朋友可以參考下2015-03-03談?wù)凧query中的children find 的區(qū)別有哪些
這篇文章給大家介紹jquery中的children find 的區(qū)別,涉及到的知識(shí)點(diǎn)有jquery find children,感興趣的朋友一起學(xué)習(xí)jquery find children方面的知識(shí)吧2015-10-10Json實(shí)現(xiàn)異步請(qǐng)求提交評(píng)論無(wú)需跳轉(zhuǎn)其他頁(yè)面
Json實(shí)現(xiàn)異步請(qǐng)求,效果即為,在輸入框中輸入相關(guān)文字,點(diǎn)擊提交,下方會(huì)自動(dòng)將書寫的文字進(jìn)行展示,無(wú)需跳轉(zhuǎn)其他頁(yè)面2014-10-10jquery遍歷table的tr獲取td的值實(shí)現(xiàn)方法
下面小編就為大家?guī)?lái)一篇jquery遍歷table的tr獲取td的值實(shí)現(xiàn)方法。小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2016-05-05jquery 圖片 上一張 下一張 鏈接效果(續(xù)篇)
很久沒(méi)寫文章了,這段時(shí)間一直在做類似鮮果的一個(gè)應(yīng)用和數(shù)據(jù)采集,還有就是對(duì)企業(yè)和個(gè)人成長(zhǎng)的思考。2010-04-04jQuery3.0中的buildFragment私有函數(shù)詳解
在 jQuery3.0中,buildFragment 是一個(gè)私有函數(shù),用來(lái)構(gòu)建一個(gè)包含子節(jié)點(diǎn) fragment 對(duì)象。下文給大家介紹jQuery3.0中的buildFragment私有函數(shù)詳解,對(duì)jquery3.0 buildfragment相關(guān)知識(shí)感興趣的朋友一起學(xué)習(xí)吧2016-08-08jQuery實(shí)例—選項(xiàng)卡的簡(jiǎn)單實(shí)現(xiàn)(js源碼和jQuery)
下面小編就為大家?guī)?lái)一篇jQuery實(shí)例—選項(xiàng)卡的簡(jiǎn)單實(shí)現(xiàn)(js源碼和jQuery) 。小編覺得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2016-06-06jQuery獲取Radio,CheckBox選擇的Value值(示例代碼)
這篇文章主要是對(duì)jQuery獲取Radio,CheckBox選擇的Value值進(jìn)行了詳細(xì)的介紹,需要的朋友可以過(guò)來(lái)參考下,希望對(duì)大家有所幫助2013-12-12