Add elements to the set of matched elements.
Elements to add.
Optional
Optionally the context of the new selection.
The combined set.
$('.apple').add('.orange').length;//=> 2 Copy
$('.apple').add('.orange').length;//=> 2
https://api.jquery.com/add/
Add elements to the set of matched elements.