随笔分类 -  javascript&jQuery

摘要:ztree前端参见官网http://www.ztree.me/v3/main.phpAction示例public String initLabServerTree(){ return SUCCESS; } public String queryLabServerTr... 阅读全文
posted @ 2014-05-26 17:51 hello小象 阅读(214) 评论(0) 推荐(0)
摘要:一、html 表单代码…………二、表单form提交function importFile(){ var excelPath = $("#offenderExcelFile").val(); if(excelPath=="" || excelPath==null){ ... 阅读全文
posted @ 2014-05-26 16:47 hello小象 阅读(501) 评论(0) 推荐(0)
摘要:来自:http://www.blogjava.net/sxyx2008/archive/2010/11/02/336826.html由于项目需求,在处理文件上传时需要使用到文件的异步上传。这里使用Jquery Ajax File Uploader这个组件下载地址:http://www.phplett... 阅读全文
posted @ 2014-05-16 18:43 hello小象 阅读(252) 评论(0) 推荐(0)