- 浏览: 159514 次
- 性别:
- 来自: 成都
最新评论
-
yangyunzhou:
试了一下, 貌似不行
监听父窗口的变化自适应子页面的高度
文章列表
<script>
/***********************监听iframe的onclik事件*****************/
var timeHandle;
function setEvent(){
try{
window.frames["childframe"].document.body.onclick=function(){
var f=document.getElementById('childframe');
f.style.height = f.contentWindow.document.body.scrollHeight + &q ...
1.ifLetter 判断字符串是否都是英文字母
2.trim 正则表达式去除左右空格
3.validateEmail 正则表达式Email验证
4.ifExists 判断某个元素是否存在于数组中
5.countLength 限制最大字符输入,若输入框中的字符长度超出则提示
6.getlinks 获取页面所有链接
7.getimgpic 获取页面所有图片地址
8. PageCheck 页码验证
9.isGBK ...