2014-01-25 78 views

回答

0

用JavaScript来对blur事件搜索领域的更新下拉值

$("#search").blur(function() { 
    //update dropdown value here 
});