怎么感觉最近补充的都是监听器的内容,今天学长提了一个新的监听器,看起来很牛批(因为很长) // 添加文本更改的监听器, TextWatcher是监听器的回调接口 text.addTextChangedListener(new TextWatcher() { /** * 更改文字之前 * @param s 编辑框被更改之前的内容 */ @Override public void beforeTextChanged(CharSequence s, int start, int count, int
//点击选中(单选)//单击行勾选checkbox事件 $(document).on("click",".layui-table-body table.layui-table tbody tr", function () { var index = $(this).attr('data-index'); var tableBox = $(this).parents('.layui-table-box'); //存在固定列 if (tableBox.find(&quo