[jQuery] Add Class to all form elements

[jQuery] Add Class to all form elements


Hey everyone,
I need help with a jquery task.
I have a form that has it's HTML inserted into the database (yeah yeah
I know..not my idea..I'm new here and just finding this out).
Anyway, each form field has an embedded class in the HTML.
The form is dynamically generated. Can be anywhere from 5 to 10 to 20
to 50 fields.
How can I loop over each form field and add a new class to the field
(either input or radio or checkbox)?
Thoughts?
Thanks!