在我的 woocommerce 插件中,我在按价格或类别下拉侧边栏小部件过滤的位置出现错误。我确定我的网站中到底有什么冲突。
使用 firebug 测试时出现两个错误:
TypeError: c.curCSS 不是 jquery 中的函数...r=3.6.1(第 13 行)
类型错误:product_cat_dropdown 为空
c.curCSS 不起作用的 Java:
if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f, ...