摘要: 比如在操作完某个事件的时候需要刷新一下页面表格,原生的js刷新效果感觉不太好,尝试静默刷新,比较ok。 上代码 parent.$("#my_customer").bootstrapTable('refresh', { silent: true //静默刷新 }); 补充: setInterval(( 阅读全文
posted @ 2024-01-06 22:16 温柔的风 阅读(115) 评论(0) 推荐(0) 编辑
摘要: max-width:160px;white-space:nowrap;overflow: hidden; text-overflow: ellipsis;-o-text-overflow: ellipsis 阅读全文
posted @ 2024-01-06 20:25 温柔的风 阅读(8) 评论(0) 推荐(0) 编辑
摘要: js报错:Uncaught SyntaxError: Unexpected identifier 'Object' (at my_customer_index?addtabs=1:1:28) 开发遇到的是用onmouseover传递对象参数时(easyui传递一行数据时),会报Sncaught Sy 阅读全文
posted @ 2024-01-06 14:55 温柔的风 阅读(394) 评论(0) 推荐(0) 编辑