|
2 |
edited tags
|
||
|
1 |
|
||
finding the previous item in a JQuery arrayI have the jquery: $(".item") which gives me all elements of class item. I need to select an item from the array I get from this method, and then find the item before this. something like: $(".item").select("#3").prev() - except it should work :) so, assuming I had the list of items:
I should get the " Any ideas?
|
||||
