1 <td>
 2    <div class="checkbox">
 3         <label>
 4             <input type="checkbox" >锁定
 5         </label>
 6    </div>
 7 </td>
 8 <script type="text/javascript">
 9     $("#id_{$vo.id}").click(function(){
10        var status = $('#id_{$vo.id}').val();
11        $.get("{:url('admin/category/status_change')}", {id:"{$vo.id}",status:status});
12     });
13 </script>

 

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-12-07
  • 2021-12-25
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
相关资源
相似解决方案