
HTML&Javascript
barrydiu
SA
展开
-
IE中的最大最小宽度和高度
max-width, min-width, max-height, min-height目前只有IE7,Firefox和opera支持,IE6,5不支持.max-width in IE* html div#division { width: expression( document.body.clientWidth > 776 ? "777px" : "auto" ); /* s转载 2007-11-19 15:55:00 · 2684 阅读 · 0 评论 -
jQuery的介绍
from http://blog.youkuaiyun.com/ChengKing/archive/2007/12/05/1919265.aspx(一).概述 现在有好多比较优秀的客户端脚本语言组件, 如: Prototype、YUI、jQuery、mootools、Bindows, Scriptaculous, FCKEditor 等, 都非常不错, 最近研究了一下 jQuery,在学习时顺便整理了转载 2007-12-12 17:11:00 · 1005 阅读 · 0 评论 -
一个查找源代码文件中中文字符的脚本
项目中要把中文抽出来, 并且要求代码中的注释不要使用中文. 就写了这个脚本来查找代码中的中文字符. find_chinese.js /**//** * @Author : Barry Diu 2008-05-08 * 找出目录下的php,js,htm文件中的中文字符的位置 * usage : wscript find_chinese.js outputpath sourcef原创 2008-05-08 10:01:00 · 6152 阅读 · 0 评论