jQuery的toggle事件

2021-06-30 18:05

阅读:311

标签:cti   ide   bsp   隐藏   事件   hid   sel   jquery   nbsp   

$(function () {
    //默认隐藏
   $("#SelTime").hide();
  $("#SeniorSel").toggle(
       function () {
         $("#SelTime").show();
       },
      function () {
        $("#SelTime").hide();
      }
  );
});

jQuery的toggle事件

标签:cti   ide   bsp   隐藏   事件   hid   sel   jquery   nbsp   

原文地址:http://www.cnblogs.com/weimingxin/p/7135842.html


评论


亲,登录后才可以留言!