Hacker News new | ask | show | jobs
by stencil25 2439 days ago
*uses jquery
1 comments

`$` is a built-in wrapper around `document.querySelector` in many popular browser consoles (along with `$$` for `document.querySelectorAll`).

Though of course if Safeway's website does have a global `$` from jquery then that would take precedence.