修改select2未搜索到数据时的提示语

$("#add-person-name").select2({

 placeholder: "输入姓名查询",

 language: "zh-CN",

 language: {

   noResults: function(params) {

   return "这里输入你要自定义的提示语";

 },

}

)}

你可能感兴趣的:(插件)