摘要: 1、添加处理方法:/******************************************** Description:* 禁止输入危险字符,如"'"、"/"、"\"和"&"。** Author:* Creator Liu*******************************************/$.fn.replaceOther = function () { this.bind("keypress", function (e) { var keyCo 阅读全文
posted @ 2013-08-13 14:59 刀叨 阅读(1313) 评论(0) 推荐(0)