摘要: event对象在IE中是全局对象,而在Firefox中只能作为局部对象,作为参数传入 eg:   $(document).ready(function(){ $("#content").keypress(function(vv){ //这里的vv就是临时变量     var pa=$(this).val().length; &... 阅读全文
posted @ 2009-11-20 14:45 zqstc 阅读(217) 评论(0) 推荐(0)