随笔分类 - jsp
摘要:<%@ page contentType="text/html;charset=UTF-8" %><%@ include file="/WEB-INF/views/include/taglib.jsp"%><html><head> <meta charset="utf-8"> <meta name=
阅读全文
摘要:$.ajax({url:"${ctx}/hmd/hmdBaoguang/deleteByIds", async:false, type: 'POST', cache: false, processData: false, contentType: false, dataType:"json",dat
阅读全文
摘要:<c:choose> <c:when test="${fn:length(wk.title)>5}">${fn:substring(wk.title,0 ,5 )}......</c:when> <c:otherwise>${wk.title}</c:otherwise></c:choose>
阅读全文
摘要:在ECharts中主要通过 on 方法添加事件处理函数,ECharts中的事件主要分为两种,1)鼠标事件,在鼠标click or hove 时触发鼠标事件; 2)另外一种是在ECharts在做图形交互时触发的事件,即调用dispatchAction 后触发的事件。 鼠标事件:'click','dbl
阅读全文
摘要:var now = new Date(); //当前日期 var nowDayOfWeek = now.getDay(); //今天本周的第几天 var nowDay = now.getDate(); //当前日 var nowMonth = now.getMonth(); //当前月 var no
阅读全文
摘要:<%@ page contentType="text/html;charset=UTF-8" %><%@ include file="/WEB-INF/views/include/taglib.jsp"%><html><head> <title>开单管理</title> <meta name="de
阅读全文
摘要:function getShelf(){ var storageId = $("#location").val(); //return alert(storageId); $.ajax({ url:"${pageContext.request.contextPath}/asset/asset/get
阅读全文
摘要:时间轴<ul class="layui-timeline"> <c:forEach var="info" items="${list}" varStatus="idx"> <li class="layui-timeline-item"> <i class="layui-icon layui-time
阅读全文
摘要:var idList= $("input[type='checkbox'][name='allChoose']:checked"); var idList= $("input[name='allChoose']:checked"); var strId=""; idList.each(functio
阅读全文
摘要:sb.deleteCharAt(sb.length() - 1); substring(0,s.length()-1)
阅读全文
摘要:js获取select标签选中的值,下拉框默认选中 <option value="${boj.xxx}" ${boj.xxx eq param.SELECT_NAME ? 'selected=\"selected\"' : ''}>${boj.xxx}</option> var obj = docum
阅读全文

浙公网安备 33010602011771号