Is there any method for selecting the previous element in the page to the one that has been clicked?
I thought that getPrevious() would do it but it actually only works on previous siblings (as per the docs). To make my question clearer I have set up a very simple example in mooshell: http://mooshell.net/zLMKR/ Hopefully from that example you can see what I am trying to do. Thanks in advance for any help :) Chris
