JQuery Klon <Auswahl> Element

Ich möchte eine <select> -Eingabe mit JQuery in HTML klonen.
Ich bin mir nicht sicher, wie ich es anstellen soll, also dachte ich, ich frage hier nach.

Besonders daran interessiert, wie man es am besten wieder in das Dokument schreibt.

Mein Auswahlelement sieht folgendermaßen aus:

<select id="options">
    <option value="1">Opt 1</option>
    <option value="2">Opt 2</option>
    <option value="3">Opt 3</option>
</select>

Vielen Dank

Antworten auf die Frage(10)

Ihre Antwort auf die Frage