$(document).read(function(){
$("#btn_addpassenger").bind("click",function(){
alert("123");
});   
});
这代码有错吗
怎么不执行
btn_addpassenger是个button的id