what is the plus(+) in jquery selector
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