国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

jquery等待效果示例

2024-05-06 16:04:54
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了jquery等待效果示例,需要的朋友可以參考下

實現查詢等待:正在查詢中,請稍后...

jquery等待效果示例

復制代碼 代碼如下:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> 正在查詢,請稍等... </title>

<style type="text/css">
.query_hint{
 border:5px solid #939393;
 width:250px;
 height:50px;
 line-height:55px;
 padding:0 20px;
 position:absolute;
 left:50%;
 margin-left:-140px;
 top:50%;
 margin-top:-40px;
 font-size:15px;
 color:#333;
 font-weight:bold;
 text-align:center;
 background-color:#f9f9f9;
}
.query_hint img{position:relative;top:10px;left:-8px;}
</style>
 </head>

 <body>
  <div>
   <img src="http://static.oschina.net/uploads/space/2014/0430/115223_oFLD_1163935_thumb.gif" />正在查詢,請稍等...
  </div>
 </body>
</html>

jquery代碼

復制代碼 代碼如下:


<div>
    <img src="http://static.oschina.net/uploads/space/2014/0430/115223_oFLD_1163935_thumb.gif" />正在查詢,請稍等...
</div>


<script src="http://www.oschina.net/js/2012/jquery-1.7.1.min.js"></script>
<script type="text/javascript">
//頁面加載完成之后去掉Loading
$(document).ready(function(){
    parent.frames[0].queryHintCallback("query_hint");
});

/**
 * @description  * 顯示查詢等待層
 * @param query_hint
 */
function show_query_hint(query_hint){
    var query_hint = document.getElementById(query_hint);
    query_hint.style.display="block";
}

/**
 * @description 查詢結果回調函數
 * @param query_hint 要隱藏的提示層id
 */
function queryHintCallback(query_hint){
    var query_hint = document.getElementById(query_hint);
    query_hint.style.display="none";
}
</script>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 棋牌| 麟游县| 平原县| 蒲城县| 济宁市| 嘉兴市| 简阳市| 淄博市| 嘉峪关市| 阿坝| 商洛市| 中卫市| 恩平市| 韶山市| 小金县| 古田县| 深泽县| 邯郸市| 安岳县| 长宁区| 兴城市| 花莲市| 邵阳县| 固阳县| 桂林市| 高尔夫| 富锦市| 双牌县| 怀远县| 井研县| 页游| 海南省| 华蓥市| 长武县| 察雅县| 鸡东县| 金秀| 穆棱市| 眉山市| 黎平县| 杂多县|