Under Review
Last Updated: 08 Feb 2023 15:48 by ADMIN
Larry
Created on: 08 Feb 2023 15:48
Category: Tooltip
Type: Feature Request
1
Use document.getElementsByClassName() instead of document.querySelectorAll()
I would like to use a target selector that has some special symbols such as ! and @. Currently, the querySelectorAll() does not accept the !sample-class as a valid selector, but the getElementsByClassName accepts it. 
0 comments