We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ecea9 commit 0d0fb23Copy full SHA for 0d0fb23
src/jqLite.js
@@ -44,6 +44,10 @@
44
* <div class="alert">**Note:** all element references in Angular are always wrapped with jQuery or
45
* jqLite; they are never raw DOM references.</div>
46
*
47
+ * <div class="alert alert-warning">**Note:** Keep in mind that this function will not find elements
48
+ * by tag name / CSS selector. For lookups by tag name, try instead `angular.element(document).find(...)`
49
+ * or `$document.find()`, or use the standard DOM APIs, e.g. `document.querySelectorAll()`.</div>
50
+ *
51
* ## Angular's jqLite
52
* jqLite provides only the following jQuery methods:
53
0 commit comments