//回车键开始搜索,textStudent为input框id.
$('#textStudent').bind('keypress', function (event) {
window.alert("hello world!");
});
//回车键开始搜索,textStudent为input框id.
$('#textStudent').bind('keypress', function (event) {
window.alert("hello world!");
});