摘要: 学习中,先记录一下! 一、jQuery的: jQuery.fn.simulateKeyPress = function(character) { jQuery(this).trigger({ type: 'keypress', which: character.charCodeAt(0) }); } 阅读全文
posted @ 2017-09-13 16:50 素还真1990 阅读(5920) 评论(0) 推荐(0)