本文介绍了Select2.min.js:未为select2 s2id_city_id定义21个未被捕获的查询函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在更新记录更新记录的记录。但我需要刷新页面才能看到结果......这是我的代码



我尝试过的事情:



I am updating record the record it's updating the record. but i need to refresh the page to see the results... here is my code

What I have tried:

$(document).ready(function () {
    $('#interviewcenter-edit-details .select2me').select2({
        placeholder: "Select an option",
        allowClear: true
    });
});

推荐答案



这篇关于Select2.min.js:未为select2 s2id_city_id定义21个未被捕获的查询函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 11:47