-
Notifications
You must be signed in to change notification settings - Fork 27.5k
jqLite.find - why not use querySelectorAll? #3586
Comments
AngularJS doesn't test for nor support anything less than IE8 so I agree with implementing this feature. |
+1 |
@rroehrig: The Angular docs (which should be read before the jQuery ones) are pretty explicit about it (imo):
|
@gkalpak It’s up to angular! I just wanted to share our experience. |
@rroehrig: That said, the only "improvement" I could think of is making the side notes more striking to the eye. |
Documentation aside the crux of this issue is this: can we use |
@pkozlowski-opensource: I am not really sure why (to you) the answer seems to be yes, but (based on the discussion in #3598) the answers seems to be no, I think. |
I am going to close this in favor of #3598 if you have an opinion on this, I recommend you to post your comments there |
The current version of
jqLite.find
implemented viagetElementsByTagName
is somewhat restrictive to say the least. Is there a reason it doesn't usequerySelectorAll
which is fairly widely supported and much more useful?Granted, it's not supported by < IE8, but there's already a section in the documentation about supporting older IE versions.
The text was updated successfully, but these errors were encountered: