久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      layui實(shí)現(xiàn)點(diǎn)擊事件的方法

      layui實(shí)現(xiàn)點(diǎn)擊事件的方法

      說明:這里的點(diǎn)擊事件是指單純的點(diǎn)擊事件,而不是提交事件,或者是數(shù)據(jù)表格中內(nèi)嵌的button,對于這兩者,layui是有l(wèi)ay-submit和lay-event這個(gè)屬性進(jìn)行支持的,所以這里只能使用最原始的js和jq進(jìn)行監(jiān)聽點(diǎn)擊事件。

      (推薦教程:layui)

      第一種,js的監(jiān)聽

      <button class="layui-icon layui-icon-export" id="withExport"></button>
      $(document).on('click',"#withExport",function(){         layer.msg("按鈕點(diǎn)擊");  });

      第二種,jQuery的監(jiān)聽

      <button class="layui-icon layui-icon-export" id="withExport"></button>
      $("#withExport").click(function(){ 	layer.msg("點(diǎn)擊事件"); });

      贊(0)
      分享到: 更多 (0)
      ?
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)