爷的眼睛闪亮
insideDotNet En_summerGarden
摘要: setTimeout($(".msg").slideUp(5000)); msg的div 5秒往上收边 setTimeout("函数名称",1000); 阅读全文
posted @ 2016-10-14 21:03 爷的眼睛闪亮 阅读(281) 评论(0) 推荐(0)
摘要: $.ajax({ type:"post", url:"<%=basePath%>getAllVersion", dataType:"json", async:true, success:function(data){ alert(data);//相应的data数据处理 $.each(data,fun 阅读全文
posted @ 2016-10-14 11:39 爷的眼睛闪亮 阅读(118) 评论(0) 推荐(0)
摘要: controller: /*** * 返回所有版本的信息,json的形式返回到前台 * @return */ @RequestMapping(value="/getAllVersion") @ResponseBody //此注解重点 public List<Version> getAllVersio 阅读全文
posted @ 2016-10-14 11:30 爷的眼睛闪亮 阅读(3024) 评论(0) 推荐(0)