If selector is provided, the results will only include siblings that match the selector
DollarJS (new set)
$('p').siblings()
$('p').siblings('.foo')
If selector is provided, the results will only include siblings that match the selector