paf31 / purescript-jquery

Type declarations for jQuery
MIT License
30 stars 28 forks source link

getValue returns Foreign? #10

Closed jfilip closed 10 years ago

jfilip commented 10 years ago

Can the value of a field ever be not a string?

garyb commented 10 years ago

It can also be null or an array: http://api.jquery.com/val/

jfilip commented 10 years ago

Ah, thanks.