Assume I have the following code
How can I address with jQuery the <div> element BEFORE the <div> element with class="foobar"?
With pure CSS this isn't possible AFAIK.
But in Javascript it should be possible by a function like previousElementSibling().
Maybe there is a shorter, better way in jQuery?
Peter