[jQuery] previous
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home