Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def7e96 commit 3cde777Copy full SHA for 3cde777
docs/content/error/jqLite/nosel.ngdoc
@@ -2,3 +2,10 @@
2
@name jqLite:nosel
3
@fullName Unsupported Selector Lookup
4
@description
5
+
6
+In order to keep Angular small, Angular implements only a subset of the selectors in {@link api/angular.element#angularsjqlite jqLite}.
7
+This error occurs when a jqLite instance is invoked with a selector other than this subset.
8
9
+In order to resolve this error, rewrite your code to only use tag name selectors and manually traverse the DOM using the APIs provided by jqLite.
10
11
+Alternatively, you can include a full version of jQuery, which Angular will automatically use and that will make all selectors available.
0 commit comments