毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> java技术 >> 正文

html里动态合并单元格

更新时间:2012-6-6:  来源:毕业论文

我在页面全是div,数据是从数据库里取出来的,页面代码主要如下:
<div id="letter" >
  <div id="tongxunlu_border">
  <div style="text-align: center; float: left;">
<div style="width:130px; float:left; margin-top: 5px;">所在部门</div>
<div style="width:150px; float:left;margin-top: 5px;">人员名称</div>
<div style="width:150px; float:left;margin-top: 5px;">所任职务</div>
<div style="width:180px; float:left;margin-top: 5px;">手机1</div>
<div style="width:180px; float:left;margin-top: 5px;">手机2</div>
<div style="width:120px; float:left;margin-top: 5px;">电话</div>
<div style="width:70px; float:left;margin-top: 5px;">顺序</div>
</div>
<div style="float: left;">
<c:forEach var="tongxunluShow" items="${tongxunluShow}">  
<div class="tongxunlu_content">  
<div class="gggl" style="width:130px;">${tongxunluShow.depname}</div>  
<div class="gggl" style="width:150px;" >${tongxunluShow.name}</div>
<div class="gggl" style="width:150px;" >${tongxunluShow.zhiwu}</div>
<div class="gggl" style="width:180px;">${tongxunluShow.b_phone}</div>
<div class="gggl" style="width:180px;" >${tongxunluShow.h_phone}</div>
<div class="gggl" style="width:120px;">${tongxunluShow.mobile}</div>
<div style="width:70px; float: left;">${tongxunluShow.order}</div>
</div>
  </c:forEach>
  </div>
  </div>
</div>

我想要合并部门那一列,相同的部门只显示一次,谁能给点代码参考下。注意我这是层,不是table
js判断div的值是否一样

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。