首先,对不起我的英语不好。我遇到了一些问题,我需要你的帮助!!我正在尝试在我的产品页面中添加自定义字段,但是当我从列表中选择自定义字段时,它不会在屏幕上显示任何内容,并且不会向我的产品页面添加任何内容。当我使用 chrome 开发人员工具检查问题时,它显示 Uncaught TypeError: Cannot read property 'value' of null index.php:1917 Uncaught TypeError: Cannot read property'value' of null index.php:2180 (anonymous function) index。 php:2180 e.resolveWith jquery.min.js:2 w jquery.min.js:
在 index.php
2179 function(data) {
2180 jQuery.each(data.value, function(index, value){
2181 jQuery("#custom_field").append(value);
2182 jQuery('#custom_field').trigger('sortupdate');
2183 });
});
在我调整我的 j-query 简单插件之前,一切都运行良好。我在我的问题中添加了一张截图。我怎么解决这个问题?
顺便说一句,我正在使用 Joomla!2.5.9 和美德玛特 2.0.18a。
提前感谢您的帮助!!!阿西夫