摘要: $(function() { $('#searchFrom input').bind('keyup', function (event) {/* 增加回车提交功能 */ if (event.keyCode == '13') { cx(); } });} 阅读全文
posted @ 2017-10-23 14:01 Legolas_4 阅读(137) 评论(0) 推荐(0)