$('#my-id').live('keypress', function(e) {. if (e.which == 13) {/* 13 == enter key@ascii */. alert("you pressed enter key");. }.
確定! 回上一頁