Resource interpreted as other but transferred with MIME type text/javascript?

前端 未结 7 1791
长情又很酷
长情又很酷 2021-02-01 03:46

I keep getting \"Resource interpreted as other but transferred with MIME type text/javascript.\", but everything seems to be working fine. This only seems to be

7条回答
  •  佛祖请我去吃肉
    2021-02-01 04:30

    i received this error due tu a missing element which a jquery plugin tried to call via js var btnChange i commented the none needed (and non existent) images out and the warning (google chrome dev tools) was fixed:

    $(mopSliderName+" .sliderCaseRight").css({backgroundImage:"url("+btnChange.src+")"});
    

提交回复
热议问题