[jQuery] Moving DIVs up/down

[jQuery] Moving DIVs up/down


Hi,
Let's say I have a large DIV with class "largeDiv" and inside it, a
bunch of smaller DIVs, each with its own unique ID and class
"smallDiv". Given an arbitrary DIV with class "smallDiv", if I want
it to switch places with the DIV immediately above it, how do I
achieve the switch? Keep in mind that it may already be the top DIV
in the list.
Thanks, - Dave