hobo-jquery
hobo-jquery copied to clipboard
Selects don't work in <hjq-dialog-and-button>
The chosen value of a select tag in a
This seems to be because the formlet is cloned before it is serialized. Apparently JQuery clone doesn't copy DOM values like currently selected item in a
See http://www.mail-archive.com/[email protected]/msg60449.html
I've worked around it by serializing the original element instead of the clone which is, of course, a shameful and ugly hack but works because I don't happen to have any sub-forms or formlets.