<input id =“id1”/>
<input id =“id2”/>
...
<input id =“idn”/>$("input[id^='id']").live("keyup", function(){
    alert(是那个id);
});