Category Archives: 页面JS相关
2012年度最佳 jQuery 插件
IE6下jsonp访问失败,被aborted ---解决办法
这句IE会出问题。
<a href="javascript:void(0)" onclick="jsonpRequest()">请求</a> 而这句<a…
textarea自动高度调整
onfocus="window.activeobj=this;this.clock=setInterval(function(){activeobj.style.height=activeobj.scrollHeight+'px';},200);"…
jquery取div scrollHeight(滚动文字的实际高度)scrollHeight获取文字层实际高度
<head>
<meta http-equiv="content-type"…
ie6 表格td不显示边框的解决办法
IE6 触发层‘冒泡’问题----------jquery 本身有支持
瀑布效果,最基本瀑布
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.min.js"></script> <ul>
<ul>
<li>…
IE6下 Float元素宽度为AUTO时,文字换行的问题
jquery实现input提示文字替换效果
(this.value==this.defaultValue){this.value='';
this.style.color='#333333';}"…