- 浏览: 15740 次
- 性别:
- 来自: 广州
最新评论
文章列表
if (isIE6) {
wrap.css("position", "absolute");
//没有加这个的话,ie6使用表达式时就会发现跳动现象
//至于为什么要加这个,还有为什么要加nothing.txt这个,偶也不知道,希望知道的同学可以告诉我
$("body").css("background-attachment", "fixed").css("background-image&q ...
formToJson
- 博客分类:
- Web
function form2Json() {
8. var formObj = $("#formDemo");
9. var JsonObj = "'{";
10. var a = formObj.serializeArray();
11. var index = 0;
12. $.each(a, function() {
13. index++;
14. JsonObj += "\"" + this.name + " ...
文件上传大小限制的一个例子,兼容ie6,ie7,ie8 ,Google Chrome,ff等浏览器,ie8上面在安全设置处设置一下就好了。
<html>
<head>
<script type="text/javascript">
var isIE = /msie/i.test(navigator.userAgent) && !window.opera;
function fileChange(target) {
var fileSize = 0;
if (is ...
html5 兼容ie
- 博客分类:
- Web
<!DOCTYPE html>
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<![endif]-->
<!--[if IE 7]>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<![endif]-->
<!--[if IE 6]>
<meta http- ...
http://www.iteye.com/topic/1113492 自定义处理
/**获得选择的文本*/
function selectText(id){
return $("#"+id).find("option:selected").text();
}
function selectValue(id){
return $("#"+id).val();
}
/**获取select选择的索引值*/
function selectIndex(id){
return $("#"+id).get(0).selectedIndex;
}
/**获取select最大的索引值*/
functio ...
.gridview{
font-size:12px;
height:22px; /*/如果行高度想要更小,则font-size也要相应缩小 */
line-height:22px;
table-layout:fixed;
}
.gridview td{
height:20px;
word-break:keep-all; /* 不换行 */
white-space:nowrap; /* 不换行 */
overflow:hidden; /* 内容超出宽度时隐藏超出部分的内容 */
-o-text-overflow: ...
http://code.google.com/p/configdebug/downloads/detail?name=configdebug-1.0-all.rar
gif4j-pro-2.3-trial
imageresize4j-1.0-trial