Say there are two drag and drop divs. I want to be able to make the selected one come to the 'front' so to speak. however, I'm not really sure of the best way to do this.
I can see that if i re-wrote the html each time to move the html to being after the there div in the code each time that would do it. but that seems a bit heavy on he computer to do this work all the time.
Is there a better way that ive not thought of?
Thanks