I’ve been trying to find a way to swap option values between them while I am using jQuery UI. I made a simple fiddle which would swap options but it works only when I’m not using jQuery UI.
Working fiddle without jQuery UI loaded on Options: http://jsfiddle.net/mBMRp/
Working fiddle with jQuery UI loaded on Options: http://jsfiddle.net/FUUYq/
Thanks alot
You’ll need to distroy selectMenu and rebind it check out this fiddle