Clear dropdownlist with JQuery

前端 未结 0 1726
花落未央
花落未央 2020-12-23 06:22

I wrote this little function to fill a drop down list with data from the server.

function fillDropDown(url, dropdown) {
    $.ajax({
        url: url,
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题