我是开发人员的新手,我首先使用主干主题将HTML网站迁移到WordPress主题。
在网站上(在localhost和live上),一切看起来都很不错,但在我的插件仪表板和工具上却没问题。
当我输入插件的某些页面时(例如,我想使用Ninja表单创建表单,但是页面无法正确显示),控制台开始引发一些JQuery / Js错误。 (下图) Screenshot
以下是错误的示例:“在n.onRender(builder,js?ver = 2.9.8:7)
onRender: function() {
this.$el = this.$el.children(),
this.$el.unwrap(),
this.setElement(this.$el),
this.itemControls.show(new e({
model: this.model
})),
jQuery(this.el).disableSelection(),
i.channel("app").request("is:mobile") && jQuery(this.el).on("taphold", function(e, t) {
jQuery(e.target).hasClass("nf-edit-settings") || (jQuery(this).addClass("ui-sortable-helper drag-selected"),
jQuery(this).ClassyWiggle("start", {
degrees: [".65", "1", ".65", "0", "-.65", "-1", "-.65", "0"],
delay: 50
}))
})
},
任何主意是什么原因引起的?