jquery selector chaining

JavaScript
// seperate with comma
$('.first, .second')
Source

Also in JavaScript: