2 lines
210 B
Plaintext
2 lines
210 B
Plaintext
Converting SELECT OPTIONS to meta (json) from console:
|
|
Array.prototype.slice.call(document.querySelectorAll('[name="ref2selector"] option')).map(o => `{"id": "${o.value}", "label": "${o.innerHTML}"}`).join(",") |