Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(minErr): add minErr description for jqLite:nosel #3426

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/content/error/jqLite/nosel.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
@name jqLite:nosel
@fullName Unsupported Selector Lookup
@description

In order to keep Angular small, Angular implements only a subset of the selectors in
{@link api/angular.element#angularsjqlite jqLite}. This error occurs when a jqLite instance is
invoked with a selector other than this subset.

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. Alternatively, you can include a full version
of jQuery so that all selectors are avaiable.