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
The * selector selects all elements, therefore combining it with other selectors, e.g. *,div, is unnecessary.
*,div