JQuery error during load “Failed to execute query: '*,:x' is not a valid selector.”

后端 未结 7 1171
被撕碎了的回忆
被撕碎了的回忆 2020-12-16 09:10

I am trying to debug an application and I can\'t start because I am getting an error as the browser is loading jquery 2.1.0. The error is on line 1210 of the unminified ver

7条回答
  •  遥遥无期
    2020-12-16 10:04

    The * selector selects all elements, therefore combining it with other selectors, e.g. *,div, is unnecessary.

提交回复
热议问题