web
文章平均质量分 65
JEDLI
看书
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
unobtrusive JavaScript
无干扰的JavaScript 的首要目的就是保持javascript代码与Html的分离,因此要尽可能的让JavaScript代码在外部成为模块 第二个目标:他必须降低有雅性,脚步应该基于增加html内容来构思和设计。 第三个目标: 它不能降低一个html的可访问性。 pattern: ...2010-03-08 21:32:15 · 104 阅读 · 0 评论 -
How to useJavaScript
1 2 3 放置在事件句柄上 如:onmourseOver, 4 在一个URL上,eg:javascript:2010-03-08 21:37:44 · 99 阅读 · 0 评论 -
JSTL 比教时间
How to deal with break in jsp Sometimes, we have to deal with the break in a for iteration. In jstl, there's no break logic. But we can achieve that by composing the jstl tags. The following is an...2010-03-24 15:36:19 · 129 阅读 · 0 评论 -
JSTL function
Function Summary boolean contains( java.lang.String, java.lang.String) Tests if an input string contains the specified substring. boolean containsIgnoreCase( java.lang.String, java.lang.String) Test...2010-03-30 09:26:59 · 150 阅读 · 0 评论 -
style="word-break: break-all;"
If the content of vlaue for some property exceeds size of tb, please use work-break;break-all stydle. <td style="word-break: break-all;"> ${fn:trim(person.firstname)}&...2010-05-14 14:26:28 · 7861 阅读 · 0 评论 -
js实现页面跳转的几种方式
转载 js实现页面跳转的几种方式 收藏 第一种: window.location.href="login.jsp?backurl="+window.location.href; 第二种: alert("返回"); window.history.back(-1); 第三种: window.nav...原创 2010-02-11 16:12:07 · 128 阅读 · 0 评论
分享