I\'m fairly new to jquery and struggling with something that should be fairly simple. I want to select the previous and next div with class \"MenuItem\" from the div with class
Have you tried: .parent() and .children() ? http://docs.jquery.com/Traversing