This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Description
Hi Nicklas.
Thanks you for great library!
I have problem with your library when it's run on IE.
It's failed in the line 563.
for (j in input.options) { option = input.options[j]; if (option.selected) { value.push(v.sanitizeFormValue(option.value, options)); } }
IE doesn't support options property..
Could you fix it and write it in another way?
Thank you!
Amiel