1
vote
jQuery get next element after first match
The main problem that I see with your code is that you're looking in the global space for the two elements side by side instead of finding the currently selected element and then traversing for sib …
