2014-01-25 112 views

回答

0

用JavaScript來對blur事件搜索領域的更新下拉值

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