choose函数的使用 + c:when + test + not empty
<c:choose>
<c:when test="${not empty banner}">
<div class="banner industry${company.type}" style="background:url(${banner});">
</c:when>
<c:otherwise>
<div class="banner industry${company.type}" style="background:url(${ staticDomain }/mall/p_w_picpaths/banner_03.gif);">
</c:otherwise>
</c:choose>
a链接上指定JS函数
<a id="downloadsms" href="javascript:showDialog('maskDiv', 'dialogDiv');">下载到手机</a>
c:foreach函数
<c:forEach items="${ companyProps }" var="i">
<c:if test="${not empty i.content&&i.propCode!='gsxc'}">
<li><a id="${ i.propCode }" href="/t-${ i.propCode }">${ i.newPropName }</a></li>
</c:if>
</c:forEach>
fn函数
<c:if test="${fn:length(pictures) == 0}">
<div class="now"><img src="${ staticDomain }/mall/p_w_picpaths/1.jpg"/></div>
<div style="display:none"><img src="${ staticDomain }/mall/p_w_picpaths/2.jpg"/></div>
<div style="display:none"><img src="${ staticDomain }/mall/p_w_picpaths/3.jpg"/></div>
<div style="display:none"><img src="${ staticDomain }/mall/p_w_picpaths/4.jpg"/></div>
</c:if>
DOM JQUERY SQL
var rnd = Math.random();
$.ajax({ url:'/company/desc',
data:{companyId:'${company.companyId}', type:type,rnd:rnd},
context:this,
success: function(result){
$('.cont_left').html('<div class="jianjie"><h2><strong>' + $(this).html() + '</strong></h2><P class="p_text">' + result + '</P>');
$('.nav a').removeClass();
$(this).addClass('cur');
},
complete: function(XHR, TS){
$("#wait").css('display','none');
},
beforeSend: function(){
$(".cont_left").html(""); $("#wait").css('display','block');
}
});
EL表达式几个标签使用写法
原创文章标签 EL表达式几个标签使用写法 文章分类 后端开发
©著作权归作者所有:来自51CTO博客作者警钟长鸣的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
cron表达式详细讲解
cron表达式简介
cron表达式 -
EL表达式和JSTL标签
EL表达式和JSTL标签
el表达式 取对象 作用域 java 标签库 -
EL表达式的使用
什么是EL表达式? EL表达式能干什么? EL表达式如何使用? EL拥有大多编程语言的运算符,但是EL
html el表达式 css -
JSP EL表达式使用
JSP EL表达式使用
Java JSP教程 -
EL 表达式和 JSTL 标签汇总
EL 表达式和 JSTL 标签汇总说明:目录[]()[]()[]()[]()[]()[]()[]()[]()[]()[]()[]()[]()【完】
EL 表达式和 JSTL 标签 内置对象 标签库 函数库 学习