You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The current version of jqLite.find implemented via getElementsByTagName is somewhat restrictive to say the least. Is there a reason it doesn't use querySelectorAll 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.