I want to select the immediately preceding sibling of an element using jQuery.
I am aware of jQuery's .prev() selector but I was wondering if there is an equivalent to the Next Adjacent Selector (prev + next) - essentially a Previous Adjacent Selector (current + prev) or something like it?