ming 2月 8, 2018 1 min read js判断字符串是否可以转换为json对象 //js判断字符串是不是可以装换为json function isJSON(str) { if (typeof… Read more...
ming 11月 29, 2017 2 min read web,h5页面无刷新回退前一页ajax数据不丢失解决方案 首先说一下我之前遇到的问题: 操作: ajax提交form表单成功后,将数据ID动态写入input隐藏域中,跳… Read more...
ming 10月 31, 2017 1 min read HTML5 a标签download下载图片兼容方法 html 示例 点击下载 <a href=”http://blog.4d4k.com/wp… Read more...
ming 10月 26, 2017 1 min read BootStrap 的模态框(modal)Tooltips 闪退、失效、报错解决方案 今天使用BootStrap的模态框时,总是会出现模态框闪退问题。还有Tooltips失效的问题。 首先查该加的… Read more...
ming 10月 26, 2017 1 min read ckeditor+jquery validate + ajax异步提交数据丢失解决办法 ckeditor编辑器如果直接submit提交没有问题,但是用ajax或者jquery validate时,第… Read more...