2016年4月15日
摘要: public $enableCsrfValidation = false; 阅读全文
posted @ 2016-04-15 21:42 久违的绽放 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 例句:<span class="sp" value="<?php echo $v['img_id']?>"><?php echo $v["img_name"];?></span> //即点击改$(document).on("click",".sp",function(){ //首先获取ID var 阅读全文
posted @ 2016-04-15 21:33 久违的绽放 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 文本框:textInput(); 密码框:passwordInput(); 单选框:radio(),radioList(); 复选框:checkbox(),checkboxList(); 下拉框:dropDownList(); 隐藏域:hiddenInput(); 文本域:textarea(['ro 阅读全文
posted @ 2016-04-15 21:09 久违的绽放 阅读(296) 评论(0) 推荐(0) 编辑
摘要: //全选反选$(document).on("click",".all",function(){ if($(".all").is(":checked")){ $(".bll checkbox").prop("checked", true); }else { $(".bll checkbox").pro 阅读全文
posted @ 2016-04-15 19:35 久违的绽放 阅读(107) 评论(0) 推荐(0) 编辑
摘要: <?php $model->node = array('0','2') ;?> <? echo $form->field($model,'node')->checkboxList(['0'=>'篮球','1'=>'足球','2'=>'羽毛球','3'=>'乒乓球']) ?> 阅读全文
posted @ 2016-04-15 11:21 久违的绽放 阅读(391) 评论(0) 推荐(0) 编辑