$('#Begin_time_date').live('click',function(){ setTimeout(function() {//解决火狐下focus事件没有反应的问题 $('#Begin_time').focus(); }, 0); })