• <bdo id='7yt3d'></bdo><ul id='7yt3d'></ul>
  • <legend id='7yt3d'><style id='7yt3d'><dir id='7yt3d'><q id='7yt3d'></q></dir></style></legend>
  • <tfoot id='7yt3d'></tfoot>

    <small id='7yt3d'></small><noframes id='7yt3d'>

        <i id='7yt3d'><tr id='7yt3d'><dt id='7yt3d'><q id='7yt3d'><span id='7yt3d'><b id='7yt3d'><form id='7yt3d'><ins id='7yt3d'></ins><ul id='7yt3d'></ul><sub id='7yt3d'></sub></form><legend id='7yt3d'></legend><bdo id='7yt3d'><pre id='7yt3d'><center id='7yt3d'></center></pre></bdo></b><th id='7yt3d'></th></span></q></dt></tr></i><div id='7yt3d'><tfoot id='7yt3d'></tfoot><dl id='7yt3d'><fieldset id='7yt3d'></fieldset></dl></div>

        layui获取select选中的值的代码参考

        layui如何获取select选中的值,下面代码为您实现layui table中获取select选中值 select name="region" lay-filter="region-dropdown" option value="ap-chengdu"成都/option option value="ap-nanjing"南京/option option value="ap-beijing-1"北京一区/optio

      1. <i id='seWj5'><tr id='seWj5'><dt id='seWj5'><q id='seWj5'><span id='seWj5'><b id='seWj5'><form id='seWj5'><ins id='seWj5'></ins><ul id='seWj5'></ul><sub id='seWj5'></sub></form><legend id='seWj5'></legend><bdo id='seWj5'><pre id='seWj5'><center id='seWj5'></center></pre></bdo></b><th id='seWj5'></th></span></q></dt></tr></i><div id='seWj5'><tfoot id='seWj5'></tfoot><dl id='seWj5'><fieldset id='seWj5'></fieldset></dl></div>

          <small id='seWj5'></small><noframes id='seWj5'>

            • <legend id='seWj5'><style id='seWj5'><dir id='seWj5'><q id='seWj5'></q></dir></style></legend>

                <tbody id='seWj5'></tbody>
                <tfoot id='seWj5'></tfoot>

                  <bdo id='seWj5'></bdo><ul id='seWj5'></ul>

                  layui如何获取select选中的值,下面代码为您实现layui table中获取select选中值
                   <select name="region" lay-filter="region-dropdown">
                      <option value="ap-chengdu">成都</option>
                      <option value="ap-nanjing">南京</option>
                      <option value="ap-beijing-1">北京一区</option>
                      <option value="ap-beijing">北京</option>
                      <option value="ap-guangzhou">广州</option>
                      <option value="ap-shanghai">上海</option>
                      <option value="ap-chongqing">重庆</option>
                  </select>
                   
                  //用 jquery 获取 select 选中的值:
                   
                  layui.use(['form'], function(){
                      var $ = layui.$
                      ,form = layui.form;
                   
                      var region = $("select[name='region']").val();
                      console.log(region);
                      // ap-chengdu
                  })
                  
                  //监听 select 选择来获取 select 选中的值:
                   
                  layui.use(['form'], function(){
                      var $ = layui.$
                      ,form = layui.form;
                   
                      //监听地区下拉
                      form.on('select(region-dropdown)', function(data){
                          console.log(data.elem); //得到select原始DOM对象
                          console.log(data.value); //得到被选中的值
                          console.log(data.othis); //得到美化后的DOM对象
                      })
                      // ap-chengdu
                  })
                   
                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  html点击按钮弹出页面获取值的实例代码 代码一: !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"html xmlns="http://www.w3.org/1999/xhtml"headtitle/titlescript type="text/j
                  Layui-open 打开一个新页面的实例代码 edit: function () { var _this = this; var index = layui.layer.open({ skin:'', type : 2, maxmin: true, area: ['95%', '95%'],//弹出区域大小 content : "url",//跳转url success : function(layero, index){//成功
                  一、下拉选择 改动三个地方:下拉选择模板、数据渲染、下拉选择监听填充数据 //表格{ title: '是否棚改房span class="titletips"*/span', field: 'sfpgf', align: 'center', width: 110, // edit: 'text', templet: function (d) { return 'select name="sfpg
                  layui表格:设置表头居中,内容居左的实例代码:表头在属性中控制,内容直接用css样式控制 { field: 'Result', title: '结果', align: 'center', width: '60%', templet: function (d) { return 'div style="text-align:left"' + d.Result + '/div' }},
                  layui的tab选项卡、刷新保持在当前页面的实例代码: // 刷新 $('.layui-tab-title li').click(function(){ var picTabNum = $(this).index(); sessionStorage.setItem("picTabNum", picTabNum); }) // //刷新保持在当前页面 $(function () { var getPicTabNum
                  JS获取当前时间(年月日时分秒)的实例代码,详细代码如下: p id="time"/pscriptvar time = document.getElementById("time") function show() {let date = new Date();let year = date.getFullYear(); //获取当前年份let mon = date.getMonth() + 1; //获取

                • <i id='GWlPa'><tr id='GWlPa'><dt id='GWlPa'><q id='GWlPa'><span id='GWlPa'><b id='GWlPa'><form id='GWlPa'><ins id='GWlPa'></ins><ul id='GWlPa'></ul><sub id='GWlPa'></sub></form><legend id='GWlPa'></legend><bdo id='GWlPa'><pre id='GWlPa'><center id='GWlPa'></center></pre></bdo></b><th id='GWlPa'></th></span></q></dt></tr></i><div id='GWlPa'><tfoot id='GWlPa'></tfoot><dl id='GWlPa'><fieldset id='GWlPa'></fieldset></dl></div>

                  <small id='GWlPa'></small><noframes id='GWlPa'>

                        <tbody id='GWlPa'></tbody>

                          <bdo id='GWlPa'></bdo><ul id='GWlPa'></ul>
                          <tfoot id='GWlPa'></tfoot><legend id='GWlPa'><style id='GWlPa'><dir id='GWlPa'><q id='GWlPa'></q></dir></style></legend>