Eliminate 404 url error in console?

前端 未结 4 1817
长情又很酷
长情又很酷 2020-12-19 02:20

I try to eleminate an 404 error occuring because the source (src) is missing..

var $chart = $(\"\")
    .addClass(\"trend-pic\")
    .error(func         


        
4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-19 02:55

    404 is not an error. It is the way server says it does not have the source referred by the client.

提交回复
热议问题