views:

68

answers:

1

I'm trying to do a reset on a form styled with JQTransform, in particular selects, which are replaced by lists. There is a function jqTransformReset(); but I cant get it working for some reason.

Has anyone had any success with this?

A: 

You have to pass jqTransformReset() the form element as a parameter.

There is some additional information regarding jqTransform and <select> elements over here:

http://www.code-pal.com/the-select-problem-after-using-jqtransform-and-its-solution/

Samuel