finder icon indicating copy to clipboard operation
finder copied to clipboard

Support using numbers as classnames or id values

Open daysv opened this issue 5 years ago • 0 comments

document.querySelector('.123') => document.querySelector('[class="123"]') document.querySelector('#123') => document.querySelector('[id="123"]')

https://benfrain.com/when-and-where-you-can-use-numbers-in-id-and-class-names/

daysv avatar Apr 12 '19 05:04 daysv