Hello,

I want to find all previous elements in the DOM (not parent elements) of
element called 'feature'

$('#feature').prevAll(); // something like this

But I want to find all previous divs that have a css class assinged to them.
the first previous div it finds I want to be able to retrieve the class name
of that dic in a string.

thats it..is this possible? i am really stuck

Thanks for your help
-- 
View this message in context: 
http://old.nabble.com/previous-tp26678777s27240p26678777.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to