2013-02-20 107 views

回答

1

您是否正在寻找“选择”事件?

$(".selector").autocomplete({ 
    select: function(event, ui) { 
     //Put your code here: 
    } 
});