视图层

<style>
#tab tr td{
    height:40px;
    width:100px;
}
</style>
<form action="index.php?r=ceshi/index" method='post'>
<input name="_csrf" type="hidden" ;
    });
    function deltr(ts){  
        var tr = $(ts).parent().parent();  
        tr.remove();  
    }
    function getAll(ts)
    {
        var ids = $('.ids');
        //alert(ids.length);
        for(i=0; i<ids.length; i++)
        {
            if(ts.checked == true)
            {
                ids[i].checked = true;
            } else {
                ids[i].checked = false;
            }
        }
    }
<?php $this->endBlock(); $this->registerJs($this->blocks['checkAgree'], \yii\web\View::POS_END);?>


相关文章:

  • 2022-01-10
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-28
  • 2021-06-04
  • 2021-08-10
  • 2022-12-23
  • 2022-02-10
  • 2021-09-24
  • 2021-05-07
相关资源
相似解决方案