I see this selector
$( 'a + .firstSection a' ).live( 'click', function(){
in my js file. What is the purpose of the + sign here?
From jquery doc:
Selects all next elements matching "next" that are immediately preceded by a sibling "prev". A selector to match the element that is next to the first selector.
Read more about prev + next
selector
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With