Y
Hacker News
new
|
ask
|
show
|
jobs
by
nilliams
5105 days ago
Selector engines are clearly not silly abstractions otherwise all major browsers would not have implemented querySelectorAll.
2 comments
MatthewPhillips
5105 days ago
But since they did, why use jQuery on mobile when 100% of mobile browsers support querySelectorAll?
link
mkmcdonald
5105 days ago
…which is a façade for the existing CSS engine. Developers clamoured for it (right or wrong), and it was implemented.
link