Cakephp 里面 怎么用checkbox 来实现 选中 行删除 ,求 c 和v 里面的相关代码 谢谢 最好举例子 着急 在线等。。。
<td width= "7% "> <input type= "checkbox " name= "chk_1 " id= "chk_1 " value= " "> </td>
.
.
.
<input type= "button " name= "chk_del " value= "表示消去 " onclick= "javascript:document.form1.mode.value= 'del '; document.form1.submit(); ">
求 contoroller 里面怎么写代码
------解决方案--------------------
结合JQUERY可以轻松实现