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

溫馨提示×

溫馨提示×

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

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

jQuery mobile的swipeleft的使用

發布時間:2020-06-21 23:47:03 來源:網絡 閱讀:1019 作者:Steven2018 欄目:web開發


  1. 今天要用swipeleft這個事件,然后就找了jQuery mobile的官方文檔看了一下。然后自己在里面又做了一個向右滑動的擴展,可以正常使用。但是有一個問題,向右滑動后,再往左滑動就沒有反應了。但是代碼里明明是給向左滑動添加了事件的。


  2. 下面是源代碼:

<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>swipeleft demo</title>

  <link rel="stylesheet" href="jquery.mobile-1.4.5.min.css">

  <script src="jquery-1.10.2.min.js"></script>

  <script>

    $(document).bind('mobileinit',function(){

        $.mobile.changePage.defaults.changeHash = false;

        $.mobile.hashListeningEnabled = false;

        $.mobile.pushStateEnabled = false;

    });

  </script> 

  <script src="jquery.mobile-1.4.5.min.js"></script>

  <style>

  

  html, body { padding: 0; margin: 0; }

  html, .ui-mobile, .ui-mobile body {

    height: 105px;

  }

  .ui-mobile, .ui-mobile .ui-page {

    min-height: 105px;

  }

  #nav {

    font-size: 200%;

    width:17.1875em;

    margin:17px auto 0 auto;

  }

  #nav a {

    color: #777;

    border: 2px solid #777;

    background-color: #ccc;

    padding: 0.2em 0.6em;

    text-decoration: none;

    float: left;

    margin-right: 0.3em;

  }

  #nav a:hover {

    color: #999;

    border-color: #999;

    background: #eee;

  }

  #nav a.selected,

  #nav a.selected:hover {

    color: #0a0;

    border-color: #0a0;

    background: #afa;

  }

  div.box {

    width: 30em;

    height: 3em;

    background-color: #108040;

  }

  div.box.swipeleft {

    background-color: #7ACEF4;

  }

  div.box.swiperight {

background-color: blue;

  }

  </style>

</head>

<body>

 

<h4>Swipe the green rectangle in the left direction to change its color:</h4>

<div class="box"></div>

 

<script>

$(function(){

  // Bind the swipeleftHandler callback function to the swipe event on div.box

  $( "div.box" ).on( "swipeleft", swipeleftHandler );

  $( "div.box" ).on( "swiperight", swiperightHandler );

 

  // Callback function references the event target and adds the 'swipeleft' class to it

  function swipeleftHandler( event ){

    $( event.target ).addClass( "swipeleft" );

  }

  function swiperightHandler(event){

$( event.target ).addClass( "swiperight" );

  }

});

</script>

 

</body>

</html>



參考:http://api.jquerymobile.com/swipeleft/


向AI問一下細節

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

AI

肥乡县| 防城港市| 永吉县| 乐亭县| 中牟县| 琼中| 敦煌市| 南涧| 武胜县| 新津县| 镇平县| 天祝| 吐鲁番市| 延寿县| 南部县| 长葛市| 新乐市| 龙口市| 开鲁县| 永顺县| 治多县| 凉城县| 郴州市| 孝昌县| 六枝特区| 台中县| 西青区| 化德县| 嵊泗县| 福鼎市| 普陀区| 汪清县| 黔西| 盐边县| 诸城市| 建宁县| 庆安县| 疏附县| 永丰县| 托克托县| 武山县|