`
romantictravel
  • 浏览: 15740 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表

web图片

    博客分类:
  • Web
网站几张很好的的图片

validate

    博客分类:
  • Web
修改验证框架

ie6 fiex 广告

if (isIE6) {             wrap.css("position", "absolute");             //没有加这个的话,ie6使用表达式时就会发现跳动现象             //至于为什么要加这个,还有为什么要加nothing.txt这个,偶也不知道,希望知道的同学可以告诉我             $("body").css("background-attachment", "fixed").css("background-image&q ...

弹出div框架

    博客分类:
  • Web
div div  iframe框架

httpclient

    博客分类:
  • Web
httpclient httpclient httpclient
根据项目组情况自己写了个级联组件,还没有测试呢 ^_^

easyui ui

    博客分类:
  • Web
http://www.iteye.com/topic/1113762

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 + " ...

限制文件上传大小

    博客分类:
  • Web
文件上传大小限制的一个例子,兼容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  自定义处理

操作select

/**获得选择的文本*/ 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 ...

表格不换行

    博客分类:
  • Web
.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
Global site tag (gtag.js) - Google Analytics