01 2016 档案

摘要:$(window).scroll(function(){var scrollTop=$(this).scrollTop();var scrollHeight=$(document).height();var windowHeight=$(this).height();if(scrollTop+win... 阅读全文
posted @ 2016-01-15 13:57 小林夕 阅读(1255) 评论(0) 推荐(0)
摘要:将HTML文本框设为不可编辑文本框。 方法1: onfocus=this.blur()方法2:readonly方法3: disabled 让文本框变灰不可输入:不可输入还可以用上述三种方法 阅读全文
posted @ 2016-01-05 16:14 小林夕 阅读(1166) 评论(0) 推荐(0)