WP PLUGIN
・選択カスタムフィールドのセレクタIDをクラスに修正
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
jQuery(function ($) {
|
||||
$('#select-custom-field-input').autocomplete({
|
||||
$('.select-custom-field-input').autocomplete({
|
||||
source: function (req, resp) {
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user