Can I easily swap two elements with jQuery?
I'm looking to do it with one line if possible
I have a select element and I have two buttons to move up or down the options, and I already have the selected and the destination selectors in place, I do it with an if, but I was wondering if there is an easier way