摘要: 效果 核心代码 【js】 [#escape x as (x)!?html]<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"/><title>[#include 'inc_title.html'/]</title><meta h 阅读全文
posted @ 2016-08-11 20:13 涤新云 阅读(216) 评论(0) 推荐(0) 编辑
摘要: <div class="hc-prm-search search flr"> <form action="/userCenter/projectInfo_4_1.jspx?flag=${flag}" method="post"> [#if flag=="1"] <input type="text" 阅读全文
posted @ 2016-08-11 18:27 涤新云 阅读(766) 评论(0) 推荐(0) 编辑
摘要: 第一种 单独一个form表单提交 <div class="hc-prm-search search flr"> <form action="/userCenter/projectInfo_1_1.jspx" method="post"> <input type="text" id="search_C 阅读全文
posted @ 2016-08-11 16:53 涤新云 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 效果 实现的思路如下: controller层同时把两个内容都查处理 前端html用js控制显示 (1)前端的tab代码 (2)tab内容的结构 (3)关键部分 js $(".hd ul li").click(function(){ var index=$(this).index(); $(this 阅读全文
posted @ 2016-08-11 14:57 涤新云 阅读(6486) 评论(0) 推荐(0) 编辑
摘要: 效果 方法一: table增加下面属性 参考内容 HTML如何让table中的td内容过长显示为固定长度,多余部分用省略号代替 这个问题呢,是由于我们公司测试的部门测出来的,虽然说测试的内容本身就是个BUG,不过这个也让我学到了一个比较好的归类于布局的一个小技巧,就是将td标签中过长的内容只显示为这 阅读全文
posted @ 2016-08-11 12:19 涤新云 阅读(14001) 评论(0) 推荐(1) 编辑