11 2015 档案

摘要:jQuery.ajax({ url: dataURL, success: function(results) { var parsedJson = jQuery.parseJSON(results); alert(parsedJson.name); } }); $.ajax({ type: ... 阅读全文
posted @ 2015-11-30 11:38 雪卜 阅读(237) 评论(0) 推荐(0)
摘要:$(document).ready(function(){ $(":checkbox:eq(0)").change(function(){ if ($(this).is(":checked")) { $(":checkbox:gt(0)").attr("checked",... 阅读全文
posted @ 2015-11-27 13:42 雪卜 阅读(775) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-11-27 11:52 雪卜 阅读(463) 评论(0) 推荐(0)
摘要:基本信息 业务数据 $(".hd li").click(function() { $(this).siblings().removeClass("on"); $(this).attr("class", "on"); v... 阅读全文
posted @ 2015-11-26 10:49 雪卜 阅读(138) 评论(0) 推荐(0)
摘要:1、弹框提示信息 response.getWriter().print("");2、跨域下载附件 response.setStatus(302); response.setHeader("location","http://11.1.249.6:8181/collect/filedow... 阅读全文
posted @ 2015-11-10 21:24 雪卜 阅读(224) 评论(0) 推荐(0)
摘要:echarts图形插件使用 阅读全文
posted @ 2015-11-05 11:26 雪卜 阅读(1112) 评论(0) 推荐(0)
摘要://常量定义public class Constant { public static Integer PM_YEAR_NO = 5;}//actionpublic class ZhiBiaoPmAction extends BaseAction { private static final lon... 阅读全文
posted @ 2015-11-05 11:11 雪卜 阅读(6707) 评论(0) 推荐(0)
摘要:一些CSS命名规则头:header内容:content/containe尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体布局宽度:wrapper左右中:left right center登录条:loginbar标志:logo广告:banner页面主体:main热点:... 阅读全文
posted @ 2015-11-02 10:12 雪卜 阅读(143) 评论(0) 推荐(0)