One very important difference is that $ overloaded with multiple values ββand, as a result, is vulnerable to use with user-defined strings, but find is not.
E. g.
$('.items .'+location.hash.substr(1)) // very bad idea $('.items').find('.'+location.hash.substr(1)) // this is OK
Tgr Aug 29 2018-12-12T00: 00Z
source share