XASD schrieb:
It seems "form.elements" is not enumerable in JQuery,why?
Thats a bug: http://dev.jquery.com/ticket/2114

You can work around it by doing this: $([]).add(some_form.elements)

Jörn

Reply via email to