is this attr() magic at work?....cause $("div").attr("selected","selected") does work.
the primary purpose of my needing to do it is for cloning, making .val() not a viable alternative cause cloneNode doesn't copy over the selectedIndex property. (the testcase is in the original thread)