I have recently jumped into the world of jQuery. I saw the methods find() and filter() but can not figure out the difference between the two.
find()
filter()
.find() will look and stop after the first match, whereas, .filter() will continue searching through the entire array