摘要: //双击触发事件 $("tbody>tr>td").dblclick(function(){ //获取到 当前 input 下的元素(原值) window.olds = $(this).children('input').val(); if(olds==undefined) { r... 阅读全文
posted @ 2019-02-28 12:08 MoonyHee 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 删除 $("button[name=del]").click(function(){ var statu = confirm("确定删除吗?"); if(!statu){ return false; } var operation = {$res.id}; ... 阅读全文
posted @ 2019-02-28 12:05 MoonyHee 阅读(391) 评论(0) 推荐(0) 编辑