摘要: jQuery核心库文件:jquery-1.8.2.js jquery form 库文件:jquery.form.js html代码 js代码 java代码 阅读全文
posted @ 2016-09-05 16:54 箜篌浅醉 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 两个select 内容相互移动 阅读全文
posted @ 2016-09-05 16:49 箜篌浅醉 阅读(274) 评论(0) 推荐(0) 编辑
摘要: $("#form1").submit(function (){ var ajax_url = "yourActionUrl"; //表单目标 var ajax_type = $(this).attr('method'); //提交方法 var ajax_data = $(this).serialize(); //表单数据 $.ajax({ ... 阅读全文
posted @ 2016-09-05 16:44 箜篌浅醉 阅读(189) 评论(0) 推荐(0) 编辑
摘要: Java代码 后台servlet代码 阅读全文
posted @ 2016-09-05 16:41 箜篌浅醉 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: echarts.common.min.js !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define 阅读全文
posted @ 2016-09-05 16:20 箜篌浅醉 阅读(790) 评论(0) 推荐(0) 编辑
摘要: @RequestMapping(value = {"","list"}) public String viewList(Model model, HttpServletResponse response,HttpServletRequest request){ String start = request.getParameter("start"); L... 阅读全文
posted @ 2016-09-05 16:15 箜篌浅醉 阅读(196) 评论(0) 推荐(0) 编辑
摘要: @RequestMapping(value = "list") public String tailorList(Model model, @RequestParam(value = "pageNo", defaultValue = "1") int pageNo, @RequestParam(va 阅读全文
posted @ 2016-09-05 16:12 箜篌浅醉 阅读(295) 评论(0) 推荐(0) 编辑