$(function() { $('#searchFrom input').bind('keyup', function (event) {/* 增加回车提交功能 */ if (event.keyCode == '13') { cx(); } });}