[jQuery] selected option not cloned

[jQuery] selected option not cloned


Hi,
I'm trying to clone a select that has an option selected, but the new
select (even if I use clone(true)) hasn't the correct option selected.
The cloned select always has selected the first option.
I don't know if this should work the way I want it to, but I think
clone is supposed to make an exact clone.
PS: I've seen that someone posted this a long time ago, but it still
doesn't work.